@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
@@ -906,7 +906,17 @@
906
906
  "isSealed": false,
907
907
  "arity": 0,
908
908
  "parameterCount": 2,
909
- "isExtensionMethod": false
909
+ "isExtensionMethod": false,
910
+ "parameterModifiers": [
911
+ {
912
+ "index": 0,
913
+ "modifier": "out"
914
+ },
915
+ {
916
+ "index": 1,
917
+ "modifier": "out"
918
+ }
919
+ ]
910
920
  },
911
921
  {
912
922
  "stableId": "System.Reflection.Metadata:System.Reflection.Metadata.Ecma335.BlobEncoder::CustomAttributeSignature(System.Action_1[[System.Reflection.Metadata.Ecma335.FixedArgumentsEncoder,System.Reflection.Metadata,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],System.Action_1[[System.Reflection.Metadata.Ecma335.CustomAttributeNamedArgumentsEncoder,System.Reflection.Metadata,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):System.Void",
@@ -2559,7 +2569,17 @@
2559
2569
  "isSealed": false,
2560
2570
  "arity": 0,
2561
2571
  "parameterCount": 2,
2562
- "isExtensionMethod": false
2572
+ "isExtensionMethod": false,
2573
+ "parameterModifiers": [
2574
+ {
2575
+ "index": 0,
2576
+ "modifier": "out"
2577
+ },
2578
+ {
2579
+ "index": 1,
2580
+ "modifier": "out"
2581
+ }
2582
+ ]
2563
2583
  },
2564
2584
  {
2565
2585
  "stableId": "System.Reflection.Metadata:System.Reflection.Metadata.Ecma335.LiteralEncoder::TaggedVector(System.Action_1[[System.Reflection.Metadata.Ecma335.CustomAttributeArrayTypeEncoder,System.Reflection.Metadata,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],System.Action_1[[System.Reflection.Metadata.Ecma335.VectorEncoder,System.Reflection.Metadata,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):System.Void",
@@ -2607,7 +2627,17 @@
2607
2627
  "isSealed": false,
2608
2628
  "arity": 0,
2609
2629
  "parameterCount": 2,
2610
- "isExtensionMethod": false
2630
+ "isExtensionMethod": false,
2631
+ "parameterModifiers": [
2632
+ {
2633
+ "index": 0,
2634
+ "modifier": "out"
2635
+ },
2636
+ {
2637
+ "index": 1,
2638
+ "modifier": "out"
2639
+ }
2640
+ ]
2611
2641
  },
2612
2642
  {
2613
2643
  "stableId": "System.Reflection.Metadata:System.Reflection.Metadata.Ecma335.LiteralEncoder::TaggedScalar(System.Action_1[[System.Reflection.Metadata.Ecma335.CustomAttributeElementTypeEncoder,System.Reflection.Metadata,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],System.Action_1[[System.Reflection.Metadata.Ecma335.ScalarEncoder,System.Reflection.Metadata,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):System.Void",
@@ -3040,7 +3070,17 @@
3040
3070
  "isSealed": false,
3041
3071
  "arity": 0,
3042
3072
  "parameterCount": 3,
3043
- "isExtensionMethod": false
3073
+ "isExtensionMethod": false,
3074
+ "parameterModifiers": [
3075
+ {
3076
+ "index": 1,
3077
+ "modifier": "out"
3078
+ },
3079
+ {
3080
+ "index": 2,
3081
+ "modifier": "out"
3082
+ }
3083
+ ]
3044
3084
  },
3045
3085
  {
3046
3086
  "stableId": "System.Reflection.Metadata:System.Reflection.Metadata.Ecma335.MethodSignatureEncoder::Parameters(System.Int32,System.Action_1[[System.Reflection.Metadata.Ecma335.ReturnTypeEncoder,System.Reflection.Metadata,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],System.Action_1[[System.Reflection.Metadata.Ecma335.ParametersEncoder,System.Reflection.Metadata,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):System.Void",
@@ -3126,7 +3166,21 @@
3126
3166
  "isSealed": false,
3127
3167
  "arity": 0,
3128
3168
  "parameterCount": 4,
3129
- "isExtensionMethod": false
3169
+ "isExtensionMethod": false,
3170
+ "parameterModifiers": [
3171
+ {
3172
+ "index": 1,
3173
+ "modifier": "out"
3174
+ },
3175
+ {
3176
+ "index": 2,
3177
+ "modifier": "out"
3178
+ },
3179
+ {
3180
+ "index": 3,
3181
+ "modifier": "out"
3182
+ }
3183
+ ]
3130
3184
  },
