@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
@@ -109,7 +109,17 @@
109
109
  "isSealed": false,
110
110
  "arity": 0,
111
111
  "parameterCount": 3,
112
- "isExtensionMethod": false
112
+ "isExtensionMethod": false,
113
+ "parameterModifiers": [
114
+ {
115
+ "index": 1,
116
+ "modifier": "out"
117
+ },
118
+ {
119
+ "index": 2,
120
+ "modifier": "out"
121
+ }
122
+ ]
113
123
  },
114
124
  {
115
125
  "stableId": "System.Private.CoreLib:System.Text.Rune::DecodeFromUtf8(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Text.Rune\u0026,System.Int32\u0026):System.Buffers.OperationStatus",
@@ -125,7 +135,17 @@
125
135
  "isSealed": false,
126
136
  "arity": 0,
127
137
  "parameterCount": 3,
128
- "isExtensionMethod": false
138
+ "isExtensionMethod": false,
139
+ "parameterModifiers": [
140
+ {
141
+ "index": 1,
142
+ "modifier": "out"
143
+ },
144
+ {
145
+ "index": 2,
146
+ "modifier": "out"
147
+ }
148
+ ]
129
149
  },
130
150
  {
131
151
  "stableId": "System.Private.CoreLib:System.Text.Rune::DecodeLastFromUtf16(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Text.Rune\u0026,System.Int32\u0026):System.Buffers.OperationStatus",
@@ -141,7 +161,17 @@
141
161
  "isSealed": false,
142
162
  "arity": 0,
143
163
  "parameterCount": 3,
144
- "isExtensionMethod": false
164
+ "isExtensionMethod": false,
165
+ "parameterModifiers": [
166
+ {
167
+ "index": 1,
168
+ "modifier": "out"
169
+ },
170
+ {
171
+ "index": 2,
172
+ "modifier": "out"
173
+ }
174
+ ]
145
175
  },
146
176
  {
147
177
  "stableId": "System.Private.CoreLib:System.Text.Rune::DecodeLastFromUtf8(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Text.Rune\u0026,System.Int32\u0026):System.Buffers.OperationStatus",
@@ -157,7 +187,17 @@
157
187
  "isSealed": false,
158
188
  "arity": 0,
159
189
  "parameterCount": 3,
160
- "isExtensionMethod": false
190
+ "isExtensionMethod": false,
191
+ "parameterModifiers": [
192
+ {
193
+ "index": 1,
194
+ "modifier": "out"
195
+ },
196
+ {
197
+ "index": 2,
198
+ "modifier": "out"
199
+ }
200
+ ]
161
201
  },
162
202
  {
163
203
  "stableId": "System.Private.CoreLib:System.Text.Rune::EncodeToUtf16(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32",
@@ -317,7 +357,13 @@
317
357
  "isSealed": false,
318
358
  "arity": 0,
319
359
  "parameterCount": 2,
320
- "isExtensionMethod": false
360
+ "isExtensionMethod": false,
361
+ "parameterModifiers": [
362
+ {
363
+ "index": 1,
364
+ "modifier": "out"
365
+ }
366
+ ]
321
367
  },
322
368
  {
323
369
  "stableId": "System.Private.CoreLib:System.Text.Rune::TryCreate(System.Char,System.Char,System.Text.Rune\u0026):System.Boolean",
@@ -333,7 +379,13 @@
333
379
  "isSealed": false,
334
380
  "arity": 0,
335
381
  "parameterCount": 3,
336
- "isExtensionMethod": false
382
+ "isExtensionMethod": false,
383
+ "parameterModifiers": [
384
+ {
385
+ "index": 2,
386
+ "modifier": "out"
387
+ }
388
+ ]
337
389
  },
338
390
  {
339
391
  "stableId": "System.Private.CoreLib:System.Text.Rune::TryCreate(System.Int32,System.Text.Rune\u0026):System.Boolean",
@@ -349,7 +401,13 @@
349
401
  "isSealed": false,
350
402
  "arity": 0,
351
403
  "parameterCount": 2,
352
- "isExtensionMethod": false
404
+ "isExtensionMethod": false,
405
+ "parameterModifiers": [
406
+ {
407
+ "index": 1,
408
+ "modifier": "out"
409
+ }
410
+ ]
353
411
  },
354
412
  {
355
413
  "stableId": "System.Private.CoreLib:System.Text.Rune::TryCreate(System.UInt32,System.Text.Rune\u0026):System.Boolean",
@@ -365,7 +423,13 @@
365
423
  "isSealed": false,
366
424
  "arity": 0,
367
425
  "parameterCount": 2,
368
- "isExtensionMethod": false
426
+ "isExtensionMethod": false,
427
+ "parameterModifiers": [
428
+ {
429
+ "index": 1,
430
+ "modifier": "out"
431
+ }
432
+ ]
369
433
  },
