@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 * as System_Collections_Generic_Internal from "../../System.Collections.Generic/internal/index.js";
@@ -37,31 +37,6 @@ import type { CancellationToken } from "../../System.Threading/internal/index.js
37
37
  import * as System_Internal from "../../System/internal/index.js";
38
38
  import type { Array as ClrArray, ArraySegment_1, AsyncCallback, Boolean as ClrBoolean, Byte, Char, DateTime, Delegate, Enum, EventArgs, Exception, FormatException, Guid, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, InvalidOperationException, IParsable_1, ISpanFormattable, ISpanParsable_1, IUtf8SpanFormattable, IUtf8SpanParsable_1, MarshalByRefObject, Memory_1, MulticastDelegate, Object as ClrObject, Predicate_1, ReadOnlySpan_1, Span_1, String as ClrString, TimeSpan, Type, TypeCode, Uri, ValueType, Version, Void } from "../../System/internal/index.js";
39
39
 
40
- // CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
41
- // This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
42
- // Value positions (parameters, return types) use lowercase primitives for ergonomics
43
- export type CLROf<T> =
44
- T extends sbyte ? System_Internal.SByte :
45
- T extends short ? System_Internal.Int16 :
46
- T extends int ? System_Internal.Int32 :
47
- T extends long ? System_Internal.Int64 :
48
- T extends int128 ? System_Internal.Int128 :
49
- T extends nint ? System_Internal.IntPtr :
50
- T extends byte ? System_Internal.Byte :
51
- T extends ushort ? System_Internal.UInt16 :
52
- T extends uint ? System_Internal.UInt32 :
53
- T extends ulong ? System_Internal.UInt64 :
54
- T extends uint128 ? System_Internal.UInt128 :
55
- T extends nuint ? System_Internal.UIntPtr :
56
- T extends half ? System_Internal.Half :
57
- T extends float ? System_Internal.Single :
58
- T extends double ? System_Internal.Double :
59
- T extends decimal ? System_Internal.Decimal :
60
- T extends char ? System_Internal.Char :
61
- T extends boolean ? System_Internal.Boolean :
62
- T extends string ? System_Internal.String :
63
- T; // Identity fallback for non-primitive types
64
-
65
40
  export enum AuthenticationSchemes {
66
41
  none = 0,
67
42
  digest = 1,
@@ -426,19 +401,19 @@ export interface IPNetwork$instance {
426
401
  equals(obj: unknown): boolean;
427
402
  getHashCode(): int;
428
403
  toString(): string;
429
- tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }): boolean;
430
- tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }): boolean;
404
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int): boolean;
405
+ tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
431
406
  }
432
407
 
433
408
 
434
409
  export const IPNetwork: {
435
410
  new(baseAddress: IPAddress, prefixLength: int): IPNetwork$instance;
436
- parse(utf8Text: ReadOnlySpan_1<CLROf<byte>>): IPNetwork;
437
- parse(s: ReadOnlySpan_1<CLROf<char>>): IPNetwork;
411
+ parse(utf8Text: ReadOnlySpan_1<System_Internal.Byte>): IPNetwork;
412
+ parse(s: ReadOnlySpan_1<System_Internal.Char>): IPNetwork;
438
413
  parse(s: string): IPNetwork;
439
- tryParse(utf8Text: ReadOnlySpan_1<CLROf<byte>>, result: { value: ref<IPNetwork> }): boolean;
440
- tryParse(s: ReadOnlySpan_1<CLROf<char>>, result: { value: ref<IPNetwork> }): boolean;
441
- tryParse(s: string, result: { value: ref<IPNetwork> }): boolean;
414
+ tryParse(utf8Text: ReadOnlySpan_1<System_Internal.Byte>, result: IPNetwork): boolean;
415
+ tryParse(s: ReadOnlySpan_1<System_Internal.Char>, result: IPNetwork): boolean;
416
+ tryParse(s: string, result: IPNetwork): boolean;
442
417
  };
443
418
 
444
419
 