3131
3185
  {
3132
3186
  "stableId": "System.Reflection.Metadata:System.Reflection.Metadata.Ecma335.NamedArgumentsEncoder::AddArgument(System.Boolean,System.Action_1[[System.Reflection.Metadata.Ecma335.NamedArgumentTypeEncoder,System.Reflection.Metadata,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],System.Action_1[[System.Reflection.Metadata.Ecma335.NameEncoder,System.Reflection.Metadata,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],System.Action_1[[System.Reflection.Metadata.Ecma335.LiteralEncoder,System.Reflection.Metadata,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):System.Void",
@@ -3773,7 +3827,13 @@
3773
3827
  "isSealed": false,
3774
3828
  "arity": 0,
3775
3829
  "parameterCount": 2,
3776
- "isExtensionMethod": false
3830
+ "isExtensionMethod": false,
3831
+ "parameterModifiers": [
3832
+ {
3833
+ "index": 0,
3834
+ "modifier": "ref"
3835
+ }
3836
+ ]
3777
3837
  },
3778
3838
  {
3779
3839
  "stableId": "System.Reflection.Metadata:System.Reflection.Metadata.Ecma335.SignatureDecoder\u00602::DecodeMethodSignature(System.Reflection.Metadata.BlobReader\u0026):MethodSignature_1",
@@ -3789,7 +3849,13 @@
3789
3849
  "isSealed": false,
3790
3850
  "arity": 0,
3791
3851
  "parameterCount": 1,
3792
- "isExtensionMethod": false
3852
+ "isExtensionMethod": false,
3853
+ "parameterModifiers": [
3854
+ {
3855
+ "index": 0,
3856
+ "modifier": "ref"
3857
+ }
3858
+ ]
3793
3859
  },
3794
3860
  {
3795
3861
  "stableId": "System.Reflection.Metadata:System.Reflection.Metadata.Ecma335.SignatureDecoder\u00602::DecodeMethodSpecificationSignature(System.Reflection.Metadata.BlobReader\u0026):ImmutableArray_1",
@@ -3805,7 +3871,13 @@
3805
3871
  "isSealed": false,
3806
3872
  "arity": 0,
3807
3873
  "parameterCount": 1,
3808
- "isExtensionMethod": false
3874
+ "isExtensionMethod": false,
3875
+ "parameterModifiers": [
3876
+ {
3877
+ "index": 0,
3878
+ "modifier": "ref"
3879
+ }
3880
+ ]
3809
3881
  },
3810
3882
  {
3811
3883
  "stableId": "System.Reflection.Metadata:System.Reflection.Metadata.Ecma335.SignatureDecoder\u00602::DecodeLocalSignature(System.Reflection.Metadata.BlobReader\u0026):ImmutableArray_1",
@@ -3821,7 +3893,13 @@
3821
3893
  "isSealed": false,
3822
3894
  "arity": 0,
3823
3895
  "parameterCount": 1,
3824
- "isExtensionMethod": false
3896
+ "isExtensionMethod": false,
3897
+ "parameterModifiers": [
3898
+ {
3899
+ "index": 0,
3900
+ "modifier": "ref"
3901
+ }
3902
+ ]
3825
3903
  },
3826
3904
  {
3827
3905
  "stableId": "System.Reflection.Metadata:System.Reflection.Metadata.Ecma335.SignatureDecoder\u00602::DecodeFieldSignature(System.Reflection.Metadata.BlobReader\u0026):TType",
@@ -3837,7 +3915,13 @@
3837
3915
  "isSealed": false,
3838
3916
  "arity": 0,
3839
3917
  "parameterCount": 1,
3840
- "isExtensionMethod": false
3918
+ "isExtensionMethod": false,
3919
+ "parameterModifiers": [
3920
+ {
3921
+ "index": 0,
3922
+ "modifier": "ref"
3923
+ }
3924
+ ]
3841
3925
  }
3842
3926
  ],
3843
3927
  "properties": [],
@@ -4164,7 +4248,17 @@
4164
4248
  "isSealed": false,
4165
4249
  "arity": 0,
4166
4250
  "parameterCount": 2,
4167
- "isExtensionMethod": false
4251
+ "isExtensionMethod": false,
4252
+ "parameterModifiers": [
4253
+ {
4254
+ "index": 0,
4255
+ "modifier": "out"
4256
+ },
4257
+ {
4258
+ "index": 1,
4259
+ "modifier": "out"
4260
+ }
4261
+ ]
4168
4262
  },