370
434
  {
371
435
  "stableId": "System.Private.CoreLib:System.Text.Rune::TryEncodeToUtf16(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
@@ -381,7 +445,13 @@
381
445
  "isSealed": false,
382
446
  "arity": 0,
383
447
  "parameterCount": 2,
384
- "isExtensionMethod": false
448
+ "isExtensionMethod": false,
449
+ "parameterModifiers": [
450
+ {
451
+ "index": 1,
452
+ "modifier": "out"
453
+ }
454
+ ]
385
455
  },
386
456
  {
387
457
  "stableId": "System.Private.CoreLib:System.Text.Rune::TryEncodeToUtf8(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
@@ -397,7 +467,13 @@
397
467
  "isSealed": false,
398
468
  "arity": 0,
399
469
  "parameterCount": 2,
400
- "isExtensionMethod": false
470
+ "isExtensionMethod": false,
471
+ "parameterModifiers": [
472
+ {
473
+ "index": 1,
474
+ "modifier": "out"
475
+ }
476
+ ]
401
477
  },
402
478
  {
403
479
  "stableId": "System.Private.CoreLib:System.Text.Rune::TryGetRuneAt(System.String,System.Int32,System.Text.Rune\u0026):System.Boolean",
@@ -413,7 +489,13 @@
413
489
  "isSealed": false,
414
490
  "arity": 0,
415
491
  "parameterCount": 3,
416
- "isExtensionMethod": false
492
+ "isExtensionMethod": false,
493
+ "parameterModifiers": [
494
+ {
495
+ "index": 2,
496
+ "modifier": "out"
497
+ }
498
+ ]
417
499
  },
418
500
  {
419
501
  "stableId": "System.Private.CoreLib:System.Text.Rune::GetNumericValue(System.Text.Rune):System.Double",
@@ -736,7 +818,13 @@
736
818
  "arity": 0,
737
819
  "parameterCount": 4,
738
820
  "sourceInterface": "System.ISpanFormattable",
739
- "isExtensionMethod": false
821
+ "isExtensionMethod": false,
822
+ "parameterModifiers": [
823
+ {
824
+ "index": 1,
825
+ "modifier": "out"
826
+ }
827
+ ]
740
828
  },
741
829
  {
742
830
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -787,7 +875,13 @@
787
875
  "arity": 0,
788
876
  "parameterCount": 3,
789
877
  "sourceInterface": "System.IUtf8SpanParsable\u00601",
790
- "isExtensionMethod": false
878
+ "isExtensionMethod": false,
879
+ "parameterModifiers": [
880
+ {
881
+ "index": 2,
882
+ "modifier": "out"
883
+ }
884
+ ]
791
885
  },
792
886
  {
793
887
  "stableId": "System.Private.CoreLib:System.IComparable::CompareTo(System.Object):System.Int32",
@@ -821,7 +915,13 @@
821
915
  "arity": 0,
822
916
  "parameterCount": 4,
823
917
  "sourceInterface": "System.IUtf8SpanFormattable",
824
- "isExtensionMethod": false
918
+ "isExtensionMethod": false,
919
+ "parameterModifiers": [
920
+ {
921
+ "index": 1,
922
+ "modifier": "out"
923
+ }
924
+ ]
825
925
  }
826
926
  ],
827
927
  "properties": [
@@ -1837,7 +1937,13 @@
1837
1937
  "isSealed": false,
1838
1938
  "arity": 0,
1839
1939
  "parameterCount": 3,
1840
- "isExtensionMethod": false
1940
+ "isExtensionMethod": false,
1941
+ "parameterModifiers": [
1942
+ {
1943
+ "index": 2,
1944
+ "modifier": "out"
1945
+ }
1946
+ ]
1841
1947
  },
1842
1948
  {
1843
1949
  "stableId": "System.Private.CoreLib:System.Text.ASCIIEncoding::GetCharCount(System.Byte[],System.Int32,System.Int32):System.Int32",
@@ -1949,7 +2055,13 @@
1949
2055
  "isSealed": false,
1950
2056
  "arity": 0,
1951
2057
  "parameterCount": 3,
1952
- "isExtensionMethod": false
2058
+ "isExtensionMethod": false,
2059
+ "parameterModifiers": [
2060
+ {
2061
+ "index": 2,
2062
+ "modifier": "out"
2063
+ }
2064
+ ]
1953
2065
  },
