@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
@@ -7079,7 +7079,13 @@
7079
7079
  "isSealed": false,
7080
7080
  "arity": 0,
7081
7081
  "parameterCount": 1,
7082
- "isExtensionMethod": false
7082
+ "isExtensionMethod": false,
7083
+ "parameterModifiers": [
7084
+ {
7085
+ "index": 0,
7086
+ "modifier": "out"
7087
+ }
7088
+ ]
7083
7089
  },
7084
7090
  {
7085
7091
  "stableId": "System.Private.CoreLib:System.IO.MemoryStream::Read(System.Byte[],System.Int32,System.Int32):System.Int32",
@@ -13767,7 +13773,13 @@
13767
13773
  "isSealed": false,
13768
13774
  "arity": 1,
13769
13775
  "parameterCount": 2,
13770
- "isExtensionMethod": false
13776
+ "isExtensionMethod": false,
13777
+ "parameterModifiers": [
13778
+ {
13779
+ "index": 1,
13780
+ "modifier": "out"
13781
+ }
13782
+ ]
13771
13783
  },
13772
13784
  {
13773
13785
  "stableId": "System.Private.CoreLib:System.IO.UnmanagedMemoryAccessor::ReadArray(System.Int64,T[],System.Int32,System.Int32):System.Int32",
@@ -14007,7 +14019,13 @@
14007
14019
  "isSealed": false,
14008
14020
  "arity": 1,
14009
14021
  "parameterCount": 2,
14010
- "isExtensionMethod": false
14022
+ "isExtensionMethod": false,
14023
+ "parameterModifiers": [
14024
+ {
14025
+ "index": 1,
14026
+ "modifier": "ref"
14027
+ }
14028
+ ]
14011
14029
  },
14012
14030
  {
14013
14031
  "stableId": "System.Private.CoreLib:System.IO.UnmanagedMemoryAccessor::WriteArray(System.Int64,T[],System.Int32,System.Int32):System.Void",
@@ -17847,7 +17865,13 @@
17847
17865
  "isSealed": false,
17848
17866
  "arity": 0,
17849
17867
  "parameterCount": 4,
17850
- "isExtensionMethod": false
17868
+ "isExtensionMethod": false,
17869
+ "parameterModifiers": [
17870
+ {
17871
+ "index": 3,
17872
+ "modifier": "out"
17873
+ }
17874
+ ]
17851
17875
  },
17852
17876
  {
17853
17877
  "stableId": "System.Private.CoreLib:System.IO.Path::TryJoin(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
@@ -17863,7 +17887,13 @@
17863
17887
  "isSealed": false,
17864
17888
  "arity": 0,
17865
17889
  "parameterCount": 5,
17866
- "isExtensionMethod": false
17890
+ "isExtensionMethod": false,
17891
+ "parameterModifiers": [
17892
+ {
17893
+ "index": 4,
17894
+ "modifier": "out"
17895
+ }
17896
+ ]
17867
17897
  },
17868
17898
  {
17869
17899
  "stableId": "System.Private.CoreLib:System.IO.Path::GetRelativePath(System.String,System.String):System.String",
@@ -2600,7 +2600,17 @@
2600
2600
  "parameterCount": 4,
2601
2601
  "declaringClrType": "System.IO.Compression.BrotliDecoder",
2602
2602
  "declaringAssemblyName": "System.IO.Compression.Brotli",
2603
- "isExtensionMethod": false
2603
+ "isExtensionMethod": false,
2604
+ "parameterModifiers": [
2605
+ {
2606
+ "index": 2,
2607
+ "modifier": "out"
2608
+ },
2609
+ {
2610
+ "index": 3,
2611
+ "modifier": "out"
2612
+ }
2613
+ ]
2604
2614
  },
2605
2615
  {
2606
2616
  "stableId": "System.IO.Compression.Brotli:System.IO.Compression.BrotliDecoder::TryDecompress(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
@@ -2614,7 +2624,13 @@
2614
2624
  "parameterCount": 3,
2615
2625
  "declaringClrType": "System.IO.Compression.BrotliDecoder",
2616
2626
  "declaringAssemblyName": "System.IO.Compression.Brotli",
2617
- "isExtensionMethod": false
2627
+ "isExtensionMethod": false,
2628
+ "parameterModifiers": [
2629
+ {
2630
+ "index": 2,
2631
+ "modifier": "out"
2632
+ }
2633
+ ]
2618
2634
  },