4169
4263
  {
4170
4264
  "stableId": "System.Reflection.Metadata:System.Reflection.Metadata.Ecma335.SignatureTypeEncoder::Array(System.Action_1[[System.Reflection.Metadata.Ecma335.SignatureTypeEncoder,System.Reflection.Metadata,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],System.Action_1[[System.Reflection.Metadata.Ecma335.ArrayShapeEncoder,System.Reflection.Metadata,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):System.Void",
@@ -4570,7 +4664,13 @@
4570
4664
  "isSealed": false,
4571
4665
  "arity": 0,
4572
4666
  "parameterCount": 2,
4573
- "isExtensionMethod": false
4667
+ "isExtensionMethod": false,
4668
+ "parameterModifiers": [
4669
+ {
4670
+ "index": 1,
4671
+ "modifier": "out"
4672
+ }
4673
+ ]
4574
4674
  }
4575
4675
  ],
4576
4676
  "properties": [],
@@ -6553,7 +6653,13 @@
6553
6653
  "isSealed": false,
6554
6654
  "arity": 0,
6555
6655
  "parameterCount": 2,
6556
- "isExtensionMethod": false
6656
+ "isExtensionMethod": false,
6657
+ "parameterModifiers": [
6658
+ {
6659
+ "index": 1,
6660
+ "modifier": "out"
6661
+ }
6662
+ ]
6557
6663
  },
6558
6664
  {
6559
6665
  "stableId": "System.Reflection.Metadata:System.Reflection.Metadata.Ecma335.MetadataTokens::TryGetHeapIndex(System.Reflection.Metadata.HandleKind,System.Reflection.Metadata.Ecma335.HeapIndex\u0026):System.Boolean",
@@ -6569,7 +6675,13 @@
6569
6675
  "isSealed": false,
6570
6676
  "arity": 0,
6571
6677
  "parameterCount": 2,
6572
- "isExtensionMethod": false
6678
+ "isExtensionMethod": false,
6679
+ "parameterModifiers": [
6680
+ {
6681
+ "index": 1,
6682
+ "modifier": "out"
6683
+ }
6684
+ ]
6573
6685
  },
6574
6686
  {
6575
6687
  "stableId": "System.Reflection.Metadata:System.Reflection.Metadata.Ecma335.MetadataTokens::Handle(System.Int32):System.Reflection.Metadata.Handle",
@@ -12869,7 +12869,13 @@
12869
12869
  "parameterCount": 2,
12870
12870
  "declaringClrType": "System.Reflection.PortableExecutable.PEHeaders",
12871
12871
  "declaringAssemblyName": "System.Reflection.Metadata",
12872
- "isExtensionMethod": false
12872
+ "isExtensionMethod": false,
12873
+ "parameterModifiers": [
12874
+ {
12875
+ "index": 1,
12876
+ "modifier": "out"
12877
+ }
12878
+ ]
12873
12879
  },
12874
12880
  {
12875
12881
  "stableId": "System.Reflection.Metadata:System.Reflection.PortableExecutable.PEHeaders::GetContainingSectionIndex(System.Int32):System.Int32",
@@ -13479,7 +13485,17 @@
13479
13485
  "parameterCount": 4,
13480
13486
  "declaringClrType": "System.Reflection.PortableExecutable.PEReader",
13481
13487
  "declaringAssemblyName": "System.Reflection.Metadata",
13482
- "isExtensionMethod": false
13488
+ "isExtensionMethod": false,
13489
+ "parameterModifiers": [
13490
+ {
13491
+ "index": 2,
13492
+ "modifier": "out"
13493
+ },
13494
+ {
13495
+ "index": 3,
13496
+ "modifier": "out"
13497
+ }
13498
+ ]
13483
13499
  },