1954
2066
  {
1955
2067
  "stableId": "System.Private.CoreLib:System.Text.ASCIIEncoding::GetString(System.Byte[],System.Int32,System.Int32):System.String",
@@ -2334,7 +2446,13 @@
2334
2446
  "isSealed": false,
2335
2447
  "arity": 0,
2336
2448
  "parameterCount": 3,
2337
- "isExtensionMethod": false
2449
+ "isExtensionMethod": false,
2450
+ "parameterModifiers": [
2451
+ {
2452
+ "index": 2,
2453
+ "modifier": "out"
2454
+ }
2455
+ ]
2338
2456
  },
2339
2457
  {
2340
2458
  "stableId": "System.Private.CoreLib:System.Text.ASCIIEncoding::TryGetChars(System.ReadOnlySpan_1,System.Span_1,System.Int32\u0026):System.Boolean",
@@ -2350,7 +2468,13 @@
2350
2468
  "isSealed": false,
2351
2469
  "arity": 0,
2352
2470
  "parameterCount": 3,
2353
- "isExtensionMethod": false
2471
+ "isExtensionMethod": false,
2472
+ "parameterModifiers": [
2473
+ {
2474
+ "index": 2,
2475
+ "modifier": "out"
2476
+ }
2477
+ ]
2354
2478
  }
2355
2479
  ],
2356
2480
  "properties": [
@@ -2742,7 +2866,21 @@
2742
2866
  "isSealed": false,
2743
2867
  "arity": 0,
2744
2868
  "parameterCount": 10,
2745
- "isExtensionMethod": false
2869
+ "isExtensionMethod": false,
2870
+ "parameterModifiers": [
2871
+ {
2872
+ "index": 7,
2873
+ "modifier": "out"
2874
+ },
2875
+ {
2876
+ "index": 8,
2877
+ "modifier": "out"
2878
+ },
2879
+ {
2880
+ "index": 9,
2881
+ "modifier": "out"
2882
+ }
2883
+ ]
2746
2884
  },
2747
2885
  {
2748
2886
  "stableId": "System.Private.CoreLib:System.Text.Decoder::Convert(System.Byte*,System.Int32,System.Char*,System.Int32,System.Boolean,System.Int32\u0026,System.Int32\u0026,System.Boolean\u0026):System.Void",
@@ -2758,7 +2896,21 @@
2758
2896
  "isSealed": false,
2759
2897
  "arity": 0,
2760
2898
  "parameterCount": 8,
2761
- "isExtensionMethod": false
2899
+ "isExtensionMethod": false,
2900
+ "parameterModifiers": [
2901
+ {
2902
+ "index": 5,
2903
+ "modifier": "out"
2904
+ },
2905
+ {
2906
+ "index": 6,
2907
+ "modifier": "out"
2908
+ },
2909
+ {
2910
+ "index": 7,
2911
+ "modifier": "out"
2912
+ }
2913
+ ]
2762
2914
  },
2763
2915
  {
2764
2916
  "stableId": "System.Private.CoreLib:System.Text.Decoder::Convert(System.ReadOnlySpan_1[[System.Byte,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.Boolean,System.Int32\u0026,System.Int32\u0026,System.Boolean\u0026):System.Void",
@@ -2774,7 +2926,21 @@
2774
2926
  "isSealed": false,
2775
2927
  "arity": 0,
2776
2928
  "parameterCount": 6,
2777
- "isExtensionMethod": false
2929
+ "isExtensionMethod": false,
2930
+ "parameterModifiers": [
2931
+ {
2932
+ "index": 3,
2933
+ "modifier": "out"
2934
+ },
2935
+ {
2936
+ "index": 4,
2937
+ "modifier": "out"
2938
+ },
2939
+ {
2940
+ "index": 5,
2941
+ "modifier": "out"
2942
+ }
2943
+ ]
2778
2944
  }
2779
2945
  ],
2780
2946
  "properties": [
@@ -3612,7 +3778,21 @@
3612
3778
  "isSealed": false,
3613
3779
  "arity": 0,
3614
3780
  "parameterCount": 10,
3615
- "isExtensionMethod": false
3781
+ "isExtensionMethod": false,
3782
+ "parameterModifiers": [
3783
+ {
3784
+ "index": 7,
3785
+ "modifier": "out"
3786
+ },
3787
+ {
3788
+ "index": 8,
3789
+ "modifier": "out"
3790
+ },
3791
+ {
3792
+ "index": 9,
3793
+ "modifier": "out"
3794
+ }
3795
+ ]
3616
3796
  },