@@ -453,7 +428,7 @@ export interface __IPNetwork$views {
453
428
 
454
429
  // Structural method bridges for numeric interface constraints
455
430
  equals(other: IPNetwork): boolean;
456
- tryFormat(utf8Destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<byte>>, bytesWritten: { value: ref<int> }, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").CLROf<char>>, provider: import("../../System/internal/index").IFormatProvider): boolean;
431
+ tryFormat(utf8Destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").Byte>, bytesWritten: int, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").Char>, provider: import("../../System/internal/index").IFormatProvider): boolean;
457
432
  }
458
433
 
459
434
  export interface IPNetwork$instance extends System_Internal.ISpanParsable_1$instance<IPNetwork> {}
@@ -934,7 +909,7 @@ export interface HttpListenerContext$instance {
934
909
  acceptWebSocketAsync(subProtocol: string): Task_1<HttpListenerWebSocketContext>;
935
910
  acceptWebSocketAsync(subProtocol: string, keepAliveInterval: TimeSpan): Task_1<HttpListenerWebSocketContext>;
936
911
  acceptWebSocketAsync(subProtocol: string, receiveBufferSize: int, keepAliveInterval: TimeSpan): Task_1<HttpListenerWebSocketContext>;
937
- acceptWebSocketAsync(subProtocol: string, receiveBufferSize: int, keepAliveInterval: TimeSpan, internalBuffer: ArraySegment_1<CLROf<byte>>): Task_1<HttpListenerWebSocketContext>;
912
+ acceptWebSocketAsync(subProtocol: string, receiveBufferSize: int, keepAliveInterval: TimeSpan, internalBuffer: ArraySegment_1<System_Internal.Byte>): Task_1<HttpListenerWebSocketContext>;
938
913
  }
939
914
 
940
915
 
@@ -974,7 +949,7 @@ export interface HttpListenerPrefixCollection$instance {
974
949
  contains(uriPrefix: string): boolean;
975
950
  copyTo(array: ClrArray, offset: int): void;
976
951
  copyTo(array: string[], offset: int): void;
977
- getEnumerator(): IEnumerator_1<CLROf<string>>;
952
+ getEnumerator(): IEnumerator_1<System_Internal.String>;
978
953
  remove(uriPrefix: string): boolean;
979
954
  }
980
955
 
@@ -985,8 +960,8 @@ export const HttpListenerPrefixCollection: {
985
960
 
986
961
 
987
962
  export interface __HttpListenerPrefixCollection$views {
988
- As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<CLROf<string>>;
989
- As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<CLROf<string>>;
963
+ As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<System_Internal.String>;
964
+ As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<System_Internal.String>;
990
965
  As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
991
966
  }
992
967
 
@@ -1227,18 +1202,18 @@ export interface IPAddress$instance {
1227
1202
  mapToIPv4(): IPAddress;
1228
1203
  mapToIPv6(): IPAddress;
1229
1204
  toString(): string;
1230
- tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }): boolean;
1231
- tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }): boolean;
1232
- tryWriteBytes(destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }): boolean;
1205
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int): boolean;
1206
+ tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
1207
+ tryWriteBytes(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
1233
1208
  }
1234
1209
 
1235
1210
 