13484
13500
  {
13485
13501
  "stableId": "System.Reflection.Metadata:System.Reflection.PortableExecutable.PEReader::ReadEmbeddedPortablePdbDebugDirectoryData(System.Reflection.PortableExecutable.DebugDirectoryEntry):System.Reflection.Metadata.MetadataReaderProvider",
@@ -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 { IEnumerable_1 } from "../../System.Collections.Generic/internal/index.js";
@@ -17,31 +17,6 @@ import type { Blob, BlobBuilder, BlobContentId, BlobReader, MetadataReaderProvid
17
17
  import * as System_Internal from "../../System/internal/index.js";
18
18
  import type { Action_2, Boolean as ClrBoolean, Byte, Enum, Func_2, Guid, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int16, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, UInt16, UInt32, UInt64, ValueType, Void } from "../../System/internal/index.js";
19
19
 
20
- // CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
21
- // This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
22
- // Value positions (parameters, return types) use lowercase primitives for ergonomics
23
- export type CLROf<T> =
24
- T extends sbyte ? System_Internal.SByte :
25
- T extends short ? System_Internal.Int16 :
26
- T extends int ? System_Internal.Int32 :
27
- T extends long ? System_Internal.Int64 :
28
- T extends int128 ? System_Internal.Int128 :
29
- T extends nint ? System_Internal.IntPtr :
30
- T extends byte ? System_Internal.Byte :
31
- T extends ushort ? System_Internal.UInt16 :
32
- T extends uint ? System_Internal.UInt32 :
33
- T extends ulong ? System_Internal.UInt64 :
34
- T extends uint128 ? System_Internal.UInt128 :
35
- T extends nuint ? System_Internal.UIntPtr :
36
- T extends half ? System_Internal.Half :
37
- T extends float ? System_Internal.Single :
38
- T extends double ? System_Internal.Double :
39
- T extends decimal ? System_Internal.Decimal :
40
- T extends char ? System_Internal.Char :
41
- T extends boolean ? System_Internal.Boolean :
42
- T extends string ? System_Internal.String :
43
- T; // Identity fallback for non-primitive types
44
-
45
20
  export enum Characteristics {
46
21
  relocsStripped = 1,
47
22
  executableImage = 2,
@@ -266,7 +241,7 @@ export type DirectoryEntry = DirectoryEntry$instance;
266
241
 
267
242
  export interface PdbChecksumDebugDirectoryData$instance {
268
243
  readonly algorithmName: string;
269
- readonly checksum: ImmutableArray_1<CLROf<byte>>;
244
+ readonly checksum: ImmutableArray_1<System_Internal.Byte>;
270
245
  }
271
246
 
272
247
 
@@ -280,8 +255,8 @@ export type PdbChecksumDebugDirectoryData = PdbChecksumDebugDirectoryData$instan
280
255
  export interface PEMemoryBlock$instance {
281
256
  readonly length: int;
282
257
  readonly pointer: ptr<byte>;
283
- getContent(): ImmutableArray_1<CLROf<byte>>;
284
- getContent(start: int, length: int): ImmutableArray_1<CLROf<byte>>;
258
+ getContent(): ImmutableArray_1<System_Internal.Byte>;
259
+ getContent(start: int, length: int): ImmutableArray_1<System_Internal.Byte>;
285
260
  getReader(): BlobReader;
286
261
  getReader(start: int, length: int): BlobReader;
287
262
  }
@@ -374,7 +349,7 @@ export interface DebugDirectoryBuilder$instance {
374
349
  addEmbeddedPortablePdbEntry(debugMetadata: BlobBuilder, portablePdbVersion: ushort): void;
375
350
  addEntry(type_: DebugDirectoryEntryType, version: uint, stamp: uint): void;
376
351
  addEntry<TData>(type_: DebugDirectoryEntryType, version: uint, stamp: uint, data: TData, dataSerializer: Action_2<BlobBuilder, TData>): void;
377
- addPdbChecksumEntry(algorithmName: string, checksum: ImmutableArray_1<CLROf<byte>>): void;
352
+ addPdbChecksumEntry(algorithmName: string, checksum: ImmutableArray_1<System_Internal.Byte>): void;
378
353
  addReproducibleEntry(): void;
379
354
  }
380
355
 
@@ -541,7 +516,7 @@ export interface PEHeaders$instance {
541
516
  readonly peHeaderStartOffset: int;
542
517
  readonly sectionHeaders: ImmutableArray_1<SectionHeader>;
543
518
  getContainingSectionIndex(relativeVirtualAddress: int): int;
544
- tryGetDirectoryOffset(directory: DirectoryEntry, offset: { value: ref<int> }): boolean;
519
+ tryGetDirectoryOffset(directory: DirectoryEntry, offset: int): boolean;
545
520
  }
546
521
 
547
522
 
@@ -568,7 +543,7 @@ export interface PEReader$instance {
568
543
  readDebugDirectory(): ImmutableArray_1<DebugDirectoryEntry>;
569
544
  readEmbeddedPortablePdbDebugDirectoryData(entry: DebugDirectoryEntry): MetadataReaderProvider;
570
545
  readPdbChecksumDebugDirectoryData(entry: DebugDirectoryEntry): PdbChecksumDebugDirectoryData;
571
- tryOpenAssociatedPortablePdb(peImagePath: string, pdbFileStreamProvider: Func_2<CLROf<string>, Stream>, pdbReaderProvider: { value: ref<MetadataReaderProvider> }, pdbPath: { value: ref<string> }): boolean;
546
+ tryOpenAssociatedPortablePdb(peImagePath: string, pdbFileStreamProvider: Func_2<System_Internal.String, Stream>, pdbReaderProvider: MetadataReaderProvider, pdbPath: string): boolean;
572
547
  }
573
548
 
574
549
 
@@ -578,7 +553,7 @@ export const PEReader: {
578
553
  new(peStream: Stream): PEReader$instance;
579
554
  new(peStream: Stream, options: PEStreamOptions): PEReader$instance;
580
555
  new(peStream: Stream, options: PEStreamOptions, size: int): PEReader$instance;
581
- new(peImage: ImmutableArray_1<CLROf<byte>>): PEReader$instance;
556
+ new(peImage: ImmutableArray_1<System_Internal.Byte>): PEReader$instance;
582
557
  };
583
558
 
584
559
 
@@ -3975,7 +3975,13 @@
3975
3975
  "isSealed": false,
3976
3976
  "arity": 0,
3977
3977
  "parameterCount": 2,
3978
- "isExtensionMethod": false
3978
+ "isExtensionMethod": false,
3979
+ "parameterModifiers": [
3980
+ {
3981
+ "index": 1,
3982
+ "modifier": "out"
3983
+ }
3984
+ ]
3979
3985
  },
3980
3986
  {
3981
3987
  "stableId": "System.Reflection.Metadata:System.Reflection.PortableExecutable.PEHeaders::GetContainingSectionIndex(System.Int32):System.Int32",
@@ -4364,7 +4370,17 @@
4364
4370
  "isSealed": false,
4365
4371
  "arity": 0,
4366
4372
  "parameterCount": 4,
4367
- "isExtensionMethod": false
4373
+ "isExtensionMethod": false,
4374
+ "parameterModifiers": [
4375
+ {
4376
+ "index": 2,
4377
+ "modifier": "out"
4378
+ },
4379
+ {
4380
+ "index": 3,
4381
+ "modifier": "out"
4382
+ }
4383
+ ]
4368
4384
  },
4369
4385
  {
4370
4386
  "stableId": "System.Reflection.Metadata:System.Reflection.PortableExecutable.PEReader::ReadEmbeddedPortablePdbDebugDirectoryData(System.Reflection.PortableExecutable.DebugDirectoryEntry):System.Reflection.Metadata.MetadataReaderProvider",
@@ -2159,7 +2159,17 @@
2159
2159
  "parameterCount": 3,
2160
2160
  "declaringClrType": "System.Resources.ResourceReader",
2161
2161
  "declaringAssemblyName": "System.Private.CoreLib",
2162
- "isExtensionMethod": false
2162
+ "isExtensionMethod": false,
2163
+ "parameterModifiers": [
2164
+ {
2165
+ "index": 1,
2166
+ "modifier": "out"
2167
+ },
2168
+ {
2169
+ "index": 2,
2170
+ "modifier": "out"
2171
+ }
2172
+ ]
2163
2173
  },
2164
2174
  {
2165
2175
  "stableId": "System.Private.CoreLib:System.Resources.ResourceReader::Close():System.Void",
@@ -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_Internal from "../../System.Collections/internal/index.js";
@@ -19,31 +19,6 @@ import type { ISerializable, SerializationInfo, StreamingContext } from "../../S
19
19
  import * as System_Internal from "../../System/internal/index.js";
20
20
  import type { Attribute, Boolean as ClrBoolean, Byte, Enum, Exception, Func_2, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, SystemException, Type, TypeCode, Void } from "../../System/internal/index.js";
21
21
 
22
- // CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
23
- // This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
24
- // Value positions (parameters, return types) use lowercase primitives for ergonomics
25
- export type CLROf<T> =
26
- T extends sbyte ? System_Internal.SByte :
27
- T extends short ? System_Internal.Int16 :
28
- T extends int ? System_Internal.Int32 :
29
- T extends long ? System_Internal.Int64 :
30
- T extends int128 ? System_Internal.Int128 :
31
- T extends nint ? System_Internal.IntPtr :
32
- T extends byte ? System_Internal.Byte :
33
- T extends ushort ? System_Internal.UInt16 :
34
- T extends uint ? System_Internal.UInt32 :
35
- T extends ulong ? System_Internal.UInt64 :
36
- T extends uint128 ? System_Internal.UInt128 :
37
- T extends nuint ? System_Internal.UIntPtr :
38
- T extends half ? System_Internal.Half :
39
- T extends float ? System_Internal.Single :
40
- T extends double ? System_Internal.Double :
41
- T extends decimal ? System_Internal.Decimal :
42
- T extends char ? System_Internal.Char :
43
- T extends boolean ? System_Internal.Boolean :
44
- T extends string ? System_Internal.String :
45
- T; // Identity fallback for non-primitive types
46
-
47
22
  export enum UltimateResourceFallbackLocation {
48
23
  mainAssembly = 0,
49
24
  satellite = 1
@@ -160,7 +135,7 @@ export interface ResourceReader$instance {
160
135
  close(): void;
161
136
  dispose(): void;
162
137
  getEnumerator(): IDictionaryEnumerator;
163
- getResourceData(resourceName: string, resourceType: { value: ref<string> }, resourceData: { value: ref<byte[]> }): void;
138
+ getResourceData(resourceName: string, resourceType: string, resourceData: byte[]): void;
164
139
  }
165
140
 
166
141
 
@@ -210,7 +185,7 @@ export type ResourceSet = ResourceSet$instance & __ResourceSet$views;
210
185
 
211
186
 
212
187
  export interface ResourceWriter$instance {
213
- typeNameConverter: Func_2<Type, CLROf<string>>;
188
+ typeNameConverter: Func_2<Type, System_Internal.String>;
214
189
  addResource(name: string, value: Stream): void;
215
190
  addResource(name: string, value: string): void;
216
191
  addResource(name: string, value: unknown): void;
@@ -673,7 +673,17 @@
673
673
  "isSealed": false,
674
674
  "arity": 0,
675
675
  "parameterCount": 3,
676
- "isExtensionMethod": false
676
+ "isExtensionMethod": false,
677
+ "parameterModifiers": [
678
+ {
679
+ "index": 1,
680
+ "modifier": "out"
681
+ },
682
+ {
683
+ "index": 2,
684
+ "modifier": "out"
685
+ }
686
+ ]
677
687
  },
678
688
  {
679
689
  "stableId": "System.Private.CoreLib:System.Resources.ResourceReader::Close():System.Void",
@@ -16,31 +16,6 @@ import type { CancellationToken } from "../../System.Threading/internal/index.js
16
16
  import * as System_Internal from "../../System/internal/index.js";
17
17
  import type { Action, Attribute, Boolean as ClrBoolean, Enum, Exception, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, Int64, ISpanFormattable, Object as ClrObject, String as ClrString, TimeSpan, Type, TypeCode, ValueTuple_2, ValueType, Void } from "../../System/internal/index.js";
18
18
 
19
- // CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
20
- // This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
21
- // Value positions (parameters, return types) use lowercase primitives for ergonomics
22
- export type CLROf<T> =
23
- T extends sbyte ? System_Internal.SByte :
24
- T extends short ? System_Internal.Int16 :
25
- T extends int ? System_Internal.Int32 :
26
- T extends long ? System_Internal.Int64 :
27
- T extends int128 ? System_Internal.Int128 :
28
- T extends nint ? System_Internal.IntPtr :
29
- T extends byte ? System_Internal.Byte :
30
- T extends ushort ? System_Internal.UInt16 :
31
- T extends uint ? System_Internal.UInt32 :
32
- T extends ulong ? System_Internal.UInt64 :
33
- T extends uint128 ? System_Internal.UInt128 :
34
- T extends nuint ? System_Internal.UIntPtr :
35
- T extends half ? System_Internal.Half :
36
- T extends float ? System_Internal.Single :
37
- T extends double ? System_Internal.Double :
38
- T extends decimal ? System_Internal.Decimal :
39
- T extends char ? System_Internal.Char :
40
- T extends boolean ? System_Internal.Boolean :
41
- T extends string ? System_Internal.String :
42
- T; // Identity fallback for non-primitive types
43
-
44
19
  export enum GCLargeObjectHeapCompactionMode {
45
20
  default_ = 1,
46
21
  compactOnce = 2