3617
3797
  {
3618
3798
  "stableId": "System.Private.CoreLib:System.Text.Encoder::Convert(System.Char*,System.Int32,System.Byte*,System.Int32,System.Boolean,System.Int32\u0026,System.Int32\u0026,System.Boolean\u0026):System.Void",
@@ -3628,7 +3808,21 @@
3628
3808
  "isSealed": false,
3629
3809
  "arity": 0,
3630
3810
  "parameterCount": 8,
3631
- "isExtensionMethod": false
3811
+ "isExtensionMethod": false,
3812
+ "parameterModifiers": [
3813
+ {
3814
+ "index": 5,
3815
+ "modifier": "out"
3816
+ },
3817
+ {
3818
+ "index": 6,
3819
+ "modifier": "out"
3820
+ },
3821
+ {
3822
+ "index": 7,
3823
+ "modifier": "out"
3824
+ }
3825
+ ]
3632
3826
  },
3633
3827
  {
3634
3828
  "stableId": "System.Private.CoreLib:System.Text.Encoder::Convert(System.ReadOnlySpan_1[[System.Char,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.Boolean,System.Int32\u0026,System.Int32\u0026,System.Boolean\u0026):System.Void",
@@ -3644,7 +3838,21 @@
3644
3838
  "isSealed": false,
3645
3839
  "arity": 0,
3646
3840
  "parameterCount": 6,
3647
- "isExtensionMethod": false
3841
+ "isExtensionMethod": false,
3842
+ "parameterModifiers": [
3843
+ {
3844
+ "index": 3,
3845
+ "modifier": "out"
3846
+ },
3847
+ {
3848
+ "index": 4,
3849
+ "modifier": "out"
3850
+ },
3851
+ {
3852
+ "index": 5,
3853
+ "modifier": "out"
3854
+ }
3855
+ ]
3648
3856
  }
3649
3857
  ],
3650
3858
  "properties": [
@@ -4843,7 +5051,13 @@
4843
5051
  "isSealed": false,
4844
5052
  "arity": 0,
4845
5053
  "parameterCount": 3,
4846
- "isExtensionMethod": false
5054
+ "isExtensionMethod": false,
5055
+ "parameterModifiers": [
5056
+ {
5057
+ "index": 2,
5058
+ "modifier": "out"
5059
+ }
5060
+ ]
4847
5061
  },
4848
5062
  {
4849
5063
  "stableId": "System.Private.CoreLib:System.Text.Encoding::GetCharCount(System.Byte[]):System.Int32",
@@ -5003,7 +5217,13 @@
5003
5217
  "isSealed": false,
5004
5218
  "arity": 0,
5005
5219
  "parameterCount": 3,
5006
- "isExtensionMethod": false
5220
+ "isExtensionMethod": false,
5221
+ "parameterModifiers": [
5222
+ {
5223
+ "index": 2,
5224
+ "modifier": "out"
5225
+ }
5226
+ ]
5007
5227
  },
5008
5228
  {
5009
5229
  "stableId": "System.Private.CoreLib:System.Text.Encoding::GetString(System.Byte*,System.Int32):System.String",
@@ -6371,7 +6591,13 @@
6371
6591
  "isSealed": false,
6372
6592
  "arity": 0,
6373
6593
  "parameterCount": 1,
6374
- "isExtensionMethod": false
6594
+ "isExtensionMethod": false,
6595
+ "parameterModifiers": [
6596
+ {
6597
+ "index": 0,
6598
+ "modifier": "ref"
6599
+ }
6600
+ ]
6375
6601
  },
6376
6602
  {
6377
6603
  "stableId": "System.Private.CoreLib:System.Text.StringBuilder::Append(System.IFormatProvider,System.Text.StringBuilder\u002BAppendInterpolatedStringHandler\u0026):System.Text.StringBuilder",
@@ -6387,7 +6613,13 @@
6387
6613
  "isSealed": false,
6388
6614
  "arity": 0,
6389
6615
  "parameterCount": 2,
6390
- "isExtensionMethod": false
6616
+ "isExtensionMethod": false,
6617
+ "parameterModifiers": [
6618
+ {
6619
+ "index": 1,
6620
+ "modifier": "ref"
6621
+ }
6622
+ ]
6391
6623
  },
6392
6624
  {
6393
6625
  "stableId": "System.Private.CoreLib:System.Text.StringBuilder::AppendLine(System.Text.StringBuilder\u002BAppendInterpolatedStringHandler\u0026):System.Text.StringBuilder",
@@ -6403,7 +6635,13 @@
6403
6635
  "isSealed": false,
6404
6636
  "arity": 0,
6405
6637
  "parameterCount": 1,
6406
- "isExtensionMethod": false
6638
+ "isExtensionMethod": false,
6639
+ "parameterModifiers": [
6640
+ {
6641
+ "index": 0,
6642
+ "modifier": "ref"
6643
+ }
6644
+ ]
6407
6645
  },