1236
1211
  export const IPAddress: {
1237
1212
  new(newAddress: long): IPAddress$instance;
1238
1213
  new(address: byte[], scopeid: long): IPAddress$instance;
1239
- new(address: ReadOnlySpan_1<CLROf<byte>>, scopeid: long): IPAddress$instance;
1214
+ new(address: ReadOnlySpan_1<System_Internal.Byte>, scopeid: long): IPAddress$instance;
1240
1215
  new(address: byte[]): IPAddress$instance;
1241
- new(address: ReadOnlySpan_1<CLROf<byte>>): IPAddress$instance;
1216
+ new(address: ReadOnlySpan_1<System_Internal.Byte>): IPAddress$instance;
1242
1217
  readonly any_: IPAddress;
1243
1218
  readonly loopback: IPAddress;
1244
1219
  readonly broadcast: IPAddress;
@@ -1250,17 +1225,17 @@ export const IPAddress: {
1250
1225
  hostToNetworkOrder(host: int): int;
1251
1226
  hostToNetworkOrder(host: long): long;
1252
1227
  isLoopback(address: IPAddress): boolean;
1253
- isValid(ipSpan: ReadOnlySpan_1<CLROf<char>>): boolean;
1254
- isValidUtf8(utf8Text: ReadOnlySpan_1<CLROf<byte>>): boolean;
1228
+ isValid(ipSpan: ReadOnlySpan_1<System_Internal.Char>): boolean;
1229
+ isValidUtf8(utf8Text: ReadOnlySpan_1<System_Internal.Byte>): boolean;
1255
1230
  networkToHostOrder(network: short): short;
1256
1231
  networkToHostOrder(network: int): int;
1257
1232
  networkToHostOrder(network: long): long;
1258
- parse(utf8Text: ReadOnlySpan_1<CLROf<byte>>): IPAddress;
1259
- parse(ipSpan: ReadOnlySpan_1<CLROf<char>>): IPAddress;
1233
+ parse(utf8Text: ReadOnlySpan_1<System_Internal.Byte>): IPAddress;
1234
+ parse(ipSpan: ReadOnlySpan_1<System_Internal.Char>): IPAddress;
1260
1235
  parse(ipString: string): IPAddress;
1261
- tryParse(utf8Text: ReadOnlySpan_1<CLROf<byte>>, result: { value: ref<IPAddress> }): boolean;
1262
- tryParse(ipSpan: ReadOnlySpan_1<CLROf<char>>, address: { value: ref<IPAddress> }): boolean;
1263
- tryParse(ipString: string, address: { value: ref<IPAddress> }): boolean;
1236
+ tryParse(utf8Text: ReadOnlySpan_1<System_Internal.Byte>, result: IPAddress): boolean;
1237
+ tryParse(ipSpan: ReadOnlySpan_1<System_Internal.Char>, address: IPAddress): boolean;
1238
+ tryParse(ipString: string, address: IPAddress): boolean;
1264
1239
  };
1265
1240
 
1266
1241
 
@@ -1273,7 +1248,7 @@ export interface __IPAddress$views {
1273
1248
  As_IUtf8SpanParsable_1(): System_Internal.IUtf8SpanParsable_1$instance<IPAddress>;
1274
1249
 
1275
1250
  // Structural method bridges for numeric interface constraints
1276
- tryFormat(utf8Destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<byte>>, bytesWritten: { value: ref<int> }, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").CLROf<char>>, provider: import("../../System/internal/index").IFormatProvider): boolean;
1251
+ tryFormat(utf8Destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").Byte>, bytesWritten: int, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").Char>, provider: import("../../System/internal/index").IFormatProvider): boolean;
1277
1252
  }
1278
1253
 
1279
1254
  export interface IPAddress$instance extends System_Internal.ISpanParsable_1$instance<IPAddress> {}
@@ -1298,10 +1273,10 @@ export const IPEndPoint: {
1298
1273
  new(address: IPAddress, port: int): IPEndPoint$instance;
1299
1274
  readonly minPort: int;
1300
1275
  readonly maxPort: int;
1301
- parse(s: ReadOnlySpan_1<CLROf<char>>): IPEndPoint;
1276
+ parse(s: ReadOnlySpan_1<System_Internal.Char>): IPEndPoint;
1302
1277
  parse(s: string): IPEndPoint;
1303
- tryParse(s: ReadOnlySpan_1<CLROf<char>>, result: { value: ref<IPEndPoint> }): boolean;
1304
- tryParse(s: string, result: { value: ref<IPEndPoint> }): boolean;
1278
+ tryParse(s: ReadOnlySpan_1<System_Internal.Char>, result: IPEndPoint): boolean;
1279
+ tryParse(s: string, result: IPEndPoint): boolean;
1305
1280
  };
1306
1281
 
1307
1282
 
@@ -1459,7 +1434,7 @@ export const ServicePointManager: {
1459
1434
  export type ServicePointManager = ServicePointManager$instance;
1460
1435
 
1461
1436
  export interface SocketAddress$instance {
1462
- readonly buffer: Memory_1<CLROf<byte>>;
1437
+ readonly buffer: Memory_1<System_Internal.Byte>;
1463
1438
  readonly family: AddressFamily;
1464
1439
  item: byte;
1465
1440
  size: int;
@@ -1592,8 +1567,8 @@ export interface WebClient$instance extends Component {
1592
1567
  downloadString(address: Uri): string;
1593
1568
  downloadStringAsync(address: Uri): void;
1594
1569
  downloadStringAsync(address: Uri, userToken: unknown): void;
1595
- downloadStringTaskAsync(address: string): Task_1<CLROf<string>>;
1596
- downloadStringTaskAsync(address: Uri): Task_1<CLROf<string>>;
1570
+ downloadStringTaskAsync(address: string): Task_1<System_Internal.String>;
1571
+ downloadStringTaskAsync(address: Uri): Task_1<System_Internal.String>;
1597
1572
  openRead(address: string): Stream;
1598
1573
  openRead(address: Uri): Stream;
1599
1574
  openReadAsync(address: Uri): void;
@@ -1640,10 +1615,10 @@ export interface WebClient$instance extends Component {
1640
1615
  uploadStringAsync(address: Uri, data: string): void;
1641
1616
  uploadStringAsync(address: Uri, method: string, data: string): void;
1642
1617
  uploadStringAsync(address: Uri, method: string, data: string, userToken: unknown): void;
1643
- uploadStringTaskAsync(address: string, data: string): Task_1<CLROf<string>>;
1644
- uploadStringTaskAsync(address: Uri, data: string): Task_1<CLROf<string>>;
1645
- uploadStringTaskAsync(address: string, method: string, data: string): Task_1<CLROf<string>>;
1646
- uploadStringTaskAsync(address: Uri, method: string, data: string): Task_1<CLROf<string>>;
1618
+ uploadStringTaskAsync(address: string, data: string): Task_1<System_Internal.String>;
1619
+ uploadStringTaskAsync(address: Uri, data: string): Task_1<System_Internal.String>;
1620
+ uploadStringTaskAsync(address: string, method: string, data: string): Task_1<System_Internal.String>;
1621
+ uploadStringTaskAsync(address: Uri, method: string, data: string): Task_1<System_Internal.String>;
1647
1622
  uploadValues(address: string, data: NameValueCollection): byte[];
1648
1623
  uploadValues(address: Uri, data: NameValueCollection): byte[];
1649
1624
  uploadValues(address: string, method: string, data: NameValueCollection): byte[];
@@ -3712,7 +3712,13 @@
3712
3712
  "isSealed": false,
3713
3713
  "arity": 0,
3714
3714
  "parameterCount": 2,
3715
- "isExtensionMethod": false
3715
+ "isExtensionMethod": false,
3716
+ "parameterModifiers": [
3717
+ {
3718
+ "index": 1,
3719
+ "modifier": "out"
3720
+ }
3721
+ ]
3716
3722
  },
3717
3723
  {
3718
3724
  "stableId": "System.Net.Primitives:System.Net.IPNetwork::TryParse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Net.IPNetwork\u0026):System.Boolean",
@@ -3728,7 +3734,13 @@
3728
3734
  "isSealed": false,
3729
3735
  "arity": 0,
3730
3736
  "parameterCount": 2,
3731
- "isExtensionMethod": false
3737
+ "isExtensionMethod": false,
3738
+ "parameterModifiers": [
3739
+ {
3740
+ "index": 1,
3741
+ "modifier": "out"
3742
+ }
3743
+ ]
3732
3744
  },
3733
3745
  {
3734
3746
  "stableId": "System.Net.Primitives:System.Net.IPNetwork::TryParse(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Net.IPNetwork\u0026):System.Boolean",
@@ -3744,7 +3756,13 @@
3744
3756
  "isSealed": false,
3745
3757
  "arity": 0,
3746
3758
  "parameterCount": 2,
3747
- "isExtensionMethod": false
3759
+ "isExtensionMethod": false,
3760
+ "parameterModifiers": [
3761
+ {
3762
+ "index": 1,
3763
+ "modifier": "out"
3764
+ }
3765
+ ]
3748
3766
  },
3749
3767
  {
3750
3768
  "stableId": "System.Net.Primitives:System.Net.IPNetwork::ToString():System.String",
@@ -3776,7 +3794,13 @@
3776
3794
  "isSealed": false,
3777
3795
  "arity": 0,
3778
3796
  "parameterCount": 2,
3779
- "isExtensionMethod": false
3797
+ "isExtensionMethod": false,
3798
+ "parameterModifiers": [
3799
+ {
3800
+ "index": 1,
3801
+ "modifier": "out"
3802
+ }
3803
+ ]
3780
3804
  },
3781
3805
  {
3782
3806
  "stableId": "System.Net.Primitives:System.Net.IPNetwork::TryFormat(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
@@ -3792,7 +3816,13 @@
3792
3816
  "isSealed": false,
3793
3817
  "arity": 0,
3794
3818
  "parameterCount": 2,
3795
- "isExtensionMethod": false
3819
+ "isExtensionMethod": false,
3820
+ "parameterModifiers": [
3821
+ {
3822
+ "index": 1,
3823
+ "modifier": "out"
3824
+ }
3825
+ ]
3796
3826
  },
3797
3827
  {
3798
3828
  "stableId": "System.Net.Primitives:System.Net.IPNetwork::Equals(System.Net.IPNetwork):System.Boolean",
@@ -3874,7 +3904,13 @@
3874
3904
  "arity": 0,
3875
3905
  "parameterCount": 4,
3876
3906
  "sourceInterface": "System.ISpanFormattable",
3877
- "isExtensionMethod": false
3907
+ "isExtensionMethod": false,
3908
+ "parameterModifiers": [
3909
+ {
3910
+ "index": 1,
3911
+ "modifier": "out"
3912
+ }
3913
+ ]
3878
3914
  },
3879
3915
  {
3880
3916
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -3925,7 +3961,13 @@
3925
3961
  "arity": 0,
3926
3962
  "parameterCount": 3,
3927
3963
  "sourceInterface": "System.ISpanParsable\u00601",
3928
- "isExtensionMethod": false
3964
+ "isExtensionMethod": false,
3965
+ "parameterModifiers": [
3966
+ {
3967
+ "index": 2,
3968
+ "modifier": "out"
3969
+ }
3970
+ ]
3929
3971
  },
3930
3972
  {
3931
3973
  "stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
@@ -3959,7 +4001,13 @@
3959
4001
  "arity": 0,
3960
4002
  "parameterCount": 3,
3961
4003
  "sourceInterface": "System.IParsable\u00601",
3962
- "isExtensionMethod": false
4004
+ "isExtensionMethod": false,
4005
+ "parameterModifiers": [
4006
+ {
4007
+ "index": 2,
4008
+ "modifier": "out"
4009
+ }
4010
+ ]
3963
4011
  },
3964
4012
  {
3965
4013
  "stableId": "System.Private.CoreLib:System.IUtf8SpanFormattable::TryFormat(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):System.Boolean",
@@ -3976,7 +4024,13 @@
3976
4024
  "arity": 0,
3977
4025
  "parameterCount": 4,
3978
4026
  "sourceInterface": "System.IUtf8SpanFormattable",
3979
- "isExtensionMethod": false
4027
+ "isExtensionMethod": false,
4028
+ "parameterModifiers": [
4029
+ {
4030
+ "index": 1,
4031
+ "modifier": "out"
4032
+ }
4033
+ ]
3980
4034
  },
3981
4035
  {
3982
4036
  "stableId": "System.Private.CoreLib:System.IUtf8SpanParsable\u00601::Parse(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):TSelf",
@@ -4010,7 +4064,13 @@
4010
4064
  "arity": 0,
4011
4065
  "parameterCount": 3,
4012
4066
  "sourceInterface": "System.IUtf8SpanParsable\u00601",
4013
- "isExtensionMethod": false
4067
+ "isExtensionMethod": false,
4068
+ "parameterModifiers": [
4069
+ {
4070
+ "index": 2,
4071
+ "modifier": "out"
4072
+ }
4073
+ ]
4014
4074
  }
4015
4075
  ],
4016
4076
  "properties": [
@@ -9299,7 +9359,13 @@
9299
9359
  "isSealed": false,
9300
9360
  "arity": 0,
9301
9361
  "parameterCount": 2,
9302
- "isExtensionMethod": false
9362
+ "isExtensionMethod": false,
9363
+ "parameterModifiers": [
9364
+ {
9365
+ "index": 1,
9366
+ "modifier": "out"
9367
+ }
9368
+ ]
9303
9369
  },
9304
9370
  {
9305
9371
  "stableId": "System.Net.Requests:System.Net.HttpWebRequest::GetRequestStream(System.Net.TransportContext\u0026):System.IO.Stream",
@@ -9315,7 +9381,13 @@
9315
9381
  "isSealed": false,
9316
9382
  "arity": 0,
9317
9383
  "parameterCount": 1,
9318
- "isExtensionMethod": false
9384
+ "isExtensionMethod": false,
9385
+ "parameterModifiers": [
9386
+ {
9387
+ "index": 0,
9388
+ "modifier": "out"
9389
+ }
9390
+ ]
9319
9391
  },
9320
9392
  {
9321
9393
  "stableId": "System.Net.Requests:System.Net.HttpWebRequest::BeginGetRequestStream(System.AsyncCallback,System.Object):System.IAsyncResult",
@@ -10644,7 +10716,13 @@
10644
10716
  "isSealed": false,
10645
10717
  "arity": 0,
10646
10718
  "parameterCount": 2,
10647
- "isExtensionMethod": false
10719
+ "isExtensionMethod": false,
10720
+ "parameterModifiers": [
10721
+ {
10722
+ "index": 1,
10723
+ "modifier": "out"
10724
+ }
10725
+ ]
10648
10726
  },
10649
10727
  {
10650
10728
  "stableId": "System.Net.Primitives:System.Net.IPAddress::TryParse(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Net.IPAddress\u0026):System.Boolean",
@@ -10660,7 +10738,13 @@
10660
10738
  "isSealed": false,
10661
10739
  "arity": 0,
10662
10740
  "parameterCount": 2,
10663
- "isExtensionMethod": false
10741
+ "isExtensionMethod": false,
10742
+ "parameterModifiers": [
10743
+ {
10744
+ "index": 1,
10745
+ "modifier": "out"
10746
+ }
10747
+ ]
10664
10748
  },
10665
10749
  {
10666
10750
  "stableId": "System.Net.Primitives:System.Net.IPAddress::TryParse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Net.IPAddress\u0026):System.Boolean",
@@ -10676,7 +10760,13 @@
10676
10760
  "isSealed": false,
10677
10761
  "arity": 0,
10678
10762
  "parameterCount": 2,
10679
- "isExtensionMethod": false
10763
+ "isExtensionMethod": false,
10764
+ "parameterModifiers": [
10765
+ {
10766
+ "index": 1,
10767
+ "modifier": "out"
10768
+ }
10769
+ ]
10680
10770
  },
10681
10771
  {
10682
10772
  "stableId": "System.Net.Primitives:System.Net.IPAddress::Parse(System.String):System.Net.IPAddress",
@@ -10740,7 +10830,13 @@
10740
10830
  "isSealed": false,
10741
10831
  "arity": 0,
10742
10832
  "parameterCount": 2,
10743
- "isExtensionMethod": false
10833
+ "isExtensionMethod": false,
10834
+ "parameterModifiers": [
10835
+ {
10836
+ "index": 1,
10837
+ "modifier": "out"
10838
+ }
10839
+ ]
10744
10840
  },
10745
10841
  {
10746
10842
  "stableId": "System.Net.Primitives:System.Net.IPAddress::GetAddressBytes():System.Byte[]",
@@ -10788,7 +10884,13 @@
10788
10884
  "isSealed": false,
10789
10885
  "arity": 0,
10790
10886
  "parameterCount": 2,
10791
- "isExtensionMethod": false
10887
+ "isExtensionMethod": false,
10888
+ "parameterModifiers": [
10889
+ {
10890
+ "index": 1,
10891
+ "modifier": "out"
10892
+ }
10893
+ ]
10792
10894
  },
10793
10895
  {
10794
10896
  "stableId": "System.Net.Primitives:System.Net.IPAddress::TryFormat(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
@@ -10804,7 +10906,13 @@
10804
10906
  "isSealed": false,
10805
10907
  "arity": 0,
10806
10908
  "parameterCount": 2,
10807
- "isExtensionMethod": false
10909
+ "isExtensionMethod": false,
10910
+ "parameterModifiers": [
10911
+ {
10912
+ "index": 1,
10913
+ "modifier": "out"
10914
+ }
10915
+ ]
10808
10916
  },
10809
10917
  {
10810
10918
  "stableId": "System.Net.Primitives:System.Net.IPAddress::HostToNetworkOrder(System.Int64):System.Int64",
@@ -10997,7 +11105,13 @@
10997
11105
  "arity": 0,
10998
11106
  "parameterCount": 4,
10999
11107
  "sourceInterface": "System.ISpanFormattable",
11000
- "isExtensionMethod": false
11108
+ "isExtensionMethod": false,
11109
+ "parameterModifiers": [
11110
+ {
11111
+ "index": 1,
11112
+ "modifier": "out"
11113
+ }
11114
+ ]
11001
11115
  },
11002
11116
  {
11003
11117
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -11048,7 +11162,13 @@
11048
11162
  "arity": 0,
11049
11163
  "parameterCount": 3,
11050
11164
  "sourceInterface": "System.ISpanParsable\u00601",
11051
- "isExtensionMethod": false
11165
+ "isExtensionMethod": false,
11166
+ "parameterModifiers": [
11167
+ {
11168
+ "index": 2,
11169
+ "modifier": "out"
11170
+ }
11171
+ ]
11052
11172
  },
11053
11173
  {
11054
11174
  "stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
@@ -11082,7 +11202,13 @@
11082
11202
  "arity": 0,
11083
11203
  "parameterCount": 3,
11084
11204
  "sourceInterface": "System.IParsable\u00601",
11085
- "isExtensionMethod": false
11205
+ "isExtensionMethod": false,
11206
+ "parameterModifiers": [
11207
+ {
11208
+ "index": 2,
11209
+ "modifier": "out"
11210
+ }
11211
+ ]
11086
11212
  },
11087
11213
  {
11088
11214
  "stableId": "System.Private.CoreLib:System.IUtf8SpanFormattable::TryFormat(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):System.Boolean",
@@ -11099,7 +11225,13 @@
11099
11225
  "arity": 0,
11100
11226
  "parameterCount": 4,
11101
11227
  "sourceInterface": "System.IUtf8SpanFormattable",
11102
- "isExtensionMethod": false
11228
+ "isExtensionMethod": false,
11229
+ "parameterModifiers": [
11230
+ {
11231
+ "index": 1,
11232
+ "modifier": "out"
11233
+ }
11234
+ ]
11103
11235
  },
11104
11236
  {
11105
11237
  "stableId": "System.Private.CoreLib:System.IUtf8SpanParsable\u00601::Parse(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):TSelf",
@@ -11133,7 +11265,13 @@
11133
11265
  "arity": 0,
11134
11266
  "parameterCount": 3,
11135
11267
  "sourceInterface": "System.IUtf8SpanParsable\u00601",
11136
- "isExtensionMethod": false
11268
+ "isExtensionMethod": false,
11269
+ "parameterModifiers": [
11270
+ {
11271
+ "index": 2,
11272
+ "modifier": "out"
11273
+ }
11274
+ ]
11137
11275
  }
11138
11276
  ],
11139
11277
  "properties": [
@@ -11392,7 +11530,13 @@
11392
11530
  "isSealed": false,
11393
11531
  "arity": 0,
11394
11532
  "parameterCount": 2,
11395
- "isExtensionMethod": false
11533
+ "isExtensionMethod": false,
11534
+ "parameterModifiers": [
11535
+ {
11536
+ "index": 1,
11537
+ "modifier": "out"
11538
+ }
11539
+ ]
11396
11540
  },
11397
11541
  {
11398
11542
  "stableId": "System.Net.Primitives:System.Net.IPEndPoint::TryParse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Net.IPEndPoint\u0026):System.Boolean",
@@ -11408,7 +11552,13 @@
11408
11552
  "isSealed": false,
11409
11553
  "arity": 0,
11410
11554
  "parameterCount": 2,
11411
- "isExtensionMethod": false
11555
+ "isExtensionMethod": false,
11556
+ "parameterModifiers": [
11557
+ {
11558
+ "index": 1,
11559
+ "modifier": "out"
11560
+ }
11561
+ ]
11412
11562
  },
11413
11563
  {
11414
11564
  "stableId": "System.Net.Primitives:System.Net.IPEndPoint::Parse(System.String):System.Net.IPEndPoint",
@@ -9,31 +9,6 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
9
9
  import * as System_Internal from "../../System/internal/index.js";
10
10
  import type { Boolean as ClrBoolean, DateTime, Enum, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, TimeSpan, Type, TypeCode } from "../../System/internal/index.js";
11
11
 
12
- // CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
13
- // This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
14
- // Value positions (parameters, return types) use lowercase primitives for ergonomics
15
- export type CLROf<T> =
16
- T extends sbyte ? System_Internal.SByte :
17
- T extends short ? System_Internal.Int16 :
18
- T extends int ? System_Internal.Int32 :
19
- T extends long ? System_Internal.Int64 :
20
- T extends int128 ? System_Internal.Int128 :
21
- T extends nint ? System_Internal.IntPtr :
22
- T extends byte ? System_Internal.Byte :
23
- T extends ushort ? System_Internal.UInt16 :
24
- T extends uint ? System_Internal.UInt32 :
25
- T extends ulong ? System_Internal.UInt64 :
26
- T extends uint128 ? System_Internal.UInt128 :
27
- T extends nuint ? System_Internal.UIntPtr :
28
- T extends half ? System_Internal.Half :
29
- T extends float ? System_Internal.Single :
30
- T extends double ? System_Internal.Double :
31
- T extends decimal ? System_Internal.Decimal :
32
- T extends char ? System_Internal.Char :
33
- T extends boolean ? System_Internal.Boolean :
34
- T extends string ? System_Internal.String :
35
- T; // Identity fallback for non-primitive types
36
-
37
12
  export enum HttpCacheAgeControl {
38
13
  none = 0,
39
14
  minFresh = 1,
@@ -9437,7 +9437,13 @@
9437
9437
  "parameterCount": 2,
9438
9438
  "declaringClrType": "System.Net.Http.HttpRequestOptions",
9439
9439
  "declaringAssemblyName": "System.Net.Http",
9440
- "isExtensionMethod": false
9440
+ "isExtensionMethod": false,
9441
+ "parameterModifiers": [
9442
+ {
9443
+ "index": 1,
9444
+ "modifier": "out"
9445
+ }
9446
+ ]
9441
9447
  },
9442
9448
  {
9443
9449
  "stableId": "System.Net.Http:System.Net.Http.HttpRequestOptions::Set(HttpRequestOptionsKey_1,TValue):System.Void",
@@ -9493,7 +9499,13 @@
9493
9499
  "parameterCount": 2,
9494
9500
  "declaringClrType": "System.Collections.Generic.IDictionary\u00602",
9495
9501
  "declaringAssemblyName": "System.Private.CoreLib",
9496
- "isExtensionMethod": false
9502
+ "isExtensionMethod": false,
9503
+ "parameterModifiers": [
9504
+ {
9505
+ "index": 1,
9506
+ "modifier": "out"
9507
+ }
9508
+ ]
9497
9509
  },
9498
9510
  {
9499
9511
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
@@ -9605,7 +9617,13 @@
9605
9617
  "parameterCount": 2,
9606
9618
  "declaringClrType": "System.Collections.Generic.IReadOnlyDictionary\u00602",
9607
9619
  "declaringAssemblyName": "System.Private.CoreLib",
9608
- "isExtensionMethod": false
9620
+ "isExtensionMethod": false,
9621
+ "parameterModifiers": [
9622
+ {
9623
+ "index": 1,
9624
+ "modifier": "out"
9625
+ }
9626
+ ]
9609
9627
  }
9610
9628
  ],
9611
9629
  "properties": [