2619
2635
  {
2620
2636
  "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
@@ -2785,7 +2801,13 @@
2785
2801
  "parameterCount": 2,
2786
2802
  "declaringClrType": "System.IO.Compression.BrotliEncoder",
2787
2803
  "declaringAssemblyName": "System.IO.Compression.Brotli",
2788
- "isExtensionMethod": false
2804
+ "isExtensionMethod": false,
2805
+ "parameterModifiers": [
2806
+ {
2807
+ "index": 1,
2808
+ "modifier": "out"
2809
+ }
2810
+ ]
2789
2811
  },
2790
2812
  {
2791
2813
  "stableId": "System.IO.Compression.Brotli:System.IO.Compression.BrotliEncoder::Compress(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.Int32\u0026,System.Boolean):System.Buffers.OperationStatus",
@@ -2799,7 +2821,17 @@
2799
2821
  "parameterCount": 5,
2800
2822
  "declaringClrType": "System.IO.Compression.BrotliEncoder",
2801
2823
  "declaringAssemblyName": "System.IO.Compression.Brotli",
2802
- "isExtensionMethod": false
2824
+ "isExtensionMethod": false,
2825
+ "parameterModifiers": [
2826
+ {
2827
+ "index": 2,
2828
+ "modifier": "out"
2829
+ },
2830
+ {
2831
+ "index": 3,
2832
+ "modifier": "out"
2833
+ }
2834
+ ]
2803
2835
  },
2804
2836
  {
2805
2837
  "stableId": "System.IO.Compression.Brotli:System.IO.Compression.BrotliEncoder::TryCompress(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
@@ -2813,7 +2845,13 @@
2813
2845
  "parameterCount": 3,
2814
2846
  "declaringClrType": "System.IO.Compression.BrotliEncoder",
2815
2847
  "declaringAssemblyName": "System.IO.Compression.Brotli",
2816
- "isExtensionMethod": false
2848
+ "isExtensionMethod": false,
2849
+ "parameterModifiers": [
2850
+ {
2851
+ "index": 2,
2852
+ "modifier": "out"
2853
+ }
2854
+ ]
2817
2855
  },
2818
2856
  {
2819
2857
  "stableId": "System.IO.Compression.Brotli:System.IO.Compression.BrotliEncoder::TryCompress(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.Int32,System.Int32):System.Boolean",
@@ -2827,7 +2865,13 @@
2827
2865
  "parameterCount": 5,
2828
2866
  "declaringClrType": "System.IO.Compression.BrotliEncoder",
2829
2867
  "declaringAssemblyName": "System.IO.Compression.Brotli",
2830
- "isExtensionMethod": false
2868
+ "isExtensionMethod": false,
2869
+ "parameterModifiers": [
2870
+ {
2871
+ "index": 2,
2872
+ "modifier": "out"
2873
+ }
2874
+ ]
2831
2875
  },
