@tsonic/dotnet 0.7.4 → 0.7.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (263) hide show
  1. package/Internal/internal/index.d.ts +0 -25
  2. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -25
  3. package/Microsoft.VisualBasic/bindings.json +203 -29
  4. package/Microsoft.VisualBasic/internal/index.d.ts +30 -55
  5. package/Microsoft.VisualBasic/internal/metadata.json +203 -29
  6. package/Microsoft.VisualBasic.CompilerServices/bindings.json +25 -3
  7. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +4 -29
  8. package/Microsoft.VisualBasic.CompilerServices/internal/metadata.json +25 -3
  9. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +6 -31
  10. package/Microsoft.Win32/internal/index.d.ts +0 -25
  11. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -25
  12. package/System/bindings.json +4800 -552
  13. package/System/internal/index.d.ts +2537 -395
  14. package/System/internal/metadata.json +4800 -552
  15. package/System.Buffers/bindings.json +196 -24
  16. package/System.Buffers/internal/index.d.ts +29 -54
  17. package/System.Buffers/internal/metadata.json +196 -24
  18. package/System.Buffers.Binary/bindings.json +182 -26
  19. package/System.Buffers.Binary/internal/index.d.ts +115 -140
  20. package/System.Buffers.Binary/internal/metadata.json +182 -26
  21. package/System.Buffers.Text/bindings.json +431 -49
  22. package/System.Buffers.Text/internal/index.d.ts +64 -89
  23. package/System.Buffers.Text/internal/metadata.json +431 -49
  24. package/System.CodeDom.Compiler/internal/index.d.ts +6 -31
  25. package/System.Collections/bindings.json +11 -1
  26. package/System.Collections/internal/index.d.ts +2 -27
  27. package/System.Collections/internal/metadata.json +11 -1
  28. package/System.Collections.Concurrent/bindings.json +211 -29
  29. package/System.Collections.Concurrent/internal/index.d.ts +31 -56
  30. package/System.Collections.Concurrent/internal/metadata.json +211 -29
  31. package/System.Collections.Frozen/bindings.json +56 -8
  32. package/System.Collections.Frozen/internal/index.d.ts +9 -34
  33. package/System.Collections.Frozen/internal/metadata.json +56 -8
  34. package/System.Collections.Generic/bindings.json +273 -35
  35. package/System.Collections.Generic/internal/index.d.ts +36 -61
  36. package/System.Collections.Generic/internal/metadata.json +273 -35
  37. package/System.Collections.Immutable/bindings.json +362 -50
  38. package/System.Collections.Immutable/internal/index.d.ts +49 -74
  39. package/System.Collections.Immutable/internal/metadata.json +362 -50
  40. package/System.Collections.ObjectModel/bindings.json +28 -4
  41. package/System.Collections.ObjectModel/internal/index.d.ts +3 -28
  42. package/System.Collections.ObjectModel/internal/metadata.json +28 -4
  43. package/System.Collections.Specialized/internal/index.d.ts +0 -25
  44. package/System.ComponentModel/bindings.json +174 -18
  45. package/System.ComponentModel/internal/index.d.ts +22 -47
  46. package/System.ComponentModel/internal/metadata.json +174 -18
  47. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +9 -34
  48. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +0 -25
  49. package/System.ComponentModel.Design/internal/index.d.ts +0 -25
  50. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +0 -25
  51. package/System.Configuration.Assemblies/internal/index.d.ts +0 -25
  52. package/System.Data/internal/index.d.ts +7 -32
  53. package/System.Data.Common/bindings.json +14 -2
  54. package/System.Data.Common/internal/index.d.ts +27 -52
  55. package/System.Data.Common/internal/metadata.json +14 -2
  56. package/System.Data.SqlTypes/internal/index.d.ts +1 -26
  57. package/System.Diagnostics/bindings.json +181 -23
  58. package/System.Diagnostics/internal/index.d.ts +87 -112
  59. package/System.Diagnostics/internal/metadata.json +181 -23
  60. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +0 -25
  61. package/System.Diagnostics.Contracts/bindings.json +7 -1
  62. package/System.Diagnostics.Contracts/internal/index.d.ts +4 -29
  63. package/System.Diagnostics.Contracts/internal/metadata.json +7 -1
  64. package/System.Diagnostics.Metrics/bindings.json +35 -5
  65. package/System.Diagnostics.Metrics/internal/index.d.ts +44 -69
  66. package/System.Diagnostics.Metrics/internal/metadata.json +35 -5
  67. package/System.Diagnostics.SymbolStore/internal/index.d.ts +0 -25
  68. package/System.Diagnostics.Tracing/bindings.json +37 -3
  69. package/System.Diagnostics.Tracing/internal/index.d.ts +10 -35
  70. package/System.Diagnostics.Tracing/internal/metadata.json +37 -3
  71. package/System.Drawing/internal/index.d.ts +0 -25
  72. package/System.Dynamic/bindings.json +63 -9
  73. package/System.Dynamic/internal/index.d.ts +17 -42
  74. package/System.Dynamic/internal/metadata.json +63 -9
  75. package/System.Formats.Asn1/bindings.json +451 -49
  76. package/System.Formats.Asn1/internal/index.d.ts +69 -94
  77. package/System.Formats.Asn1/internal/metadata.json +451 -49
  78. package/System.Formats.Tar/internal/index.d.ts +4 -29
  79. package/System.Globalization/bindings.json +28 -4
  80. package/System.Globalization/internal/index.d.ts +18 -43
  81. package/System.Globalization/internal/metadata.json +28 -4
  82. package/System.IO/bindings.json +35 -5
  83. package/System.IO/internal/index.d.ts +197 -222
  84. package/System.IO/internal/metadata.json +35 -5
  85. package/System.IO.Compression/bindings.json +50 -6
  86. package/System.IO.Compression/internal/index.d.ts +51 -76
  87. package/System.IO.Compression/internal/metadata.json +50 -6
  88. package/System.IO.Enumeration/bindings.json +42 -6
  89. package/System.IO.Enumeration/internal/index.d.ts +11 -36
  90. package/System.IO.Enumeration/internal/metadata.json +42 -6
  91. package/System.IO.IsolatedStorage/internal/index.d.ts +11 -36
  92. package/System.IO.MemoryMappedFiles/internal/index.d.ts +0 -25
  93. package/System.IO.Pipelines/bindings.json +7 -1
  94. package/System.IO.Pipelines/internal/index.d.ts +17 -42
  95. package/System.IO.Pipelines/internal/metadata.json +7 -1
  96. package/System.IO.Pipes/internal/index.d.ts +11 -36
  97. package/System.Linq/bindings.json +7 -1
  98. package/System.Linq/internal/index.d.ts +332 -357
  99. package/System.Linq/internal/metadata.json +7 -1
  100. package/System.Linq.Expressions/bindings.json +14 -2
  101. package/System.Linq.Expressions/internal/index.d.ts +3 -28
  102. package/System.Linq.Expressions/internal/metadata.json +14 -2
  103. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +0 -25
  104. package/System.Net/bindings.json +175 -25
  105. package/System.Net/internal/index.d.ts +36 -61
  106. package/System.Net/internal/metadata.json +175 -25
  107. package/System.Net.Cache/internal/index.d.ts +0 -25
  108. package/System.Net.Http/bindings.json +21 -3
  109. package/System.Net.Http/internal/index.d.ts +21 -46
  110. package/System.Net.Http/internal/metadata.json +21 -3
  111. package/System.Net.Http.Headers/bindings.json +154 -22
  112. package/System.Net.Http.Headers/internal/index.d.ts +67 -92
  113. package/System.Net.Http.Headers/internal/metadata.json +154 -22
  114. package/System.Net.Http.Json/internal/index.d.ts +0 -25
  115. package/System.Net.Http.Metrics/internal/index.d.ts +0 -25
  116. package/System.Net.Mail/bindings.json +21 -3
  117. package/System.Net.Mail/internal/index.d.ts +4 -29
  118. package/System.Net.Mail/internal/metadata.json +21 -3
  119. package/System.Net.Mime/internal/index.d.ts +0 -25
  120. package/System.Net.NetworkInformation/bindings.json +14 -2
  121. package/System.Net.NetworkInformation/internal/index.d.ts +4 -29
  122. package/System.Net.NetworkInformation/internal/metadata.json +14 -2
  123. package/System.Net.Quic/internal/index.d.ts +14 -39
  124. package/System.Net.Security/bindings.json +43 -5
  125. package/System.Net.Security/internal/index.d.ts +29 -54
  126. package/System.Net.Security/internal/metadata.json +43 -5
  127. package/System.Net.ServerSentEvents/internal/index.d.ts +4 -29
  128. package/System.Net.Sockets/bindings.json +224 -28
  129. package/System.Net.Sockets/internal/index.d.ts +108 -133
  130. package/System.Net.Sockets/internal/metadata.json +224 -28
  131. package/System.Net.WebSockets/internal/index.d.ts +29 -54
  132. package/System.Numerics/bindings.json +1030 -142
  133. package/System.Numerics/internal/index.d.ts +264 -289
  134. package/System.Numerics/internal/metadata.json +1030 -142
  135. package/System.Reflection/bindings.json +29 -3
  136. package/System.Reflection/internal/index.d.ts +4 -29
  137. package/System.Reflection/internal/metadata.json +29 -3
  138. package/System.Reflection.Emit/bindings.json +26 -2
  139. package/System.Reflection.Emit/internal/index.d.ts +3 -28
  140. package/System.Reflection.Emit/internal/metadata.json +26 -2
  141. package/System.Reflection.Metadata/bindings.json +46 -6
  142. package/System.Reflection.Metadata/internal/index.d.ts +31 -56
  143. package/System.Reflection.Metadata/internal/metadata.json +46 -6
  144. package/System.Reflection.Metadata.Ecma335/bindings.json +126 -14
  145. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +24 -49
  146. package/System.Reflection.Metadata.Ecma335/internal/metadata.json +126 -14
  147. package/System.Reflection.PortableExecutable/bindings.json +18 -2
  148. package/System.Reflection.PortableExecutable/internal/index.d.ts +8 -33
  149. package/System.Reflection.PortableExecutable/internal/metadata.json +18 -2
  150. package/System.Resources/bindings.json +11 -1
  151. package/System.Resources/internal/index.d.ts +3 -28
  152. package/System.Resources/internal/metadata.json +11 -1
  153. package/System.Runtime/internal/index.d.ts +0 -25
  154. package/System.Runtime.CompilerServices/bindings.json +495 -57
  155. package/System.Runtime.CompilerServices/internal/index.d.ts +68 -93
  156. package/System.Runtime.CompilerServices/internal/metadata.json +495 -57
  157. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +0 -25
  158. package/System.Runtime.ExceptionServices/internal/index.d.ts +1 -26
  159. package/System.Runtime.InteropServices/bindings.json +377 -47
  160. package/System.Runtime.InteropServices/internal/index.d.ts +68 -93
  161. package/System.Runtime.InteropServices/internal/metadata.json +377 -47
  162. package/System.Runtime.InteropServices.ComTypes/bindings.json +832 -96
  163. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +107 -132
  164. package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +832 -96
  165. package/System.Runtime.InteropServices.Java/internal/index.d.ts +1 -26
  166. package/System.Runtime.InteropServices.JavaScript/bindings.json +411 -57
  167. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +72 -97
  168. package/System.Runtime.InteropServices.JavaScript/internal/metadata.json +411 -57
  169. package/System.Runtime.InteropServices.Marshalling/bindings.json +85 -11
  170. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +26 -51
  171. package/System.Runtime.InteropServices.Marshalling/internal/metadata.json +85 -11
  172. package/System.Runtime.InteropServices.ObjectiveC/bindings.json +28 -4
  173. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +3 -28
  174. package/System.Runtime.InteropServices.ObjectiveC/internal/metadata.json +28 -4
  175. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -26
  176. package/System.Runtime.Intrinsics/bindings.json +112 -16
  177. package/System.Runtime.Intrinsics/internal/index.d.ts +800 -825
  178. package/System.Runtime.Intrinsics/internal/metadata.json +112 -16
  179. package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +4787 -4812
  180. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -496
  181. package/System.Runtime.Intrinsics.X86/internal/index.d.ts +3513 -3538
  182. package/System.Runtime.Loader/internal/index.d.ts +0 -25
  183. package/System.Runtime.Remoting/internal/index.d.ts +0 -25
  184. package/System.Runtime.Serialization/bindings.json +71 -9
  185. package/System.Runtime.Serialization/internal/index.d.ts +9 -34
  186. package/System.Runtime.Serialization/internal/metadata.json +71 -9
  187. package/System.Runtime.Serialization.DataContracts/bindings.json +26 -2
  188. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -28
  189. package/System.Runtime.Serialization.DataContracts/internal/metadata.json +26 -2
  190. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +0 -25
  191. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +0 -25
  192. package/System.Runtime.Serialization.Json/internal/index.d.ts +0 -25
  193. package/System.Runtime.Versioning/internal/index.d.ts +0 -25
  194. package/System.Security/internal/index.d.ts +1 -26
  195. package/System.Security.AccessControl/bindings.json +14 -2
  196. package/System.Security.AccessControl/internal/index.d.ts +3 -28
  197. package/System.Security.AccessControl/internal/metadata.json +14 -2
  198. package/System.Security.Authentication/internal/index.d.ts +0 -25
  199. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -25
  200. package/System.Security.Claims/internal/index.d.ts +1 -26
  201. package/System.Security.Cryptography/bindings.json +1348 -192
  202. package/System.Security.Cryptography/internal/index.d.ts +593 -618
  203. package/System.Security.Cryptography/internal/metadata.json +1348 -192
  204. package/System.Security.Cryptography.X509Certificates/bindings.json +81 -11
  205. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +67 -92
  206. package/System.Security.Cryptography.X509Certificates/internal/metadata.json +81 -11
  207. package/System.Security.Permissions/internal/index.d.ts +0 -25
  208. package/System.Security.Policy/internal/index.d.ts +0 -25
  209. package/System.Security.Principal/internal/index.d.ts +0 -25
  210. package/System.Text/bindings.json +494 -58
  211. package/System.Text/internal/index.d.ts +137 -162
  212. package/System.Text/internal/metadata.json +494 -58
  213. package/System.Text.Encodings.Web/bindings.json +29 -3
  214. package/System.Text.Encodings.Web/internal/index.d.ts +7 -32
  215. package/System.Text.Encodings.Web/internal/metadata.json +29 -3
  216. package/System.Text.Json/bindings.json +309 -43
  217. package/System.Text.Json/internal/index.d.ts +141 -166
  218. package/System.Text.Json/internal/metadata.json +309 -43
  219. package/System.Text.Json.Nodes/bindings.json +46 -6
  220. package/System.Text.Json.Nodes/internal/index.d.ts +29 -54
  221. package/System.Text.Json.Nodes/internal/metadata.json +46 -6
  222. package/System.Text.Json.Schema/internal/index.d.ts +1 -26
  223. package/System.Text.Json.Serialization/bindings.json +21 -3
  224. package/System.Text.Json.Serialization/internal/index.d.ts +4 -29
  225. package/System.Text.Json.Serialization/internal/metadata.json +21 -3
  226. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +20 -45
  227. package/System.Text.RegularExpressions/bindings.json +14 -2
  228. package/System.Text.RegularExpressions/internal/index.d.ts +26 -51
  229. package/System.Text.RegularExpressions/internal/metadata.json +14 -2
  230. package/System.Text.Unicode/bindings.json +58 -6
  231. package/System.Text.Unicode/internal/index.d.ts +12 -37
  232. package/System.Text.Unicode/internal/metadata.json +58 -6
  233. package/System.Threading/bindings.json +1012 -140
  234. package/System.Threading/internal/index.d.ts +149 -174
  235. package/System.Threading/internal/metadata.json +1012 -140
  236. package/System.Threading.Channels/bindings.json +14 -2
  237. package/System.Threading.Channels/internal/index.d.ts +5 -30
  238. package/System.Threading.Channels/internal/metadata.json +14 -2
  239. package/System.Threading.Tasks/internal/index.d.ts +23 -48
  240. package/System.Threading.Tasks.Dataflow/bindings.json +378 -54
  241. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +33 -58
  242. package/System.Threading.Tasks.Dataflow/internal/metadata.json +378 -54
  243. package/System.Threading.Tasks.Sources/internal/index.d.ts +0 -25
  244. package/System.Timers/internal/index.d.ts +0 -25
  245. package/System.Transactions/internal/index.d.ts +0 -25
  246. package/System.Web/internal/index.d.ts +0 -25
  247. package/System.Windows.Input/internal/index.d.ts +0 -25
  248. package/System.Windows.Markup/internal/index.d.ts +0 -25
  249. package/System.Xml/bindings.json +197 -27
  250. package/System.Xml/internal/index.d.ts +35 -60
  251. package/System.Xml/internal/metadata.json +197 -27
  252. package/System.Xml.Linq/internal/index.d.ts +0 -25
  253. package/System.Xml.Resolvers/internal/index.d.ts +0 -25
  254. package/System.Xml.Schema/internal/index.d.ts +0 -25
  255. package/System.Xml.Serialization/internal/index.d.ts +0 -25
  256. package/System.Xml.XPath/internal/index.d.ts +1 -26
  257. package/System.Xml.Xsl/internal/index.d.ts +1 -26
  258. package/System.Xml.Xsl.Runtime/bindings.json +35 -5
  259. package/System.Xml.Xsl.Runtime/internal/index.d.ts +7 -32
  260. package/System.Xml.Xsl.Runtime/internal/metadata.json +35 -5
  261. package/System.d.ts +21 -0
  262. package/__internal/extensions/index.d.ts +463 -463
  263. package/package.json +1 -1