6408
6646
  {
6409
6647
  "stableId": "System.Private.CoreLib:System.Text.StringBuilder::AppendLine(System.IFormatProvider,System.Text.StringBuilder\u002BAppendInterpolatedStringHandler\u0026):System.Text.StringBuilder",
@@ -6419,7 +6657,13 @@
6419
6657
  "isSealed": false,
6420
6658
  "arity": 0,
6421
6659
  "parameterCount": 2,
6422
- "isExtensionMethod": false
6660
+ "isExtensionMethod": false,
6661
+ "parameterModifiers": [
6662
+ {
6663
+ "index": 1,
6664
+ "modifier": "ref"
6665
+ }
6666
+ ]
6423
6667
  },
6424
6668
  {
6425
6669
  "stableId": "System.Private.CoreLib:System.Text.StringBuilder::AppendJoin(System.String,System.Object[]):System.Text.StringBuilder",
@@ -9372,7 +9616,13 @@
9372
9616
  "isSealed": false,
9373
9617
  "arity": 0,
9374
9618
  "parameterCount": 3,
9375
- "isExtensionMethod": false
9619
+ "isExtensionMethod": false,
9620
+ "parameterModifiers": [
9621
+ {
9622
+ "index": 2,
9623
+ "modifier": "out"
9624
+ }
9625
+ ]
9376
9626
  },
9377
9627
  {
9378
9628
  "stableId": "System.Private.CoreLib:System.Text.UTF8Encoding::GetCharCount(System.Byte[],System.Int32,System.Int32):System.Int32",
@@ -9484,7 +9734,13 @@
9484
9734
  "isSealed": false,
9485
9735
  "arity": 0,
9486
9736
  "parameterCount": 3,
9487
- "isExtensionMethod": false
9737
+ "isExtensionMethod": false,
9738
+ "parameterModifiers": [
9739
+ {
9740
+ "index": 2,
9741
+ "modifier": "out"
9742
+ }
9743
+ ]
9488
9744
  },
9489
9745
  {
9490
9746
  "stableId": "System.Private.CoreLib:System.Text.UTF8Encoding::GetString(System.Byte[],System.Int32,System.Int32):System.String",
@@ -9917,7 +10173,13 @@
9917
10173
  "isSealed": false,
9918
10174
  "arity": 0,
9919
10175
  "parameterCount": 3,
9920
- "isExtensionMethod": false
10176
+ "isExtensionMethod": false,
10177
+ "parameterModifiers": [
10178
+ {
10179
+ "index": 2,
10180
+ "modifier": "out"
10181
+ }
10182
+ ]
9921
10183
  },
9922
10184
  {
9923
10185
  "stableId": "System.Private.CoreLib:System.Text.UTF8Encoding::TryGetChars(System.ReadOnlySpan_1,System.Span_1,System.Int32\u0026):System.Boolean",
@@ -9933,7 +10195,13 @@
9933
10195
  "isSealed": false,
9934
10196
  "arity": 0,
9935
10197
  "parameterCount": 3,
9936
- "isExtensionMethod": false
10198
+ "isExtensionMethod": false,
10199
+ "parameterModifiers": [
10200
+ {
10201
+ "index": 2,
10202
+ "modifier": "out"
10203
+ }
10204
+ ]
9937
10205
  }
9938
10206
  ],
9939
10207
  "properties": [
@@ -10062,7 +10330,13 @@
10062
10330
  "isSealed": false,
10063
10331
  "arity": 0,
10064
10332
  "parameterCount": 3,
10065
- "isExtensionMethod": false
10333
+ "isExtensionMethod": false,
10334
+ "parameterModifiers": [
10335
+ {
10336
+ "index": 2,
10337
+ "modifier": "out"
10338
+ }
10339
+ ]
10066
10340
  },
10067
10341
  {
10068
10342
  "stableId": "System.Private.CoreLib:System.Text.Ascii::ToUpper(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.Buffers.OperationStatus",
@@ -10078,7 +10352,13 @@
10078
10352
  "isSealed": false,
10079
10353
  "arity": 0,
10080
10354
  "parameterCount": 3,
10081
- "isExtensionMethod": false
10355
+ "isExtensionMethod": false,
10356
+ "parameterModifiers": [
10357
+ {
10358
+ "index": 2,
10359
+ "modifier": "out"
10360
+ }
10361
+ ]
10082
10362
  },
10083
10363
  {
10084
10364
  "stableId": "System.Private.CoreLib:System.Text.Ascii::ToUpper(System.ReadOnlySpan_1[[System.Byte,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.Buffers.OperationStatus",
@@ -10094,7 +10374,13 @@
10094
10374
  "isSealed": false,
10095
10375
  "arity": 0,
10096
10376
  "parameterCount": 3,
10097
- "isExtensionMethod": false
10377
+ "isExtensionMethod": false,
10378
+ "parameterModifiers": [
10379
+ {
10380
+ "index": 2,
10381
+ "modifier": "out"
10382
+ }
10383
+ ]
10098
10384
  },