2832
2876
  {
2833
2877
  "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():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 type { OperationStatus } from "../../System.Buffers/internal/index.js";
@@ -23,31 +23,6 @@ import type { CancellationToken } from "../../System.Threading/internal/index.js
23
23
  import * as System_Internal from "../../System/internal/index.js";
24
24
  import type { AsyncCallback, Boolean as ClrBoolean, Byte, DateTimeOffset, Enum, Exception, IAsyncDisposable, IAsyncResult, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, Int64, ISpanFormattable, Memory_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, Span_1, String as ClrString, Type, TypeCode, UInt32, ValueType, 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 CompressionLevel {
52
27
  optimal = 0,
53
28
  fastest = 1,
@@ -79,14 +54,14 @@ export enum ZLibCompressionStrategy {
79
54
 
80
55
 
81
56
  export interface BrotliDecoder$instance {
82
- decompress(source: ReadOnlySpan_1<CLROf<byte>>, destination: Span_1<CLROf<byte>>, bytesConsumed: { value: ref<int> }, bytesWritten: { value: ref<int> }): OperationStatus;
57
+ decompress(source: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, bytesConsumed: int, bytesWritten: int): OperationStatus;
83
58
  dispose(): void;
84
59
  }
85
60
 
86
61
 
87
62
  export const BrotliDecoder: {
88
63
  new(): BrotliDecoder$instance;
89
- tryDecompress(source: ReadOnlySpan_1<CLROf<byte>>, destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }): boolean;
64
+ tryDecompress(source: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
90
65
  };
91
66
 
92
67
 
@@ -100,17 +75,17 @@ export type BrotliDecoder = BrotliDecoder$instance & __BrotliDecoder$views;
100
75
 
101
76
 
102
77
  export interface BrotliEncoder$instance {
103
- compress(source: ReadOnlySpan_1<CLROf<byte>>, destination: Span_1<CLROf<byte>>, bytesConsumed: { value: ref<int> }, bytesWritten: { value: ref<int> }, isFinalBlock: boolean): OperationStatus;
78
+ compress(source: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, bytesConsumed: int, bytesWritten: int, isFinalBlock: boolean): OperationStatus;
104
79
  dispose(): void;
105
- flush(destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }): OperationStatus;
80
+ flush(destination: Span_1<System_Internal.Byte>, bytesWritten: int): OperationStatus;
106
81
  }
107
82
 
108
83
 
109
84
  export const BrotliEncoder: {
110
85
  new(quality: int, window: int): BrotliEncoder$instance;
111
86
  getMaxCompressedLength(inputSize: int): int;
112
- tryCompress(source: ReadOnlySpan_1<CLROf<byte>>, destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, quality: int, window: int): boolean;
113
- tryCompress(source: ReadOnlySpan_1<CLROf<byte>>, destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }): boolean;
87
+ tryCompress(source: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, bytesWritten: int, quality: int, window: int): boolean;
88
+ tryCompress(source: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
114
89
  };
115
90
 
116
91
 
@@ -152,23 +127,23 @@ export interface BrotliStream$instance extends Stream {
152
127
  flushAsync(cancellationToken: CancellationToken): Task;
153
128
  flushAsync(): Task;
154
129
  read(buffer: byte[], offset: int, count: int): int;
155
- read(buffer: Span_1<CLROf<byte>>): int;
156
- read(buffer: Span_1<CLROf<byte>>): int;
157
- readAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<CLROf<int>>;
158
- readAsync(buffer: Memory_1<CLROf<byte>>, cancellationToken?: CancellationToken): ValueTask_1<CLROf<int>>;
159
- readAsync(buffer: byte[], offset: int, count: int): Task_1<CLROf<int>>;
160
- readAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<CLROf<int>>;
161
- readAsync(buffer: Memory_1<CLROf<byte>>, cancellationToken?: CancellationToken): ValueTask_1<CLROf<int>>;
130
+ read(buffer: Span_1<System_Internal.Byte>): int;
131
+ read(buffer: Span_1<System_Internal.Byte>): int;
132
+ readAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
133
+ readAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
134
+ readAsync(buffer: byte[], offset: int, count: int): Task_1<System_Internal.Int32>;
135
+ readAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
136
+ readAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
162
137
  readByte(): int;
163
138
  seek(offset: long, origin: SeekOrigin): long;
164
139
  setLength(value: long): void;
165
140
  write(buffer: byte[], offset: int, count: int): void;
166
- write(buffer: ReadOnlySpan_1<CLROf<byte>>): void;
167
- write(buffer: ReadOnlySpan_1<CLROf<byte>>): void;
141
+ write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
142
+ write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
168
143
  writeAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task;
169
- writeAsync(buffer: ReadOnlyMemory_1<CLROf<byte>>, cancellationToken?: CancellationToken): ValueTask;
144
+ writeAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
170
145
  writeAsync(buffer: byte[], offset: int, count: int): Task;
171
- writeAsync(buffer: ReadOnlyMemory_1<CLROf<byte>>, cancellationToken?: CancellationToken): ValueTask;
146
+ writeAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
172
147
  writeByte(value: byte): void;
173
148
  }
174
149
 
@@ -213,23 +188,23 @@ export interface DeflateStream$instance extends Stream {
213
188
  flushAsync(cancellationToken: CancellationToken): Task;
214
189
  flushAsync(): Task;
215
190
  read(buffer: byte[], offset: int, count: int): int;
216
- read(buffer: Span_1<CLROf<byte>>): int;
217
- read(buffer: Span_1<CLROf<byte>>): int;
218
- readAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<CLROf<int>>;
219
- readAsync(buffer: Memory_1<CLROf<byte>>, cancellationToken?: CancellationToken): ValueTask_1<CLROf<int>>;
220
- readAsync(buffer: byte[], offset: int, count: int): Task_1<CLROf<int>>;
221
- readAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<CLROf<int>>;
222
- readAsync(buffer: Memory_1<CLROf<byte>>, cancellationToken?: CancellationToken): ValueTask_1<CLROf<int>>;
191
+ read(buffer: Span_1<System_Internal.Byte>): int;
192
+ read(buffer: Span_1<System_Internal.Byte>): int;
193
+ readAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
194
+ readAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
195
+ readAsync(buffer: byte[], offset: int, count: int): Task_1<System_Internal.Int32>;
196
+ readAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
197
+ readAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
223
198
  readByte(): int;
224
199
  seek(offset: long, origin: SeekOrigin): long;
225
200
  setLength(value: long): void;
226
201
  write(buffer: byte[], offset: int, count: int): void;
227
- write(buffer: ReadOnlySpan_1<CLROf<byte>>): void;
228
- write(buffer: ReadOnlySpan_1<CLROf<byte>>): void;
202
+ write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
203
+ write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
229
204
  writeAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task;
230
- writeAsync(buffer: ReadOnlyMemory_1<CLROf<byte>>, cancellationToken?: CancellationToken): ValueTask;
205
+ writeAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
231
206
  writeAsync(buffer: byte[], offset: int, count: int): Task;
232
- writeAsync(buffer: ReadOnlyMemory_1<CLROf<byte>>, cancellationToken?: CancellationToken): ValueTask;
207
+ writeAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
233
208
  writeByte(value: byte): void;
234
209
  }
235
210
 
@@ -274,23 +249,23 @@ export interface GZipStream$instance extends Stream {
274
249
  flushAsync(cancellationToken: CancellationToken): Task;
275
250
  flushAsync(): Task;
276
251
  read(buffer: byte[], offset: int, count: int): int;
277
- read(buffer: Span_1<CLROf<byte>>): int;
278
- read(buffer: Span_1<CLROf<byte>>): int;
279
- readAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<CLROf<int>>;
280
- readAsync(buffer: Memory_1<CLROf<byte>>, cancellationToken?: CancellationToken): ValueTask_1<CLROf<int>>;
281
- readAsync(buffer: byte[], offset: int, count: int): Task_1<CLROf<int>>;
282
- readAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<CLROf<int>>;
283
- readAsync(buffer: Memory_1<CLROf<byte>>, cancellationToken?: CancellationToken): ValueTask_1<CLROf<int>>;
252
+ read(buffer: Span_1<System_Internal.Byte>): int;
253
+ read(buffer: Span_1<System_Internal.Byte>): int;
254
+ readAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
255
+ readAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
256
+ readAsync(buffer: byte[], offset: int, count: int): Task_1<System_Internal.Int32>;
257
+ readAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
258
+ readAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
284
259
  readByte(): int;
285
260
  seek(offset: long, origin: SeekOrigin): long;
286
261
  setLength(value: long): void;
287
262
  write(buffer: byte[], offset: int, count: int): void;
288
- write(buffer: ReadOnlySpan_1<CLROf<byte>>): void;
289
- write(buffer: ReadOnlySpan_1<CLROf<byte>>): void;
263
+ write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
264
+ write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
290
265
  writeAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task;
291
- writeAsync(buffer: ReadOnlyMemory_1<CLROf<byte>>, cancellationToken?: CancellationToken): ValueTask;
266
+ writeAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
292
267
  writeAsync(buffer: byte[], offset: int, count: int): Task;
293
- writeAsync(buffer: ReadOnlyMemory_1<CLROf<byte>>, cancellationToken?: CancellationToken): ValueTask;
268
+ writeAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
294
269
  writeByte(value: byte): void;
295
270
  }
296
271
 
@@ -423,23 +398,23 @@ export interface ZLibStream$instance extends Stream {
423
398
  flushAsync(cancellationToken: CancellationToken): Task;
424
399
  flushAsync(): Task;
425
400
  read(buffer: byte[], offset: int, count: int): int;
426
- read(buffer: Span_1<CLROf<byte>>): int;
427
- read(buffer: Span_1<CLROf<byte>>): int;
428
- readAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<CLROf<int>>;
429
- readAsync(buffer: Memory_1<CLROf<byte>>, cancellationToken?: CancellationToken): ValueTask_1<CLROf<int>>;
430
- readAsync(buffer: byte[], offset: int, count: int): Task_1<CLROf<int>>;
431
- readAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<CLROf<int>>;
432
- readAsync(buffer: Memory_1<CLROf<byte>>, cancellationToken?: CancellationToken): ValueTask_1<CLROf<int>>;
401
+ read(buffer: Span_1<System_Internal.Byte>): int;
402
+ read(buffer: Span_1<System_Internal.Byte>): int;
403
+ readAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
404
+ readAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
405
+ readAsync(buffer: byte[], offset: int, count: int): Task_1<System_Internal.Int32>;
406
+ readAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
407
+ readAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
433
408
  readByte(): int;
434
409
  seek(offset: long, origin: SeekOrigin): long;
435
410
  setLength(value: long): void;
436
411
  write(buffer: byte[], offset: int, count: int): void;
437
- write(buffer: ReadOnlySpan_1<CLROf<byte>>): void;
438
- write(buffer: ReadOnlySpan_1<CLROf<byte>>): void;
412
+ write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
413
+ write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
439
414
  writeAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task;
440
- writeAsync(buffer: ReadOnlyMemory_1<CLROf<byte>>, cancellationToken?: CancellationToken): ValueTask;
415
+ writeAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
441
416
  writeAsync(buffer: byte[], offset: int, count: int): Task;
442
- writeAsync(buffer: ReadOnlyMemory_1<CLROf<byte>>, cancellationToken?: CancellationToken): ValueTask;
417
+ writeAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
443
418
  writeByte(value: byte): void;
444
419
  }
445
420
 
@@ -277,7 +277,17 @@
277
277
  "isSealed": false,
278
278
  "arity": 0,
279
279
  "parameterCount": 4,
280
- "isExtensionMethod": false
280
+ "isExtensionMethod": false,
281
+ "parameterModifiers": [
282
+ {
283
+ "index": 2,
284
+ "modifier": "out"
285
+ },
286
+ {
287
+ "index": 3,
288
+ "modifier": "out"
289
+ }
290
+ ]
281
291
  },
282
292
  {
283
293
  "stableId": "System.IO.Compression.Brotli:System.IO.Compression.BrotliDecoder::TryDecompress(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
@@ -293,7 +303,13 @@
293
303
  "isSealed": false,
294
304
  "arity": 0,
295
305
  "parameterCount": 3,
296
- "isExtensionMethod": false
306
+ "isExtensionMethod": false,
307
+ "parameterModifiers": [
308
+ {
309
+ "index": 2,
310
+ "modifier": "out"
311
+ }
312
+ ]
297
313
  },
298
314
  {
299
315
  "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
@@ -375,7 +391,13 @@
375
391
  "isSealed": false,
376
392
  "arity": 0,
377
393
  "parameterCount": 2,
378
- "isExtensionMethod": false
394
+ "isExtensionMethod": false,
395
+ "parameterModifiers": [
396
+ {
397
+ "index": 1,
398
+ "modifier": "out"
399
+ }
400
+ ]
379
401
  },
380
402
  {
381
403
  "stableId": "System.IO.Compression.Brotli:System.IO.Compression.BrotliEncoder::Compress(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.Int32\u0026,System.Boolean):System.Buffers.OperationStatus",
@@ -391,7 +413,17 @@
391
413
  "isSealed": false,
392
414
  "arity": 0,
393
415
  "parameterCount": 5,
394
- "isExtensionMethod": false
416
+ "isExtensionMethod": false,
417
+ "parameterModifiers": [
418
+ {
419
+ "index": 2,
420
+ "modifier": "out"
421
+ },
422
+ {
423
+ "index": 3,
424
+ "modifier": "out"
425
+ }
426
+ ]
395
427
  },
396
428
  {
397
429
  "stableId": "System.IO.Compression.Brotli:System.IO.Compression.BrotliEncoder::TryCompress(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
@@ -407,7 +439,13 @@
407
439
  "isSealed": false,
408
440
  "arity": 0,
409
441
  "parameterCount": 3,
410
- "isExtensionMethod": false
442
+ "isExtensionMethod": false,
443
+ "parameterModifiers": [
444
+ {
445
+ "index": 2,
446
+ "modifier": "out"
447
+ }
448
+ ]
411
449
  },
412
450
  {
413
451
  "stableId": "System.IO.Compression.Brotli:System.IO.Compression.BrotliEncoder::TryCompress(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.Int32,System.Int32):System.Boolean",
@@ -423,7 +461,13 @@
423
461
  "isSealed": false,
424
462
  "arity": 0,
425
463
  "parameterCount": 5,
426
- "isExtensionMethod": false
464
+ "isExtensionMethod": false,
465
+ "parameterModifiers": [
466
+ {
467
+ "index": 2,
468
+ "modifier": "out"
469
+ }
470
+ ]
427
471
  },
428
472
  {
429
473
  "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
@@ -20,7 +20,13 @@
20
20
  "parameterCount": 1,
21
21
  "declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate",
22
22
  "declaringAssemblyName": "System.Private.CoreLib",
23
- "isExtensionMethod": false
23
+ "isExtensionMethod": false,
24
+ "parameterModifiers": [
25
+ {
26
+ "index": 0,
27
+ "modifier": "ref"
28
+ }
29
+ ]
24
30
  },
25
31
  {
26
32
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate::BeginInvoke(System.IO.Enumeration.FileSystemEntry\u0026,System.AsyncCallback,System.Object):System.IAsyncResult",
@@ -34,7 +40,13 @@
34
40
  "parameterCount": 3,
35
41
  "declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate",
36
42
  "declaringAssemblyName": "System.Private.CoreLib",
37
- "isExtensionMethod": false
43
+ "isExtensionMethod": false,
44
+ "parameterModifiers": [
45
+ {
46
+ "index": 0,
47
+ "modifier": "ref"
48
+ }
49
+ ]
38
50
  },
39
51
  {
40
52
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate::EndInvoke(System.IO.Enumeration.FileSystemEntry\u0026,System.IAsyncResult):System.Boolean",
@@ -48,7 +60,13 @@
48
60
  "parameterCount": 2,
49
61
  "declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate",
50
62
  "declaringAssemblyName": "System.Private.CoreLib",
51
- "isExtensionMethod": false
63
+ "isExtensionMethod": false,
64
+ "parameterModifiers": [
65
+ {
66
+ "index": 0,
67
+ "modifier": "ref"
68
+ }
69
+ ]
52
70
  }
53
71
  ],
54
72
  "properties": [],
@@ -371,7 +389,13 @@
371
389
  "parameterCount": 1,
372
390
  "declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform",
373
391
  "declaringAssemblyName": "System.Private.CoreLib",
374
- "isExtensionMethod": false
392
+ "isExtensionMethod": false,
393
+ "parameterModifiers": [
394
+ {
395
+ "index": 0,
396
+ "modifier": "ref"
397
+ }
398
+ ]
375
399
  },
376
400
  {
377
401
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform::BeginInvoke(System.IO.Enumeration.FileSystemEntry\u0026,System.AsyncCallback,System.Object):System.IAsyncResult",
@@ -385,7 +409,13 @@
385
409
  "parameterCount": 3,
386
410
  "declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform",
387
411
  "declaringAssemblyName": "System.Private.CoreLib",
388
- "isExtensionMethod": false
412
+ "isExtensionMethod": false,
413
+ "parameterModifiers": [
414
+ {
415
+ "index": 0,
416
+ "modifier": "ref"
417
+ }
418
+ ]
389
419
  },
390
420
  {
391
421
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform::EndInvoke(System.IO.Enumeration.FileSystemEntry\u0026,System.IAsyncResult):TResult",
@@ -399,7 +429,13 @@
399
429
  "parameterCount": 2,
400
430
  "declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform",
401
431
  "declaringAssemblyName": "System.Private.CoreLib",
402
- "isExtensionMethod": false
432
+ "isExtensionMethod": false,
433
+ "parameterModifiers": [
434
+ {
435
+ "index": 0,
436
+ "modifier": "ref"
437
+ }
438
+ ]
403
439
  }
404
440
  ],
405
441
  "properties": [],