@@ -6,7 +6,7 @@
6
6
  import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/types';
7
7
 
8
8
  // Import support types from @tsonic/types
9
- import type { ptr, ref } from "@tsonic/types";
9
+ import type { ptr } from "@tsonic/types";
10
10
 
11
11
  // Import types from other namespaces
12
12
  import type { IDictionary_2 } from "../../System.Collections.Generic/internal/index.js";
@@ -27,31 +27,6 @@ import type { IXPathNavigable, XPathNavigator } from "../../System.Xml.XPath/int
27
27
  import * as System_Internal from "../../System/internal/index.js";
28
28
  import type { Array as ClrArray, AsyncCallback, Boolean as ClrBoolean, Byte, Char, DateTime, DateTimeOffset, Decimal, Delegate, Double, Enum, EventArgs, Exception, Guid, IAsyncDisposable, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, ISpanFormattable, MulticastDelegate, Object as ClrObject, SByte, Single, String as ClrString, SystemException, TimeSpan, Type, TypeCode, UInt16, UInt32, UInt64, Uri, Void } from "../../System/internal/index.js";
29
29
 
30
- // CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
31
- // This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
32
- // Value positions (parameters, return types) use lowercase primitives for ergonomics
33
- export type CLROf<T> =
34
- T extends sbyte ? System_Internal.SByte :
35
- T extends short ? System_Internal.Int16 :
36
- T extends int ? System_Internal.Int32 :
37
- T extends long ? System_Internal.Int64 :
38
- T extends int128 ? System_Internal.Int128 :
39
- T extends nint ? System_Internal.IntPtr :
40
- T extends byte ? System_Internal.Byte :
41
- T extends ushort ? System_Internal.UInt16 :
42
- T extends uint ? System_Internal.UInt32 :
43
- T extends ulong ? System_Internal.UInt64 :
44
- T extends uint128 ? System_Internal.UInt128 :
45
- T extends nuint ? System_Internal.UIntPtr :
46
- T extends half ? System_Internal.Half :
47
- T extends float ? System_Internal.Single :
48
- T extends double ? System_Internal.Double :
49
- T extends decimal ? System_Internal.Decimal :
50
- T extends char ? System_Internal.Char :
51
- T extends boolean ? System_Internal.Boolean :
52
- T extends string ? System_Internal.String :
53
- T; // Identity fallback for non-primitive types
54
-
55
30
  export enum ConformanceLevel {
56
31
  auto = 0,
57
32
  fragment = 1,
@@ -274,9 +249,9 @@ export interface IXmlBinaryWriterInitializer$instance {
274
249
  export type IXmlBinaryWriterInitializer = IXmlBinaryWriterInitializer$instance;
275
250
 
276
251
  export interface IXmlDictionary$instance {
277
- tryLookup(key: int, result: { value: ref<XmlDictionaryString> }): boolean;
278
- tryLookup(value: string, result: { value: ref<XmlDictionaryString> }): boolean;
279
- tryLookup(value: XmlDictionaryString, result: { value: ref<XmlDictionaryString> }): boolean;
252
+ tryLookup(key: int, result: XmlDictionaryString): boolean;
253
+ tryLookup(value: string, result: XmlDictionaryString): boolean;
254
+ tryLookup(value: XmlDictionaryString, result: XmlDictionaryString): boolean;
280
255
  }
281
256
 
282
257
 
@@ -292,7 +267,7 @@ export interface IXmlLineInfo$instance {
292
267
  export type IXmlLineInfo = IXmlLineInfo$instance;
293
268
 
294
269
  export interface IXmlNamespaceResolver$instance {
295
- getNamespacesInScope(scope: XmlNamespaceScope): IDictionary_2<CLROf<string>, CLROf<string>>;
270
+ getNamespacesInScope(scope: XmlNamespaceScope): IDictionary_2<System_Internal.String, System_Internal.String>;
296
271
  lookupNamespace(prefix: string): string;
297
272
  }
298
273
 
@@ -336,7 +311,7 @@ export interface UniqueId$instance {
336
311
  getHashCode(): int;
337
312
  toCharArray(chars: char[], offset: int): int;
338
313
  toString(): string;
339
- tryGetGuid(guid: { value: ref<Guid> }): boolean;
314
+ tryGetGuid(guid: Guid): boolean;
340
315
  tryGetGuid(buffer: byte[], offset: int): boolean;
341
316
  }
342
317
 
@@ -431,9 +406,9 @@ export type XmlAttributeCollection = XmlAttributeCollection$instance & __XmlAttr
431
406
  export interface XmlBinaryReaderSession$instance {
432
407
  add(id: int, value: string): XmlDictionaryString;
433
408
  clear(): void;
434
- tryLookup(key: int, result: { value: ref<XmlDictionaryString> }): boolean;
435
- tryLookup(value: string, result: { value: ref<XmlDictionaryString> }): boolean;
436
- tryLookup(value: XmlDictionaryString, result: { value: ref<XmlDictionaryString> }): boolean;
409
+ tryLookup(key: int, result: XmlDictionaryString): boolean;
410
+ tryLookup(value: string, result: XmlDictionaryString): boolean;
411
+ tryLookup(value: XmlDictionaryString, result: XmlDictionaryString): boolean;
437
412
  }
438
413
 
439
414
 
@@ -451,7 +426,7 @@ export type XmlBinaryReaderSession = XmlBinaryReaderSession$instance & __XmlBina
451
426
 
452
427
  export interface XmlBinaryWriterSession$instance {
453
428
  reset(): void;
454
- tryAdd(value: XmlDictionaryString, key: { value: ref<int> }): boolean;
429
+ tryAdd(value: XmlDictionaryString, key: int): boolean;
455
430
  }
456
431
 
457
432
 
@@ -693,9 +668,9 @@ export type XmlDeclaration = XmlDeclaration$instance & __XmlDeclaration$views;
693
668
 
694
669
  export interface XmlDictionary$instance {
695
670
  add(value: string): XmlDictionaryString;
696
- tryLookup(value: string, result: { value: ref<XmlDictionaryString> }): boolean;
697
- tryLookup(key: int, result: { value: ref<XmlDictionaryString> }): boolean;
698
- tryLookup(value: XmlDictionaryString, result: { value: ref<XmlDictionaryString> }): boolean;
671
+ tryLookup(value: string, result: XmlDictionaryString): boolean;
672
+ tryLookup(key: int, result: XmlDictionaryString): boolean;
673
+ tryLookup(value: XmlDictionaryString, result: XmlDictionaryString): boolean;
699
674
  }
700
675
 
701
676
 
@@ -721,14 +696,14 @@ export interface XmlDictionaryReader$instance extends XmlReader$instance {
721
696
  getAttribute(name: string): string;
722
697
  getAttribute(name: string, namespaceURI: string): string;
723
698
  getAttribute(i: int): string;
724
- getNonAtomizedNames(localName: { value: ref<string> }, namespaceUri: { value: ref<string> }): void;
699
+ getNonAtomizedNames(localName: string, namespaceUri: string): void;
725
700
  indexOfLocalName(localNames: string[], namespaceUri: string): int;
726
701
  indexOfLocalName(localNames: XmlDictionaryString[], namespaceUri: XmlDictionaryString): int;
727
702
  isLocalName(localName: string): boolean;
728
703
  isLocalName(localName: XmlDictionaryString): boolean;
729
704
  isNamespaceUri(namespaceUri: string): boolean;
730
705
  isNamespaceUri(namespaceUri: XmlDictionaryString): boolean;
731
- isStartArray(type_: { value: ref<Type> }): boolean;
706
+ isStartArray(type_: Type): boolean;
732
707
  isStartElement(): boolean;
733
708
  isStartElement(name: string): boolean;
734
709
  isStartElement(localname: string, ns: string): boolean;
@@ -765,9 +740,9 @@ export interface XmlDictionaryReader$instance extends XmlReader$instance {
765
740
  readContentAsDecimal(): decimal;
766
741
  readContentAsFloat(): float;
767
742
  readContentAsGuid(): Guid;
768
- readContentAsQualifiedName(localName: { value: ref<string> }, namespaceUri: { value: ref<string> }): void;
743
+ readContentAsQualifiedName(localName: string, namespaceUri: string): void;
769
744
  readContentAsString(): string;
770
- readContentAsString(strings: XmlDictionaryString[], index: { value: ref<int> }): string;
745
+ readContentAsString(strings: XmlDictionaryString[], index: int): string;
771
746
  readContentAsTimeSpan(): TimeSpan;
772
747
  readContentAsUniqueId(): UniqueId;
773
748
  readDateTimeArray(localName: string, namespaceUri: string): DateTime[];
@@ -819,11 +794,11 @@ export interface XmlDictionaryReader$instance extends XmlReader$instance {
819
794
  readTimeSpanArray(localName: XmlDictionaryString, namespaceUri: XmlDictionaryString): TimeSpan[];
820
795
  readValueAsBase64(buffer: byte[], offset: int, count: int): int;
821
796
  startCanonicalization(stream: Stream, includeComments: boolean, inclusivePrefixes: string[]): void;
822
- tryGetArrayLength(count: { value: ref<int> }): boolean;
823
- tryGetBase64ContentLength(length: { value: ref<int> }): boolean;
824
- tryGetLocalNameAsDictionaryString(localName: { value: ref<XmlDictionaryString> }): boolean;
825
- tryGetNamespaceUriAsDictionaryString(namespaceUri: { value: ref<XmlDictionaryString> }): boolean;
826
- tryGetValueAsDictionaryString(value: { value: ref<XmlDictionaryString> }): boolean;
797
+ tryGetArrayLength(count: int): boolean;
798
+ tryGetBase64ContentLength(length: int): boolean;
799
+ tryGetLocalNameAsDictionaryString(localName: XmlDictionaryString): boolean;
800
+ tryGetNamespaceUriAsDictionaryString(namespaceUri: XmlDictionaryString): boolean;
801
+ tryGetValueAsDictionaryString(value: XmlDictionaryString): boolean;
827
802
  }
828
803
 
829
804
 
@@ -1344,7 +1319,7 @@ export interface XmlNamespaceManager$instance {
1344
1319
  readonly nameTable: XmlNameTable;
1345
1320
  addNamespace(prefix: string, uri: string): void;
1346
1321
  getEnumerator(): IEnumerator;
1347
- getNamespacesInScope(scope: XmlNamespaceScope): IDictionary_2<CLROf<string>, CLROf<string>>;
1322
+ getNamespacesInScope(scope: XmlNamespaceScope): IDictionary_2<System_Internal.String, System_Internal.String>;
1348
1323
  hasNamespace(prefix: string): boolean;
1349
1324
  lookupNamespace(prefix: string): string;
1350
1325
  lookupPrefix(uri: string): string;
@@ -1689,7 +1664,7 @@ export interface XmlReader$instance {
1689
1664
  getAttribute(name: string): string;
1690
1665
  getAttribute(name: string, namespaceURI: string): string;
1691
1666
  getAttribute(i: int): string;
1692
- getValueAsync(): Task_1<CLROf<string>>;
1667
+ getValueAsync(): Task_1<System_Internal.String>;
1693
1668
  isStartElement(): boolean;
1694
1669
  isStartElement(name: string): boolean;
1695
1670
  isStartElement(localname: string, ns: string): boolean;
@@ -1703,14 +1678,14 @@ export interface XmlReader$instance {
1703
1678
  moveToFirstAttribute(): boolean;
1704
1679
  moveToNextAttribute(): boolean;
1705
1680
  read(): boolean;
1706
- readAsync(): Task_1<CLROf<boolean>>;
1681
+ readAsync(): Task_1<System_Internal.Boolean>;
1707
1682
  readAttributeValue(): boolean;
1708
1683
  readContentAs(returnType: Type, namespaceResolver: IXmlNamespaceResolver): unknown;
1709
1684
  readContentAsAsync(returnType: Type, namespaceResolver: IXmlNamespaceResolver): Task_1<unknown>;
1710
1685
  readContentAsBase64(buffer: byte[], index: int, count: int): int;
1711
- readContentAsBase64Async(buffer: byte[], index: int, count: int): Task_1<CLROf<int>>;
1686
+ readContentAsBase64Async(buffer: byte[], index: int, count: int): Task_1<System_Internal.Int32>;
1712
1687
  readContentAsBinHex(buffer: byte[], index: int, count: int): int;
1713
- readContentAsBinHexAsync(buffer: byte[], index: int, count: int): Task_1<CLROf<int>>;
1688
+ readContentAsBinHexAsync(buffer: byte[], index: int, count: int): Task_1<System_Internal.Int32>;
1714
1689
  readContentAsBoolean(): boolean;
1715
1690
  readContentAsDateTime(): DateTime;
1716
1691
  readContentAsDateTimeOffset(): DateTimeOffset;
@@ -1722,14 +1697,14 @@ export interface XmlReader$instance {
1722
1697
  readContentAsObject(): unknown;
1723
1698
  readContentAsObjectAsync(): Task_1<unknown>;
1724
1699
  readContentAsString(): string;
1725
- readContentAsStringAsync(): Task_1<CLROf<string>>;
1700
+ readContentAsStringAsync(): Task_1<System_Internal.String>;
1726
1701
  readElementContentAs(returnType: Type, namespaceResolver: IXmlNamespaceResolver): unknown;
1727
1702
  readElementContentAs(returnType: Type, namespaceResolver: IXmlNamespaceResolver, localName: string, namespaceURI: string): unknown;
1728
1703
  readElementContentAsAsync(returnType: Type, namespaceResolver: IXmlNamespaceResolver): Task_1<unknown>;
1729
1704
  readElementContentAsBase64(buffer: byte[], index: int, count: int): int;
1730
- readElementContentAsBase64Async(buffer: byte[], index: int, count: int): Task_1<CLROf<int>>;
1705
+ readElementContentAsBase64Async(buffer: byte[], index: int, count: int): Task_1<System_Internal.Int32>;
1731
1706
  readElementContentAsBinHex(buffer: byte[], index: int, count: int): int;
1732
- readElementContentAsBinHexAsync(buffer: byte[], index: int, count: int): Task_1<CLROf<int>>;
1707
+ readElementContentAsBinHexAsync(buffer: byte[], index: int, count: int): Task_1<System_Internal.Int32>;
1733
1708
  readElementContentAsBoolean(): boolean;
1734
1709
  readElementContentAsBoolean(localName: string, namespaceURI: string): boolean;
1735
1710
  readElementContentAsDateTime(): DateTime;
@@ -1749,15 +1724,15 @@ export interface XmlReader$instance {
1749
1724
  readElementContentAsObjectAsync(): Task_1<unknown>;
1750
1725
  readElementContentAsString(): string;
1751
1726
  readElementContentAsString(localName: string, namespaceURI: string): string;
1752
- readElementContentAsStringAsync(): Task_1<CLROf<string>>;
1727
+ readElementContentAsStringAsync(): Task_1<System_Internal.String>;
1753
1728
  readElementString(): string;
1754
1729
  readElementString(name: string): string;
1755
1730
  readElementString(localname: string, ns: string): string;
1756
1731
  readEndElement(): void;
1757
1732
  readInnerXml(): string;
1758
- readInnerXmlAsync(): Task_1<CLROf<string>>;
1733
+ readInnerXmlAsync(): Task_1<System_Internal.String>;
1759
1734
  readOuterXml(): string;
1760
- readOuterXmlAsync(): Task_1<CLROf<string>>;
1735
+ readOuterXmlAsync(): Task_1<System_Internal.String>;
1761
1736
  readStartElement(): void;
1762
1737
  readStartElement(name: string): void;
1763
1738
  readStartElement(localname: string, ns: string): void;
@@ -1770,7 +1745,7 @@ export interface XmlReader$instance {
1770
1745
  readToNextSibling(name: string): boolean;
1771
1746
  readToNextSibling(localName: string, namespaceURI: string): boolean;
1772
1747
  readValueChunk(buffer: char[], index: int, count: int): int;
1773
- readValueChunkAsync(buffer: char[], index: int, count: int): Task_1<CLROf<int>>;
1748
+ readValueChunkAsync(buffer: char[], index: int, count: int): Task_1<System_Internal.Int32>;
1774
1749
  resolveEntity(): void;
1775
1750
  skip(): void;
1776
1751
  skipAsync(): Task;
@@ -1968,7 +1943,7 @@ export interface XmlTextReader$instance extends XmlReader$instance {
1968
1943
  getAttribute(name: string): string;
1969
1944
  getAttribute(localName: string, namespaceURI: string): string;
1970
1945
  getAttribute(i: int): string;
1971
- getNamespacesInScope(scope: XmlNamespaceScope): IDictionary_2<CLROf<string>, CLROf<string>>;
1946
+ getNamespacesInScope(scope: XmlNamespaceScope): IDictionary_2<System_Internal.String, System_Internal.String>;
1972
1947
  getRemainder(): TextReader;
1973
1948
  hasLineInfo(): boolean;
1974
1949
  lookupNamespace(prefix: string): string;
@@ -1773,7 +1773,13 @@
1773
1773
  "isSealed": false,
1774
1774
  "arity": 0,
1775
1775
  "parameterCount": 2,
1776
- "isExtensionMethod": false
1776
+ "isExtensionMethod": false,
1777
+ "parameterModifiers": [
1778
+ {
1779
+ "index": 1,
1780
+ "modifier": "out"
1781
+ }
1782
+ ]
1777
1783
  },
1778
1784
  {
1779
1785
  "stableId": "System.Private.DataContractSerialization:System.Xml.IXmlDictionary::TryLookup(System.Int32,System.Xml.XmlDictionaryString\u0026):System.Boolean",
@@ -1789,7 +1795,13 @@
1789
1795
  "isSealed": false,
1790
1796
  "arity": 0,
1791
1797
  "parameterCount": 2,
1792
- "isExtensionMethod": false
1798
+ "isExtensionMethod": false,
1799
+ "parameterModifiers": [
1800
+ {
1801
+ "index": 1,
1802
+ "modifier": "out"
1803
+ }
1804
+ ]
1793
1805
  },
1794
1806
  {
1795
1807
  "stableId": "System.Private.DataContractSerialization:System.Xml.IXmlDictionary::TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString\u0026):System.Boolean",
@@ -1805,7 +1817,13 @@
1805
1817
  "isSealed": false,
1806
1818
  "arity": 0,
1807
1819
  "parameterCount": 2,
1808
- "isExtensionMethod": false
1820
+ "isExtensionMethod": false,
1821
+ "parameterModifiers": [
1822
+ {
1823
+ "index": 1,
1824
+ "modifier": "out"
1825
+ }
1826
+ ]
1809
1827
  }
1810
1828
  ],
1811
1829
  "properties": [],
@@ -2136,7 +2154,13 @@
2136
2154
  "isSealed": false,
2137
2155
  "arity": 0,
2138
2156
  "parameterCount": 1,
2139
- "isExtensionMethod": false
2157
+ "isExtensionMethod": false,
2158
+ "parameterModifiers": [
2159
+ {
2160
+ "index": 0,
2161
+ "modifier": "out"
2162
+ }
2163
+ ]
2140
2164
  },
2141
2165
  {
2142
2166
  "stableId": "System.Private.DataContractSerialization:System.Xml.UniqueId::TryGetGuid(System.Byte[],System.Int32):System.Boolean",
@@ -3106,7 +3130,13 @@
3106
3130
  "isSealed": true,
3107
3131
  "arity": 0,
3108
3132
  "parameterCount": 2,
3109
- "isExtensionMethod": false
3133
+ "isExtensionMethod": false,
3134
+ "parameterModifiers": [
3135
+ {
3136
+ "index": 1,
3137
+ "modifier": "out"
3138
+ }
3139
+ ]
3110
3140
  },
3111
3141
  {
3112
3142
  "stableId": "System.Private.DataContractSerialization:System.Xml.XmlBinaryReaderSession::TryLookup(System.String,System.Xml.XmlDictionaryString\u0026):System.Boolean",
@@ -3122,7 +3152,13 @@
3122
3152
  "isSealed": true,
3123
3153
  "arity": 0,
3124
3154
  "parameterCount": 2,
3125
- "isExtensionMethod": false
3155
+ "isExtensionMethod": false,
3156
+ "parameterModifiers": [
3157
+ {
3158
+ "index": 1,
3159
+ "modifier": "out"
3160
+ }
3161
+ ]
3126
3162
  },
3127
3163
  {
3128
3164
  "stableId": "System.Private.DataContractSerialization:System.Xml.XmlBinaryReaderSession::TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString\u0026):System.Boolean",
@@ -3138,7 +3174,13 @@
3138
3174
  "isSealed": true,
3139
3175
  "arity": 0,
3140
3176
  "parameterCount": 2,
3141
- "isExtensionMethod": false
3177
+ "isExtensionMethod": false,
3178
+ "parameterModifiers": [
3179
+ {
3180
+ "index": 1,
3181
+ "modifier": "out"
3182
+ }
3183
+ ]
3142
3184
  },
3143
3185
  {
3144
3186
  "stableId": "System.Private.DataContractSerialization:System.Xml.XmlBinaryReaderSession::Clear():System.Void",
@@ -3171,7 +3213,13 @@
3171
3213
  "arity": 0,
3172
3214
  "parameterCount": 2,
3173
3215
  "sourceInterface": "System.Xml.IXmlDictionary",
3174
- "isExtensionMethod": false
3216
+ "isExtensionMethod": false,
3217
+ "parameterModifiers": [
3218
+ {
3219
+ "index": 1,
3220
+ "modifier": "out"
3221
+ }
3222
+ ]
3175
3223
  },
3176
3224
  {
3177
3225
  "stableId": "System.Private.DataContractSerialization:System.Xml.IXmlDictionary::TryLookup(System.Int32,System.Xml.XmlDictionaryString\u0026):System.Boolean",
@@ -3188,7 +3236,13 @@
3188
3236
  "arity": 0,
3189
3237
  "parameterCount": 2,
3190
3238
  "sourceInterface": "System.Xml.IXmlDictionary",
3191
- "isExtensionMethod": false
3239
+ "isExtensionMethod": false,
3240
+ "parameterModifiers": [
3241
+ {
3242
+ "index": 1,
3243
+ "modifier": "out"
3244
+ }
3245
+ ]
3192
3246
  },
3193
3247
  {
3194
3248
  "stableId": "System.Private.DataContractSerialization:System.Xml.IXmlDictionary::TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString\u0026):System.Boolean",
@@ -3205,7 +3259,13 @@
3205
3259
  "arity": 0,
3206
3260
  "parameterCount": 2,
3207
3261
  "sourceInterface": "System.Xml.IXmlDictionary",
3208
- "isExtensionMethod": false
3262
+ "isExtensionMethod": false,
3263
+ "parameterModifiers": [
3264
+ {
3265
+ "index": 1,
3266
+ "modifier": "out"
3267
+ }
3268
+ ]
3209
3269
  }
3210
3270
  ],
3211
3271
  "properties": [],
@@ -3244,7 +3304,13 @@
3244
3304
  "isSealed": false,
3245
3305
  "arity": 0,
3246
3306
  "parameterCount": 2,
3247
- "isExtensionMethod": false
3307
+ "isExtensionMethod": false,
3308
+ "parameterModifiers": [
3309
+ {
3310
+ "index": 1,
3311
+ "modifier": "out"
3312
+ }
3313
+ ]
3248
3314
  },
3249
3315
  {
3250
3316
  "stableId": "System.Private.DataContractSerialization:System.Xml.XmlBinaryWriterSession::Reset():System.Void",
@@ -5721,7 +5787,13 @@
5721
5787
  "isSealed": false,
5722
5788
  "arity": 0,
5723
5789
  "parameterCount": 2,
5724
- "isExtensionMethod": false
5790
+ "isExtensionMethod": false,
5791
+ "parameterModifiers": [
5792
+ {
5793
+ "index": 1,
5794
+ "modifier": "out"
5795
+ }
5796
+ ]
5725
5797
  },
5726
5798
  {
5727
5799
  "stableId": "System.Private.DataContractSerialization:System.Xml.XmlDictionary::TryLookup(System.Int32,System.Xml.XmlDictionaryString\u0026):System.Boolean",
@@ -5737,7 +5809,13 @@
5737
5809
  "isSealed": false,
5738
5810
  "arity": 0,
5739
5811
  "parameterCount": 2,
5740
- "isExtensionMethod": false
5812
+ "isExtensionMethod": false,
5813
+ "parameterModifiers": [
5814
+ {
5815
+ "index": 1,
5816
+ "modifier": "out"
5817
+ }
5818
+ ]
5741
5819
  },
5742
5820
  {
5743
5821
  "stableId": "System.Private.DataContractSerialization:System.Xml.XmlDictionary::TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString\u0026):System.Boolean",
@@ -5753,7 +5831,13 @@
5753
5831
  "isSealed": false,
5754
5832
  "arity": 0,
5755
5833
  "parameterCount": 2,
5756
- "isExtensionMethod": false
5834
+ "isExtensionMethod": false,
5835
+ "parameterModifiers": [
5836
+ {
5837
+ "index": 1,
5838
+ "modifier": "out"
5839
+ }
5840
+ ]
5757
5841
  },
5758
5842
  {
5759
5843
  "stableId": "System.Private.DataContractSerialization:System.Xml.IXmlDictionary::TryLookup(System.String,System.Xml.XmlDictionaryString\u0026):System.Boolean",
@@ -5770,7 +5854,13 @@
5770
5854
  "arity": 0,
5771
5855
  "parameterCount": 2,
5772
5856
  "sourceInterface": "System.Xml.IXmlDictionary",
5773
- "isExtensionMethod": false
5857
+ "isExtensionMethod": false,
5858
+ "parameterModifiers": [
5859
+ {
5860
+ "index": 1,
5861
+ "modifier": "out"
5862
+ }
5863
+ ]
5774
5864
  },
5775
5865
  {
5776
5866
  "stableId": "System.Private.DataContractSerialization:System.Xml.IXmlDictionary::TryLookup(System.Int32,System.Xml.XmlDictionaryString\u0026):System.Boolean",
@@ -5787,7 +5877,13 @@
5787
5877
  "arity": 0,
5788
5878
  "parameterCount": 2,
5789
5879
  "sourceInterface": "System.Xml.IXmlDictionary",
5790
- "isExtensionMethod": false
5880
+ "isExtensionMethod": false,
5881
+ "parameterModifiers": [
5882
+ {
5883
+ "index": 1,
5884
+ "modifier": "out"
5885
+ }
5886
+ ]
5791
5887
  },
5792
5888
  {
5793
5889
  "stableId": "System.Private.DataContractSerialization:System.Xml.IXmlDictionary::TryLookup(System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString\u0026):System.Boolean",
@@ -5804,7 +5900,13 @@
5804
5900
  "arity": 0,
5805
5901
  "parameterCount": 2,
5806
5902
  "sourceInterface": "System.Xml.IXmlDictionary",
5807
- "isExtensionMethod": false
5903
+ "isExtensionMethod": false,
5904
+ "parameterModifiers": [
5905
+ {
5906
+ "index": 1,
5907
+ "modifier": "out"
5908
+ }
5909
+ ]
5808
5910
  }
5809
5911
  ],
5810
5912
  "properties": [
@@ -6536,7 +6638,13 @@
6536
6638
  "isSealed": false,
6537
6639
  "arity": 0,
6538
6640
  "parameterCount": 1,
6539
- "isExtensionMethod": false
6641
+ "isExtensionMethod": false,
6642
+ "parameterModifiers": [
6643
+ {
6644
+ "index": 0,
6645
+ "modifier": "out"
6646
+ }
6647
+ ]
6540
6648
  },
6541
6649
  {
6542
6650
  "stableId": "System.Private.DataContractSerialization:System.Xml.XmlDictionaryReader::ReadValueAsBase64(System.Byte[],System.Int32,System.Int32):System.Int32",
@@ -6664,7 +6772,13 @@
6664
6772
  "isSealed": false,
6665
6773
  "arity": 0,
6666
6774
  "parameterCount": 2,
6667
- "isExtensionMethod": false
6775
+ "isExtensionMethod": false,
6776
+ "parameterModifiers": [
6777
+ {
6778
+ "index": 1,
6779
+ "modifier": "out"
6780
+ }
6781
+ ]
6668
6782
  },
6669
6783
  {
6670
6784
  "stableId": "System.Private.DataContractSerialization:System.Xml.XmlDictionaryReader::ReadContentAsString(System.Xml.XmlDictionaryString[],System.Int32\u0026):System.String",
@@ -6680,7 +6794,13 @@
6680
6794
  "isSealed": false,
6681
6795
  "arity": 0,
6682
6796
  "parameterCount": 2,
6683
- "isExtensionMethod": false
6797
+ "isExtensionMethod": false,
6798
+ "parameterModifiers": [
6799
+ {
6800
+ "index": 1,
6801
+ "modifier": "out"
6802
+ }
6803
+ ]
6684
6804
  },
6685
6805
  {
6686
6806
  "stableId": "System.Private.DataContractSerialization:System.Xml.XmlDictionaryReader::ReadContentAsDecimal():System.Decimal",
@@ -6776,7 +6896,17 @@
6776
6896
  "isSealed": false,
6777
6897
  "arity": 0,
6778
6898
  "parameterCount": 2,
6779
- "isExtensionMethod": false
6899
+ "isExtensionMethod": false,
6900
+ "parameterModifiers": [
6901
+ {
6902
+ "index": 0,
6903
+ "modifier": "out"
6904
+ },
6905
+ {
6906
+ "index": 1,
6907
+ "modifier": "out"
6908
+ }
6909
+ ]
6780
6910
  },
6781
6911
  {
6782
6912
  "stableId": "System.Private.DataContractSerialization:System.Xml.XmlDictionaryReader::ReadElementContentAsString():System.String",
@@ -7000,7 +7130,17 @@
7000
7130
  "isSealed": false,
7001
7131
  "arity": 0,
7002
7132
  "parameterCount": 2,
7003
- "isExtensionMethod": false
7133
+ "isExtensionMethod": false,
7134
+ "parameterModifiers": [
7135
+ {
7136
+ "index": 0,
7137
+ "modifier": "out"
7138
+ },
7139
+ {
7140
+ "index": 1,
7141
+ "modifier": "out"
7142
+ }
7143
+ ]
7004
7144
  },
7005
7145
  {
7006
7146
  "stableId": "System.Private.DataContractSerialization:System.Xml.XmlDictionaryReader::TryGetLocalNameAsDictionaryString(System.Xml.XmlDictionaryString\u0026):System.Boolean",
@@ -7016,7 +7156,13 @@
7016
7156
  "isSealed": false,
7017
7157
  "arity": 0,
7018
7158
  "parameterCount": 1,
7019
- "isExtensionMethod": false
7159
+ "isExtensionMethod": false,
7160
+ "parameterModifiers": [
7161
+ {
7162
+ "index": 0,
7163
+ "modifier": "out"
7164
+ }
7165
+ ]
7020
7166
  },
7021
7167
  {
7022
7168
  "stableId": "System.Private.DataContractSerialization:System.Xml.XmlDictionaryReader::TryGetNamespaceUriAsDictionaryString(System.Xml.XmlDictionaryString\u0026):System.Boolean",
@@ -7032,7 +7178,13 @@
7032
7178
  "isSealed": false,
7033
7179
  "arity": 0,
7034
7180
  "parameterCount": 1,
7035
- "isExtensionMethod": false
7181
+ "isExtensionMethod": false,
7182
+ "parameterModifiers": [
7183
+ {
7184
+ "index": 0,
7185
+ "modifier": "out"
7186
+ }
7187
+ ]
7036
7188
  },
7037
7189
  {
7038
7190
  "stableId": "System.Private.DataContractSerialization:System.Xml.XmlDictionaryReader::TryGetValueAsDictionaryString(System.Xml.XmlDictionaryString\u0026):System.Boolean",
@@ -7048,7 +7200,13 @@
7048
7200
  "isSealed": false,
7049
7201
  "arity": 0,
7050
7202
  "parameterCount": 1,
7051
- "isExtensionMethod": false
7203
+ "isExtensionMethod": false,
7204
+ "parameterModifiers": [
7205
+ {
7206
+ "index": 0,
7207
+ "modifier": "out"
7208
+ }
7209
+ ]
7052
7210
  },
7053
7211
  {
7054
7212
  "stableId": "System.Private.DataContractSerialization:System.Xml.XmlDictionaryReader::IsStartArray(System.Type\u0026):System.Boolean",
@@ -7064,7 +7222,13 @@
7064
7222
  "isSealed": false,
7065
7223
  "arity": 0,
7066
7224
  "parameterCount": 1,
7067
- "isExtensionMethod": false
7225
+ "isExtensionMethod": false,
7226
+ "parameterModifiers": [
7227
+ {
7228
+ "index": 0,
7229
+ "modifier": "out"
7230
+ }
7231
+ ]
7068
7232
  },
7069
7233
  {
7070
7234
  "stableId": "System.Private.DataContractSerialization:System.Xml.XmlDictionaryReader::TryGetArrayLength(System.Int32\u0026):System.Boolean",
@@ -7080,7 +7244,13 @@
7080
7244
  "isSealed": false,
7081
7245
  "arity": 0,
7082
7246
  "parameterCount": 1,
7083
- "isExtensionMethod": false
7247
+ "isExtensionMethod": false,
7248
+ "parameterModifiers": [
7249
+ {
7250
+ "index": 0,
7251
+ "modifier": "out"
7252
+ }
7253
+ ]
7084
7254
  },
7085
7255
  {
7086
7256
  "stableId": "System.Private.DataContractSerialization:System.Xml.XmlDictionaryReader::ReadBooleanArray(System.String,System.String):System.Boolean[]",
@@ -23,31 +23,6 @@ import type { IXmlLineInfo, XmlNodeType, XmlReader, XmlWriter } from "../../Syst
23
23
  import * as System_Internal from "../../System/internal/index.js";
24
24
  import type { Boolean as ClrBoolean, Enum, EventArgs, EventHandler_1, IComparable, IConvertible, IEquatable_1, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, Void } from "../../System/internal/index.js";
25
25
 
26
- // CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
27
- // This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
28
- // Value positions (parameters, return types) use lowercase primitives for ergonomics
29
- export type CLROf<T> =
30
- T extends sbyte ? System_Internal.SByte :
31
- T extends short ? System_Internal.Int16 :
32
- T extends int ? System_Internal.Int32 :
33
- T extends long ? System_Internal.Int64 :
34
- T extends int128 ? System_Internal.Int128 :
35
- T extends nint ? System_Internal.IntPtr :
36
- T extends byte ? System_Internal.Byte :
37
- T extends ushort ? System_Internal.UInt16 :
38
- T extends uint ? System_Internal.UInt32 :
39
- T extends ulong ? System_Internal.UInt64 :
40
- T extends uint128 ? System_Internal.UInt128 :
41
- T extends nuint ? System_Internal.UIntPtr :
42
- T extends half ? System_Internal.Half :
43
- T extends float ? System_Internal.Single :
44
- T extends double ? System_Internal.Double :
45
- T extends decimal ? System_Internal.Decimal :
46
- T extends char ? System_Internal.Char :
47
- T extends boolean ? System_Internal.Boolean :
48
- T extends string ? System_Internal.String :
49
- T; // Identity fallback for non-primitive types
50
-
51
26
  export enum LoadOptions {
52
27
  none = 0,
53
28
  preserveWhitespace = 1,