10099
10385
  {
10100
10386
  "stableId": "System.Private.CoreLib:System.Text.Ascii::ToUpper(System.ReadOnlySpan_1[[System.Char,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.Buffers.OperationStatus",
@@ -10110,7 +10396,13 @@
10110
10396
  "isSealed": false,
10111
10397
  "arity": 0,
10112
10398
  "parameterCount": 3,
10113
- "isExtensionMethod": false
10399
+ "isExtensionMethod": false,
10400
+ "parameterModifiers": [
10401
+ {
10402
+ "index": 2,
10403
+ "modifier": "out"
10404
+ }
10405
+ ]
10114
10406
  },
10115
10407
  {
10116
10408
  "stableId": "System.Private.CoreLib:System.Text.Ascii::ToLower(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.Buffers.OperationStatus",
@@ -10126,7 +10418,13 @@
10126
10418
  "isSealed": false,
10127
10419
  "arity": 0,
10128
10420
  "parameterCount": 3,
10129
- "isExtensionMethod": false
10421
+ "isExtensionMethod": false,
10422
+ "parameterModifiers": [
10423
+ {
10424
+ "index": 2,
10425
+ "modifier": "out"
10426
+ }
10427
+ ]
10130
10428
  },
10131
10429
  {
10132
10430
  "stableId": "System.Private.CoreLib:System.Text.Ascii::ToLower(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.Buffers.OperationStatus",
@@ -10142,7 +10440,13 @@
10142
10440
  "isSealed": false,
10143
10441
  "arity": 0,
10144
10442
  "parameterCount": 3,
10145
- "isExtensionMethod": false
10443
+ "isExtensionMethod": false,
10444
+ "parameterModifiers": [
10445
+ {
10446
+ "index": 2,
10447
+ "modifier": "out"
10448
+ }
10449
+ ]
10146
10450
  },
10147
10451
  {
10148
10452
  "stableId": "System.Private.CoreLib:System.Text.Ascii::ToLower(System.ReadOnlySpan_1[[System.Byte,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.Buffers.OperationStatus",
@@ -10158,7 +10462,13 @@
10158
10462
  "isSealed": false,
10159
10463
  "arity": 0,
10160
10464
  "parameterCount": 3,
10161
- "isExtensionMethod": false
10465
+ "isExtensionMethod": false,
10466
+ "parameterModifiers": [
10467
+ {
10468
+ "index": 2,
10469
+ "modifier": "out"
10470
+ }
10471
+ ]
10162
10472
  },
10163
10473
  {
10164
10474
  "stableId": "System.Private.CoreLib:System.Text.Ascii::ToLower(System.ReadOnlySpan_1[[System.Char,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.Buffers.OperationStatus",
@@ -10174,7 +10484,13 @@
10174
10484
  "isSealed": false,
10175
10485
  "arity": 0,
10176
10486
  "parameterCount": 3,
10177
- "isExtensionMethod": false
10487
+ "isExtensionMethod": false,
10488
+ "parameterModifiers": [
10489
+ {
10490
+ "index": 2,
10491
+ "modifier": "out"
10492
+ }
10493
+ ]
10178
10494
  },
10179
10495
  {
10180
10496
  "stableId": "System.Private.CoreLib:System.Text.Ascii::ToLowerInPlace(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Buffers.OperationStatus",
@@ -10190,7 +10506,13 @@
10190
10506
  "isSealed": false,
10191
10507
  "arity": 0,
10192
10508
  "parameterCount": 2,
10193
- "isExtensionMethod": false
10509
+ "isExtensionMethod": false,
10510
+ "parameterModifiers": [
10511
+ {
10512
+ "index": 1,
10513
+ "modifier": "out"
10514
+ }
10515
+ ]
10194
10516
  },
10195
10517
  {
10196
10518
  "stableId": "System.Private.CoreLib:System.Text.Ascii::ToLowerInPlace(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Buffers.OperationStatus",
@@ -10206,7 +10528,13 @@
10206
10528
  "isSealed": false,
10207
10529
  "arity": 0,
10208
10530
  "parameterCount": 2,
10209
- "isExtensionMethod": false
10531
+ "isExtensionMethod": false,
10532
+ "parameterModifiers": [
10533
+ {
10534
+ "index": 1,
10535
+ "modifier": "out"
10536
+ }
10537
+ ]
10210
10538
  },
10211
10539
  {
10212
10540
  "stableId": "System.Private.CoreLib:System.Text.Ascii::ToUpperInPlace(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Buffers.OperationStatus",
@@ -10222,7 +10550,13 @@
10222
10550
  "isSealed": false,
10223
10551
  "arity": 0,
10224
10552
  "parameterCount": 2,
10225
- "isExtensionMethod": false
10553
+ "isExtensionMethod": false,
10554
+ "parameterModifiers": [
10555
+ {
10556
+ "index": 1,
10557
+ "modifier": "out"
10558
+ }
10559
+ ]
10226
10560
  },
10227
10561
  {
10228
10562
  "stableId": "System.Private.CoreLib:System.Text.Ascii::ToUpperInPlace(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Buffers.OperationStatus",
@@ -10238,7 +10572,13 @@
10238
10572
  "isSealed": false,
10239
10573
  "arity": 0,
10240
10574
  "parameterCount": 2,
10241
- "isExtensionMethod": false
10575
+ "isExtensionMethod": false,
10576
+ "parameterModifiers": [
10577
+ {
10578
+ "index": 1,
10579
+ "modifier": "out"
10580
+ }
10581
+ ]
10242
10582
  },
10243
10583
  {
10244
10584
  "stableId": "System.Private.CoreLib:System.Text.Ascii::Equals(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
@@ -10382,7 +10722,13 @@
10382
10722
  "isSealed": false,
10383
10723
  "arity": 0,
10384
10724
  "parameterCount": 3,
10385
- "isExtensionMethod": false
10725
+ "isExtensionMethod": false,
10726
+ "parameterModifiers": [
10727
+ {
10728
+ "index": 2,
10729
+ "modifier": "out"
10730
+ }
10731
+ ]
10386
10732
  },
10387
10733
  {
10388
10734
  "stableId": "System.Private.CoreLib:System.Text.Ascii::FromUtf16(System.ReadOnlySpan_1[[System.Char,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.Buffers.OperationStatus",
@@ -10398,7 +10744,13 @@
10398
10744
  "isSealed": false,
10399
10745
  "arity": 0,
10400
10746
  "parameterCount": 3,
10401
- "isExtensionMethod": false
10747
+ "isExtensionMethod": false,
10748
+ "parameterModifiers": [
10749
+ {
10750
+ "index": 2,
10751
+ "modifier": "out"
10752
+ }
10753
+ ]
10402
10754
  },
10403
10755
  {
10404
10756
  "stableId": "System.Private.CoreLib:System.Text.Ascii::Trim(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Range",
@@ -10543,7 +10895,13 @@
10543
10895
  "isSealed": false,
10544
10896
  "arity": 0,
10545
10897
  "parameterCount": 3,
10546
- "isExtensionMethod": true
10898
+ "isExtensionMethod": true,
10899
+ "parameterModifiers": [
10900
+ {
10901
+ "index": 1,
10902
+ "modifier": "in"
10903
+ }
10904
+ ]
10547
10905
  },
10548
10906
  {
10549
10907
  "stableId": "System.Memory:System.Text.EncodingExtensions::GetBytes(System.Text.Encoding,System.Buffers.ReadOnlySequence_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32",
@@ -10559,7 +10917,13 @@
10559
10917
  "isSealed": false,
10560
10918
  "arity": 0,
10561
10919
  "parameterCount": 3,
10562
- "isExtensionMethod": true
10920
+ "isExtensionMethod": true,
10921
+ "parameterModifiers": [
10922
+ {
10923
+ "index": 1,
10924
+ "modifier": "in"
10925
+ }
10926
+ ]
10563
10927
  },
10564
10928
  {
10565
10929
  "stableId": "System.Memory:System.Text.EncodingExtensions::GetBytes(System.Text.Encoding,System.Buffers.ReadOnlySequence_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026):System.Byte[]",
@@ -10575,7 +10939,13 @@
10575
10939
  "isSealed": false,
10576
10940
  "arity": 0,
10577
10941
  "parameterCount": 2,
10578
- "isExtensionMethod": true
10942
+ "isExtensionMethod": true,
10943
+ "parameterModifiers": [
10944
+ {
10945
+ "index": 1,
10946
+ "modifier": "in"
10947
+ }
10948
+ ]
10579
10949
  },
10580
10950
  {
10581
10951
  "stableId": "System.Memory:System.Text.EncodingExtensions::GetChars(System.Text.Encoding,System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Buffers.IBufferWriter_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int64",
@@ -10607,7 +10977,13 @@
10607
10977
  "isSealed": false,
10608
10978
  "arity": 0,
10609
10979
  "parameterCount": 3,
10610
- "isExtensionMethod": true
10980
+ "isExtensionMethod": true,
10981
+ "parameterModifiers": [
10982
+ {
10983
+ "index": 1,
10984
+ "modifier": "in"
10985
+ }
10986
+ ]
10611
10987
  },
10612
10988
  {
10613
10989
  "stableId": "System.Memory:System.Text.EncodingExtensions::GetChars(System.Text.Encoding,System.Buffers.ReadOnlySequence_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026,System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32",
@@ -10623,7 +10999,13 @@
10623
10999
  "isSealed": false,
10624
11000
  "arity": 0,
10625
11001
  "parameterCount": 3,
10626
- "isExtensionMethod": true
11002
+ "isExtensionMethod": true,
11003
+ "parameterModifiers": [
11004
+ {
11005
+ "index": 1,
11006
+ "modifier": "in"
11007
+ }
11008
+ ]
10627
11009
  },
10628
11010
  {
10629
11011
  "stableId": "System.Memory:System.Text.EncodingExtensions::GetString(System.Text.Encoding,System.Buffers.ReadOnlySequence_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026):System.String",
@@ -10639,7 +11021,13 @@
10639
11021
  "isSealed": false,
10640
11022
  "arity": 0,
10641
11023
  "parameterCount": 2,
10642
- "isExtensionMethod": true
11024
+ "isExtensionMethod": true,
11025
+ "parameterModifiers": [
11026
+ {
11027
+ "index": 1,
11028
+ "modifier": "in"
11029
+ }
11030
+ ]
10643
11031
  },
10644
11032
  {
10645
11033
  "stableId": "System.Memory:System.Text.EncodingExtensions::Convert(System.Text.Encoder,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Buffers.IBufferWriter_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean,System.Int64\u0026,System.Boolean\u0026):System.Void",
@@ -10655,7 +11043,17 @@
10655
11043
  "isSealed": false,
10656
11044
  "arity": 0,
10657
11045
  "parameterCount": 6,
10658
- "isExtensionMethod": true
11046
+ "isExtensionMethod": true,
11047
+ "parameterModifiers": [
11048
+ {
11049
+ "index": 4,
11050
+ "modifier": "out"
11051
+ },
11052
+ {
11053
+ "index": 5,
11054
+ "modifier": "out"
11055
+ }
11056
+ ]
10659
11057
  },
10660
11058
  {
10661
11059
  "stableId": "System.Memory:System.Text.EncodingExtensions::Convert(System.Text.Encoder,System.Buffers.ReadOnlySequence_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026,System.Buffers.IBufferWriter_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean,System.Int64\u0026,System.Boolean\u0026):System.Void",
@@ -10671,7 +11069,21 @@
10671
11069
  "isSealed": false,
10672
11070
  "arity": 0,
10673
11071
  "parameterCount": 6,
10674
- "isExtensionMethod": true
11072
+ "isExtensionMethod": true,
11073
+ "parameterModifiers": [
11074
+ {
11075
+ "index": 1,
11076
+ "modifier": "in"
11077
+ },
11078
+ {
11079
+ "index": 4,
11080
+ "modifier": "out"
11081
+ },
11082
+ {
11083
+ "index": 5,
11084
+ "modifier": "out"
11085
+ }
11086
+ ]
10675
11087
  },
10676
11088
  {
10677
11089
  "stableId": "System.Memory:System.Text.EncodingExtensions::Convert(System.Text.Decoder,System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Buffers.IBufferWriter_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean,System.Int64\u0026,System.Boolean\u0026):System.Void",
@@ -10687,7 +11099,17 @@
10687
11099
  "isSealed": false,
10688
11100
  "arity": 0,
10689
11101
  "parameterCount": 6,
10690
- "isExtensionMethod": true
11102
+ "isExtensionMethod": true,
11103
+ "parameterModifiers": [
11104
+ {
11105
+ "index": 4,
11106
+ "modifier": "out"
11107
+ },
11108
+ {
11109
+ "index": 5,
11110
+ "modifier": "out"
11111
+ }
11112
+ ]
10691
11113
  },
10692
11114
  {
10693
11115
  "stableId": "System.Memory:System.Text.EncodingExtensions::Convert(System.Text.Decoder,System.Buffers.ReadOnlySequence_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026,System.Buffers.IBufferWriter_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean,System.Int64\u0026,System.Boolean\u0026):System.Void",
@@ -10703,7 +11125,21 @@
10703
11125
  "isSealed": false,
10704
11126
  "arity": 0,
10705
11127
  "parameterCount": 6,
10706
- "isExtensionMethod": true
11128
+ "isExtensionMethod": true,
11129
+ "parameterModifiers": [
11130
+ {
11131
+ "index": 1,
11132
+ "modifier": "in"
11133
+ },
11134
+ {
11135
+ "index": 4,
11136
+ "modifier": "out"
11137
+ },
11138
+ {
11139
+ "index": 5,
11140
+ "modifier": "out"
11141
+ }
11142
+ ]
10707
11143
  }
10708
11144
  ],
10709
11145
  "properties": [],