@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
@@ -197,7 +197,13 @@
197
197
  "parameterCount": 4,
198
198
  "declaringClrType": "System.Numerics.INumberBase\u00601",
199
199
  "declaringAssemblyName": "System.Private.CoreLib",
200
- "isExtensionMethod": false
200
+ "isExtensionMethod": false,
201
+ "parameterModifiers": [
202
+ {
203
+ "index": 3,
204
+ "modifier": "out"
205
+ }
206
+ ]
201
207
  },
202
208
  {
203
209
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::TryParse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Globalization.NumberStyles,System.IFormatProvider,TSelf\u0026):System.Boolean",
@@ -211,7 +217,13 @@
211
217
  "parameterCount": 4,
212
218
  "declaringClrType": "System.Numerics.INumberBase\u00601",
213
219
  "declaringAssemblyName": "System.Private.CoreLib",
214
- "isExtensionMethod": false
220
+ "isExtensionMethod": false,
221
+ "parameterModifiers": [
222
+ {
223
+ "index": 3,
224
+ "modifier": "out"
225
+ }
226
+ ]
215
227
  },
216
228
  {
217
229
  "stableId": "System.Private.CoreLib:System.ISpanFormattable::TryFormat(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):System.Boolean",
@@ -225,7 +237,13 @@
225
237
  "parameterCount": 4,
226
238
  "declaringClrType": "System.ISpanFormattable",
227
239
  "declaringAssemblyName": "System.Private.CoreLib",
228
- "isExtensionMethod": false
240
+ "isExtensionMethod": false,
241
+ "parameterModifiers": [
242
+ {
243
+ "index": 1,
244
+ "modifier": "out"
245
+ }
246
+ ]
229
247
  },
230
248
  {
231
249
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -267,7 +285,13 @@
267
285
  "parameterCount": 3,
268
286
  "declaringClrType": "System.ISpanParsable\u00601",
269
287
  "declaringAssemblyName": "System.Private.CoreLib",
270
- "isExtensionMethod": false
288
+ "isExtensionMethod": false,
289
+ "parameterModifiers": [
290
+ {
291
+ "index": 2,
292
+ "modifier": "out"
293
+ }
294
+ ]
271
295
  },
272
296
  {
273
297
  "stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
@@ -295,7 +319,13 @@
295
319
  "parameterCount": 3,
296
320
  "declaringClrType": "System.IParsable\u00601",
297
321
  "declaringAssemblyName": "System.Private.CoreLib",
298
- "isExtensionMethod": false
322
+ "isExtensionMethod": false,
323
+ "parameterModifiers": [
324
+ {
325
+ "index": 2,
326
+ "modifier": "out"
327
+ }
328
+ ]
299
329
  },
300
330
  {
301
331
  "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointIeee754\u00601::ScaleB(TSelf,System.Int32):TSelf",
@@ -379,7 +409,13 @@
379
409
  "parameterCount": 2,
380
410
  "declaringClrType": "System.Numerics.IFloatingPoint\u00601",
381
411
  "declaringAssemblyName": "System.Private.CoreLib",
382
- "isExtensionMethod": false
412
+ "isExtensionMethod": false,
413
+ "parameterModifiers": [
414
+ {
415
+ "index": 1,
416
+ "modifier": "out"
417
+ }
418
+ ]
383
419
  },
384
420
  {
385
421
  "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::WriteExponentBigEndian(System.Byte[]):System.Int32",
@@ -1181,7 +1217,13 @@
1181
1217
  "parameterCount": 3,
1182
1218
  "declaringClrType": "System.Numerics.IBinaryInteger\u00601",
1183
1219
  "declaringAssemblyName": "System.Private.CoreLib",
1184
- "isExtensionMethod": false
1220
+ "isExtensionMethod": false,
1221
+ "parameterModifiers": [
1222
+ {
1223
+ "index": 2,
1224
+ "modifier": "out"
1225
+ }
1226
+ ]
1185
1227
  },
1186
1228
  {
1187
1229
  "stableId": "System.Private.CoreLib:System.Numerics.IBinaryInteger\u00601::GetByteCount():System.Int32",
@@ -1209,7 +1251,13 @@
1209
1251
  "parameterCount": 2,
1210
1252
  "declaringClrType": "System.Numerics.IBinaryInteger\u00601",
1211
1253
  "declaringAssemblyName": "System.Private.CoreLib",
1212
- "isExtensionMethod": false
1254
+ "isExtensionMethod": false,
1255
+ "parameterModifiers": [
1256
+ {
1257
+ "index": 1,
1258
+ "modifier": "out"
1259
+ }
1260
+ ]
1213
1261
  },
1214
1262
  {
1215
1263
  "stableId": "System.Private.CoreLib:System.Numerics.IBinaryInteger\u00601::WriteBigEndian(System.Byte[]):System.Int32",
@@ -1377,7 +1425,13 @@
1377
1425
  "parameterCount": 4,
1378
1426
  "declaringClrType": "System.Numerics.INumberBase\u00601",
1379
1427
  "declaringAssemblyName": "System.Private.CoreLib",
1380
- "isExtensionMethod": false
1428
+ "isExtensionMethod": false,
1429
+ "parameterModifiers": [
1430
+ {
1431
+ "index": 3,
1432
+ "modifier": "out"
1433
+ }
1434
+ ]
1381
1435
  },
1382
1436
  {
1383
1437
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::TryParse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Globalization.NumberStyles,System.IFormatProvider,TSelf\u0026):System.Boolean",
@@ -1391,7 +1445,13 @@
1391
1445
  "parameterCount": 4,
1392
1446
  "declaringClrType": "System.Numerics.INumberBase\u00601",
1393
1447
  "declaringAssemblyName": "System.Private.CoreLib",
1394
- "isExtensionMethod": false
1448
+ "isExtensionMethod": false,
1449
+ "parameterModifiers": [
1450
+ {
1451
+ "index": 3,
1452
+ "modifier": "out"
1453
+ }
1454
+ ]
1395
1455
  },
1396
1456
  {
1397
1457
  "stableId": "System.Private.CoreLib:System.ISpanFormattable::TryFormat(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):System.Boolean",
@@ -1405,7 +1465,13 @@
1405
1465
  "parameterCount": 4,
1406
1466
  "declaringClrType": "System.ISpanFormattable",
1407
1467
  "declaringAssemblyName": "System.Private.CoreLib",
1408
- "isExtensionMethod": false
1468
+ "isExtensionMethod": false,
1469
+ "parameterModifiers": [
1470
+ {
1471
+ "index": 1,
1472
+ "modifier": "out"
1473
+ }
1474
+ ]
1409
1475
  },
1410
1476
  {
1411
1477
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -1447,7 +1513,13 @@
1447
1513
  "parameterCount": 3,
1448
1514
  "declaringClrType": "System.ISpanParsable\u00601",
1449
1515
  "declaringAssemblyName": "System.Private.CoreLib",
1450
- "isExtensionMethod": false
1516
+ "isExtensionMethod": false,
1517
+ "parameterModifiers": [
1518
+ {
1519
+ "index": 2,
1520
+ "modifier": "out"
1521
+ }
1522
+ ]
1451
1523
  },
1452
1524
  {
1453
1525
  "stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
@@ -1475,7 +1547,13 @@
1475
1547
  "parameterCount": 3,
1476
1548
  "declaringClrType": "System.IParsable\u00601",
1477
1549
  "declaringAssemblyName": "System.Private.CoreLib",
1478
- "isExtensionMethod": false
1550
+ "isExtensionMethod": false,
1551
+ "parameterModifiers": [
1552
+ {
1553
+ "index": 2,
1554
+ "modifier": "out"
1555
+ }
1556
+ ]
1479
1557
  }
1480
1558
  ],
1481
1559
  "properties": [
@@ -2057,7 +2135,13 @@
2057
2135
  "parameterCount": 4,
2058
2136
  "declaringClrType": "System.Numerics.INumberBase\u00601",
2059
2137
  "declaringAssemblyName": "System.Private.CoreLib",
2060
- "isExtensionMethod": false
2138
+ "isExtensionMethod": false,
2139
+ "parameterModifiers": [
2140
+ {
2141
+ "index": 3,
2142
+ "modifier": "out"
2143
+ }
2144
+ ]
2061
2145
  },
2062
2146
  {
2063
2147
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::TryParse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Globalization.NumberStyles,System.IFormatProvider,TSelf\u0026):System.Boolean",
@@ -2071,7 +2155,13 @@
2071
2155
  "parameterCount": 4,
2072
2156
  "declaringClrType": "System.Numerics.INumberBase\u00601",
2073
2157
  "declaringAssemblyName": "System.Private.CoreLib",
2074
- "isExtensionMethod": false
2158
+ "isExtensionMethod": false,
2159
+ "parameterModifiers": [
2160
+ {
2161
+ "index": 3,
2162
+ "modifier": "out"
2163
+ }
2164
+ ]
2075
2165
  },
2076
2166
  {
2077
2167
  "stableId": "System.Private.CoreLib:System.ISpanFormattable::TryFormat(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):System.Boolean",
@@ -2085,7 +2175,13 @@
2085
2175
  "parameterCount": 4,
2086
2176
  "declaringClrType": "System.ISpanFormattable",
2087
2177
  "declaringAssemblyName": "System.Private.CoreLib",
2088
- "isExtensionMethod": false
2178
+ "isExtensionMethod": false,
2179
+ "parameterModifiers": [
2180
+ {
2181
+ "index": 1,
2182
+ "modifier": "out"
2183
+ }
2184
+ ]
2089
2185
  },
2090
2186
  {
2091
2187
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -2127,7 +2223,13 @@
2127
2223
  "parameterCount": 3,
2128
2224
  "declaringClrType": "System.ISpanParsable\u00601",
2129
2225
  "declaringAssemblyName": "System.Private.CoreLib",
2130
- "isExtensionMethod": false
2226
+ "isExtensionMethod": false,
2227
+ "parameterModifiers": [
2228
+ {
2229
+ "index": 2,
2230
+ "modifier": "out"
2231
+ }
2232
+ ]
2131
2233
  },
2132
2234
  {
2133
2235
  "stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
@@ -2155,7 +2257,13 @@
2155
2257
  "parameterCount": 3,
2156
2258
  "declaringClrType": "System.IParsable\u00601",
2157
2259
  "declaringAssemblyName": "System.Private.CoreLib",
2158
- "isExtensionMethod": false
2260
+ "isExtensionMethod": false,
2261
+ "parameterModifiers": [
2262
+ {
2263
+ "index": 2,
2264
+ "modifier": "out"
2265
+ }
2266
+ ]
2159
2267
  }
2160
2268
  ],
2161
2269
  "properties": [
@@ -2659,7 +2767,13 @@
2659
2767
  "parameterCount": 4,
2660
2768
  "declaringClrType": "System.Numerics.INumberBase\u00601",
2661
2769
  "declaringAssemblyName": "System.Private.CoreLib",
2662
- "isExtensionMethod": false
2770
+ "isExtensionMethod": false,
2771
+ "parameterModifiers": [
2772
+ {
2773
+ "index": 3,
2774
+ "modifier": "out"
2775
+ }
2776
+ ]
2663
2777
  },
2664
2778
  {
2665
2779
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::TryParse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Globalization.NumberStyles,System.IFormatProvider,TSelf\u0026):System.Boolean",
@@ -2673,7 +2787,13 @@
2673
2787
  "parameterCount": 4,
2674
2788
  "declaringClrType": "System.Numerics.INumberBase\u00601",
2675
2789
  "declaringAssemblyName": "System.Private.CoreLib",
2676
- "isExtensionMethod": false
2790
+ "isExtensionMethod": false,
2791
+ "parameterModifiers": [
2792
+ {
2793
+ "index": 3,
2794
+ "modifier": "out"
2795
+ }
2796
+ ]
2677
2797
  },
2678
2798
  {
2679
2799
  "stableId": "System.Private.CoreLib:System.ISpanFormattable::TryFormat(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):System.Boolean",
@@ -2687,7 +2807,13 @@
2687
2807
  "parameterCount": 4,
2688
2808
  "declaringClrType": "System.ISpanFormattable",
2689
2809
  "declaringAssemblyName": "System.Private.CoreLib",
2690
- "isExtensionMethod": false
2810
+ "isExtensionMethod": false,
2811
+ "parameterModifiers": [
2812
+ {
2813
+ "index": 1,
2814
+ "modifier": "out"
2815
+ }
2816
+ ]
2691
2817
  },
2692
2818
  {
2693
2819
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -2729,7 +2855,13 @@
2729
2855
  "parameterCount": 3,
2730
2856
  "declaringClrType": "System.ISpanParsable\u00601",
2731
2857
  "declaringAssemblyName": "System.Private.CoreLib",
2732
- "isExtensionMethod": false
2858
+ "isExtensionMethod": false,
2859
+ "parameterModifiers": [
2860
+ {
2861
+ "index": 2,
2862
+ "modifier": "out"
2863
+ }
2864
+ ]
2733
2865
  },
2734
2866
  {
2735
2867
  "stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
@@ -2757,7 +2889,13 @@
2757
2889
  "parameterCount": 3,
2758
2890
  "declaringClrType": "System.IParsable\u00601",
2759
2891
  "declaringAssemblyName": "System.Private.CoreLib",
2760
- "isExtensionMethod": false
2892
+ "isExtensionMethod": false,
2893
+ "parameterModifiers": [
2894
+ {
2895
+ "index": 2,
2896
+ "modifier": "out"
2897
+ }
2898
+ ]
2761
2899
  }
2762
2900
  ],
2763
2901
  "properties": [
@@ -3215,7 +3353,13 @@
3215
3353
  "parameterCount": 2,
3216
3354
  "declaringClrType": "System.Numerics.IFloatingPoint\u00601",
3217
3355
  "declaringAssemblyName": "System.Private.CoreLib",
3218
- "isExtensionMethod": false
3356
+ "isExtensionMethod": false,
3357
+ "parameterModifiers": [
3358
+ {
3359
+ "index": 1,
3360
+ "modifier": "out"
3361
+ }
3362
+ ]
3219
3363
  },
3220
3364
  {
3221
3365
  "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::WriteExponentBigEndian(System.Byte[]):System.Int32",
@@ -3355,7 +3499,13 @@
3355
3499
  "parameterCount": 4,
3356
3500
  "declaringClrType": "System.Numerics.INumberBase\u00601",
3357
3501
  "declaringAssemblyName": "System.Private.CoreLib",
3358
- "isExtensionMethod": false
3502
+ "isExtensionMethod": false,
3503
+ "parameterModifiers": [
3504
+ {
3505
+ "index": 3,
3506
+ "modifier": "out"
3507
+ }
3508
+ ]
3359
3509
  },
3360
3510
  {
3361
3511
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::TryParse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Globalization.NumberStyles,System.IFormatProvider,TSelf\u0026):System.Boolean",
@@ -3369,7 +3519,13 @@
3369
3519
  "parameterCount": 4,
3370
3520
  "declaringClrType": "System.Numerics.INumberBase\u00601",
3371
3521
  "declaringAssemblyName": "System.Private.CoreLib",
3372
- "isExtensionMethod": false
3522
+ "isExtensionMethod": false,
3523
+ "parameterModifiers": [
3524
+ {
3525
+ "index": 3,
3526
+ "modifier": "out"
3527
+ }
3528
+ ]
3373
3529
  },
3374
3530
  {
3375
3531
  "stableId": "System.Private.CoreLib:System.ISpanFormattable::TryFormat(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):System.Boolean",
@@ -3383,7 +3539,13 @@
3383
3539
  "parameterCount": 4,
3384
3540
  "declaringClrType": "System.ISpanFormattable",
3385
3541
  "declaringAssemblyName": "System.Private.CoreLib",
3386
- "isExtensionMethod": false
3542
+ "isExtensionMethod": false,
3543
+ "parameterModifiers": [
3544
+ {
3545
+ "index": 1,
3546
+ "modifier": "out"
3547
+ }
3548
+ ]
3387
3549
  },
3388
3550
  {
3389
3551
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -3425,7 +3587,13 @@
3425
3587
  "parameterCount": 3,
3426
3588
  "declaringClrType": "System.ISpanParsable\u00601",
3427
3589
  "declaringAssemblyName": "System.Private.CoreLib",
3428
- "isExtensionMethod": false
3590
+ "isExtensionMethod": false,
3591
+ "parameterModifiers": [
3592
+ {
3593
+ "index": 2,
3594
+ "modifier": "out"
3595
+ }
3596
+ ]
3429
3597
  },
3430
3598
  {
3431
3599
  "stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
@@ -3453,7 +3621,13 @@
3453
3621
  "parameterCount": 3,
3454
3622
  "declaringClrType": "System.IParsable\u00601",
3455
3623
  "declaringAssemblyName": "System.Private.CoreLib",
3456
- "isExtensionMethod": false
3624
+ "isExtensionMethod": false,
3625
+ "parameterModifiers": [
3626
+ {
3627
+ "index": 2,
3628
+ "modifier": "out"
3629
+ }
3630
+ ]
3457
3631
  },
3458
3632
  {
3459
3633
  "stableId": "System.Private.CoreLib:System.Numerics.INumber\u00601::Sign(TSelf):System.Int32",
@@ -4087,7 +4261,13 @@
4087
4261
  "parameterCount": 4,
4088
4262
  "declaringClrType": "System.Numerics.INumberBase\u00601",
4089
4263
  "declaringAssemblyName": "System.Private.CoreLib",
4090
- "isExtensionMethod": false
4264
+ "isExtensionMethod": false,
4265
+ "parameterModifiers": [
4266
+ {
4267
+ "index": 3,
4268
+ "modifier": "out"
4269
+ }
4270
+ ]
4091
4271
  },
4092
4272
  {
4093
4273
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::TryParse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Globalization.NumberStyles,System.IFormatProvider,TSelf\u0026):System.Boolean",
@@ -4101,7 +4281,13 @@
4101
4281
  "parameterCount": 4,
4102
4282
  "declaringClrType": "System.Numerics.INumberBase\u00601",
4103
4283
  "declaringAssemblyName": "System.Private.CoreLib",
4104
- "isExtensionMethod": false
4284
+ "isExtensionMethod": false,
4285
+ "parameterModifiers": [
4286
+ {
4287
+ "index": 3,
4288
+ "modifier": "out"
4289
+ }
4290
+ ]
4105
4291
  },
4106
4292
  {
4107
4293
  "stableId": "System.Private.CoreLib:System.ISpanFormattable::TryFormat(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):System.Boolean",
@@ -4115,7 +4301,13 @@
4115
4301
  "parameterCount": 4,
4116
4302
  "declaringClrType": "System.ISpanFormattable",
4117
4303
  "declaringAssemblyName": "System.Private.CoreLib",
4118
- "isExtensionMethod": false
4304
+ "isExtensionMethod": false,
4305
+ "parameterModifiers": [
4306
+ {
4307
+ "index": 1,
4308
+ "modifier": "out"
4309
+ }
4310
+ ]
4119
4311
  },
4120
4312
  {
4121
4313
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -4157,7 +4349,13 @@
4157
4349
  "parameterCount": 3,
4158
4350
  "declaringClrType": "System.ISpanParsable\u00601",
4159
4351
  "declaringAssemblyName": "System.Private.CoreLib",
4160
- "isExtensionMethod": false
4352
+ "isExtensionMethod": false,
4353
+ "parameterModifiers": [
4354
+ {
4355
+ "index": 2,
4356
+ "modifier": "out"
4357
+ }
4358
+ ]
4161
4359
  },
4162
4360
  {
4163
4361
  "stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
@@ -4185,7 +4383,13 @@
4185
4383
  "parameterCount": 3,
4186
4384
  "declaringClrType": "System.IParsable\u00601",
4187
4385
  "declaringAssemblyName": "System.Private.CoreLib",
4188
- "isExtensionMethod": false
4386
+ "isExtensionMethod": false,
4387
+ "parameterModifiers": [
4388
+ {
4389
+ "index": 2,
4390
+ "modifier": "out"
4391
+ }
4392
+ ]
4189
4393
  }
4190
4394
  ],
4191
4395
  "properties": [
@@ -4685,7 +4889,13 @@
4685
4889
  "parameterCount": 4,
4686
4890
  "declaringClrType": "System.Numerics.INumberBase\u00601",
4687
4891
  "declaringAssemblyName": "System.Private.CoreLib",
4688
- "isExtensionMethod": false
4892
+ "isExtensionMethod": false,
4893
+ "parameterModifiers": [
4894
+ {
4895
+ "index": 3,
4896
+ "modifier": "out"
4897
+ }
4898
+ ]
4689
4899
  },
4690
4900
  {
4691
4901
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::TryParse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Globalization.NumberStyles,System.IFormatProvider,TSelf\u0026):System.Boolean",
@@ -4699,7 +4909,13 @@
4699
4909
  "parameterCount": 4,
4700
4910
  "declaringClrType": "System.Numerics.INumberBase\u00601",
4701
4911
  "declaringAssemblyName": "System.Private.CoreLib",
4702
- "isExtensionMethod": false
4912
+ "isExtensionMethod": false,
4913
+ "parameterModifiers": [
4914
+ {
4915
+ "index": 3,
4916
+ "modifier": "out"
4917
+ }
4918
+ ]
4703
4919
  },
4704
4920
  {
4705
4921
  "stableId": "System.Private.CoreLib:System.ISpanFormattable::TryFormat(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):System.Boolean",
@@ -4713,7 +4929,13 @@
4713
4929
  "parameterCount": 4,
4714
4930
  "declaringClrType": "System.ISpanFormattable",
4715
4931
  "declaringAssemblyName": "System.Private.CoreLib",
4716
- "isExtensionMethod": false
4932
+ "isExtensionMethod": false,
4933
+ "parameterModifiers": [
4934
+ {
4935
+ "index": 1,
4936
+ "modifier": "out"
4937
+ }
4938
+ ]
4717
4939
  },
4718
4940
  {
4719
4941
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -4755,7 +4977,13 @@
4755
4977
  "parameterCount": 3,
4756
4978
  "declaringClrType": "System.ISpanParsable\u00601",
4757
4979
  "declaringAssemblyName": "System.Private.CoreLib",
4758
- "isExtensionMethod": false
4980
+ "isExtensionMethod": false,
4981
+ "parameterModifiers": [
4982
+ {
4983
+ "index": 2,
4984
+ "modifier": "out"
4985
+ }
4986
+ ]
4759
4987
  },
4760
4988
  {
4761
4989
  "stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
@@ -4783,7 +5011,13 @@
4783
5011
  "parameterCount": 3,
4784
5012
  "declaringClrType": "System.IParsable\u00601",
4785
5013
  "declaringAssemblyName": "System.Private.CoreLib",
4786
- "isExtensionMethod": false
5014
+ "isExtensionMethod": false,
5015
+ "parameterModifiers": [
5016
+ {
5017
+ "index": 2,
5018
+ "modifier": "out"
5019
+ }
5020
+ ]
4787
5021
  },
4788
5022
  {
4789
5023
  "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::ConvertToInteger(TSelf):TInteger",
@@ -4853,7 +5087,13 @@
4853
5087
  "parameterCount": 2,
4854
5088
  "declaringClrType": "System.Numerics.IFloatingPoint\u00601",
4855
5089
  "declaringAssemblyName": "System.Private.CoreLib",
4856
- "isExtensionMethod": false
5090
+ "isExtensionMethod": false,
5091
+ "parameterModifiers": [
5092
+ {
5093
+ "index": 1,
5094
+ "modifier": "out"
5095
+ }
5096
+ ]
4857
5097
  },
4858
5098
  {
4859
5099
  "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::WriteExponentBigEndian(System.Byte[]):System.Int32",
@@ -5659,7 +5899,13 @@
5659
5899
  "parameterCount": 4,
5660
5900
  "declaringClrType": "System.Numerics.INumberBase\u00601",
5661
5901
  "declaringAssemblyName": "System.Private.CoreLib",
5662
- "isExtensionMethod": false
5902
+ "isExtensionMethod": false,
5903
+ "parameterModifiers": [
5904
+ {
5905
+ "index": 3,
5906
+ "modifier": "out"
5907
+ }
5908
+ ]
5663
5909
  },
5664
5910
  {
5665
5911
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::TryParse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Globalization.NumberStyles,System.IFormatProvider,TSelf\u0026):System.Boolean",
@@ -5673,7 +5919,13 @@
5673
5919
  "parameterCount": 4,
5674
5920
  "declaringClrType": "System.Numerics.INumberBase\u00601",
5675
5921
  "declaringAssemblyName": "System.Private.CoreLib",
5676
- "isExtensionMethod": false
5922
+ "isExtensionMethod": false,
5923
+ "parameterModifiers": [
5924
+ {
5925
+ "index": 3,
5926
+ "modifier": "out"
5927
+ }
5928
+ ]
5677
5929
  },
5678
5930
  {
5679
5931
  "stableId": "System.Private.CoreLib:System.ISpanFormattable::TryFormat(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):System.Boolean",
@@ -5687,7 +5939,13 @@
5687
5939
  "parameterCount": 4,
5688
5940
  "declaringClrType": "System.ISpanFormattable",
5689
5941
  "declaringAssemblyName": "System.Private.CoreLib",
5690
- "isExtensionMethod": false
5942
+ "isExtensionMethod": false,
5943
+ "parameterModifiers": [
5944
+ {
5945
+ "index": 1,
5946
+ "modifier": "out"
5947
+ }
5948
+ ]
5691
5949
  },
5692
5950
  {
5693
5951
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -5729,7 +5987,13 @@
5729
5987
  "parameterCount": 3,
5730
5988
  "declaringClrType": "System.ISpanParsable\u00601",
5731
5989
  "declaringAssemblyName": "System.Private.CoreLib",
5732
- "isExtensionMethod": false
5990
+ "isExtensionMethod": false,
5991
+ "parameterModifiers": [
5992
+ {
5993
+ "index": 2,
5994
+ "modifier": "out"
5995
+ }
5996
+ ]
5733
5997
  },
5734
5998
  {
5735
5999
  "stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
@@ -5757,7 +6021,13 @@
5757
6021
  "parameterCount": 3,
5758
6022
  "declaringClrType": "System.IParsable\u00601",
5759
6023
  "declaringAssemblyName": "System.Private.CoreLib",
5760
- "isExtensionMethod": false
6024
+ "isExtensionMethod": false,
6025
+ "parameterModifiers": [
6026
+ {
6027
+ "index": 2,
6028
+ "modifier": "out"
6029
+ }
6030
+ ]
5761
6031
  }
5762
6032
  ],
5763
6033
  "properties": [
@@ -6241,7 +6511,13 @@
6241
6511
  "parameterCount": 4,
6242
6512
  "declaringClrType": "System.Numerics.INumberBase\u00601",
6243
6513
  "declaringAssemblyName": "System.Private.CoreLib",
6244
- "isExtensionMethod": false
6514
+ "isExtensionMethod": false,
6515
+ "parameterModifiers": [
6516
+ {
6517
+ "index": 3,
6518
+ "modifier": "out"
6519
+ }
6520
+ ]
6245
6521
  },
6246
6522
  {
6247
6523
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::TryParse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Globalization.NumberStyles,System.IFormatProvider,TSelf\u0026):System.Boolean",
@@ -6255,7 +6531,13 @@
6255
6531
  "parameterCount": 4,
6256
6532
  "declaringClrType": "System.Numerics.INumberBase\u00601",
6257
6533
  "declaringAssemblyName": "System.Private.CoreLib",
6258
- "isExtensionMethod": false
6534
+ "isExtensionMethod": false,
6535
+ "parameterModifiers": [
6536
+ {
6537
+ "index": 3,
6538
+ "modifier": "out"
6539
+ }
6540
+ ]
6259
6541
  },
6260
6542
  {
6261
6543
  "stableId": "System.Private.CoreLib:System.ISpanFormattable::TryFormat(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):System.Boolean",
@@ -6269,7 +6551,13 @@
6269
6551
  "parameterCount": 4,
6270
6552
  "declaringClrType": "System.ISpanFormattable",
6271
6553
  "declaringAssemblyName": "System.Private.CoreLib",
6272
- "isExtensionMethod": false
6554
+ "isExtensionMethod": false,
6555
+ "parameterModifiers": [
6556
+ {
6557
+ "index": 1,
6558
+ "modifier": "out"
6559
+ }
6560
+ ]
6273
6561
  },
6274
6562
  {
6275
6563
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -6311,7 +6599,13 @@
6311
6599
  "parameterCount": 3,
6312
6600
  "declaringClrType": "System.ISpanParsable\u00601",
6313
6601
  "declaringAssemblyName": "System.Private.CoreLib",
6314
- "isExtensionMethod": false
6602
+ "isExtensionMethod": false,
6603
+ "parameterModifiers": [
6604
+ {
6605
+ "index": 2,
6606
+ "modifier": "out"
6607
+ }
6608
+ ]
6315
6609
  },
6316
6610
  {
6317
6611
  "stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
@@ -6339,7 +6633,13 @@
6339
6633
  "parameterCount": 3,
6340
6634
  "declaringClrType": "System.IParsable\u00601",
6341
6635
  "declaringAssemblyName": "System.Private.CoreLib",
6342
- "isExtensionMethod": false
6636
+ "isExtensionMethod": false,
6637
+ "parameterModifiers": [
6638
+ {
6639
+ "index": 2,
6640
+ "modifier": "out"
6641
+ }
6642
+ ]
6343
6643
  }
6344
6644
  ],
6345
6645
  "properties": [
@@ -6965,7 +7265,13 @@
6965
7265
  "parameterCount": 4,
6966
7266
  "declaringClrType": "System.Numerics.INumberBase\u00601",
6967
7267
  "declaringAssemblyName": "System.Private.CoreLib",
6968
- "isExtensionMethod": false
7268
+ "isExtensionMethod": false,
7269
+ "parameterModifiers": [
7270
+ {
7271
+ "index": 3,
7272
+ "modifier": "out"
7273
+ }
7274
+ ]
6969
7275
  },
6970
7276
  {
6971
7277
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::TryParse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Globalization.NumberStyles,System.IFormatProvider,TSelf\u0026):System.Boolean",
@@ -6979,7 +7285,13 @@
6979
7285
  "parameterCount": 4,
6980
7286
  "declaringClrType": "System.Numerics.INumberBase\u00601",
6981
7287
  "declaringAssemblyName": "System.Private.CoreLib",
6982
- "isExtensionMethod": false
7288
+ "isExtensionMethod": false,
7289
+ "parameterModifiers": [
7290
+ {
7291
+ "index": 3,
7292
+ "modifier": "out"
7293
+ }
7294
+ ]
6983
7295
  },
6984
7296
  {
6985
7297
  "stableId": "System.Private.CoreLib:System.ISpanFormattable::TryFormat(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):System.Boolean",
@@ -6993,7 +7305,13 @@
6993
7305
  "parameterCount": 4,
6994
7306
  "declaringClrType": "System.ISpanFormattable",
6995
7307
  "declaringAssemblyName": "System.Private.CoreLib",
6996
- "isExtensionMethod": false
7308
+ "isExtensionMethod": false,
7309
+ "parameterModifiers": [
7310
+ {
7311
+ "index": 1,
7312
+ "modifier": "out"
7313
+ }
7314
+ ]
6997
7315
  },
6998
7316
  {
6999
7317
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -7035,7 +7353,13 @@
7035
7353
  "parameterCount": 3,
7036
7354
  "declaringClrType": "System.ISpanParsable\u00601",
7037
7355
  "declaringAssemblyName": "System.Private.CoreLib",
7038
- "isExtensionMethod": false
7356
+ "isExtensionMethod": false,
7357
+ "parameterModifiers": [
7358
+ {
7359
+ "index": 2,
7360
+ "modifier": "out"
7361
+ }
7362
+ ]
7039
7363
  },
7040
7364
  {
7041
7365
  "stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
@@ -7063,7 +7387,13 @@
7063
7387
  "parameterCount": 3,
7064
7388
  "declaringClrType": "System.IParsable\u00601",
7065
7389
  "declaringAssemblyName": "System.Private.CoreLib",
7066
- "isExtensionMethod": false
7390
+ "isExtensionMethod": false,
7391
+ "parameterModifiers": [
7392
+ {
7393
+ "index": 2,
7394
+ "modifier": "out"
7395
+ }
7396
+ ]
7067
7397
  }
7068
7398
  ],
7069
7399
  "properties": [
@@ -7483,7 +7813,13 @@
7483
7813
  "parameterCount": 4,
7484
7814
  "declaringClrType": "System.Numerics.INumberBase\u00601",
7485
7815
  "declaringAssemblyName": "System.Private.CoreLib",
7486
- "isExtensionMethod": false
7816
+ "isExtensionMethod": false,
7817
+ "parameterModifiers": [
7818
+ {
7819
+ "index": 3,
7820
+ "modifier": "out"
7821
+ }
7822
+ ]
7487
7823
  },
7488
7824
  {
7489
7825
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::TryParse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Globalization.NumberStyles,System.IFormatProvider,TSelf\u0026):System.Boolean",
@@ -7497,7 +7833,13 @@
7497
7833
  "parameterCount": 4,
7498
7834
  "declaringClrType": "System.Numerics.INumberBase\u00601",
7499
7835
  "declaringAssemblyName": "System.Private.CoreLib",
7500
- "isExtensionMethod": false
7836
+ "isExtensionMethod": false,
7837
+ "parameterModifiers": [
7838
+ {
7839
+ "index": 3,
7840
+ "modifier": "out"
7841
+ }
7842
+ ]
7501
7843
  },
7502
7844
  {
7503
7845
  "stableId": "System.Private.CoreLib:System.ISpanFormattable::TryFormat(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):System.Boolean",
@@ -7511,7 +7853,13 @@
7511
7853
  "parameterCount": 4,
7512
7854
  "declaringClrType": "System.ISpanFormattable",
7513
7855
  "declaringAssemblyName": "System.Private.CoreLib",
7514
- "isExtensionMethod": false
7856
+ "isExtensionMethod": false,
7857
+ "parameterModifiers": [
7858
+ {
7859
+ "index": 1,
7860
+ "modifier": "out"
7861
+ }
7862
+ ]
7515
7863
  },
7516
7864
  {
7517
7865
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -7553,7 +7901,13 @@
7553
7901
  "parameterCount": 3,
7554
7902
  "declaringClrType": "System.ISpanParsable\u00601",
7555
7903
  "declaringAssemblyName": "System.Private.CoreLib",
7556
- "isExtensionMethod": false
7904
+ "isExtensionMethod": false,
7905
+ "parameterModifiers": [
7906
+ {
7907
+ "index": 2,
7908
+ "modifier": "out"
7909
+ }
7910
+ ]
7557
7911
  },
7558
7912
  {
7559
7913
  "stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
@@ -7581,7 +7935,13 @@
7581
7935
  "parameterCount": 3,
7582
7936
  "declaringClrType": "System.IParsable\u00601",
7583
7937
  "declaringAssemblyName": "System.Private.CoreLib",
7584
- "isExtensionMethod": false
7938
+ "isExtensionMethod": false,
7939
+ "parameterModifiers": [
7940
+ {
7941
+ "index": 2,
7942
+ "modifier": "out"
7943
+ }
7944
+ ]
7585
7945
  }
7586
7946
  ],
7587
7947
  "properties": [
@@ -7981,7 +8341,13 @@
7981
8341
  "parameterCount": 4,
7982
8342
  "declaringClrType": "System.Numerics.INumberBase\u00601",
7983
8343
  "declaringAssemblyName": "System.Private.CoreLib",
7984
- "isExtensionMethod": false
8344
+ "isExtensionMethod": false,
8345
+ "parameterModifiers": [
8346
+ {
8347
+ "index": 3,
8348
+ "modifier": "out"
8349
+ }
8350
+ ]
7985
8351
  },
7986
8352
  {
7987
8353
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::TryParse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Globalization.NumberStyles,System.IFormatProvider,TSelf\u0026):System.Boolean",
@@ -7995,7 +8361,13 @@
7995
8361
  "parameterCount": 4,
7996
8362
  "declaringClrType": "System.Numerics.INumberBase\u00601",
7997
8363
  "declaringAssemblyName": "System.Private.CoreLib",
7998
- "isExtensionMethod": false
8364
+ "isExtensionMethod": false,
8365
+ "parameterModifiers": [
8366
+ {
8367
+ "index": 3,
8368
+ "modifier": "out"
8369
+ }
8370
+ ]
7999
8371
  },
8000
8372
  {
8001
8373
  "stableId": "System.Private.CoreLib:System.ISpanFormattable::TryFormat(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):System.Boolean",
@@ -8009,7 +8381,13 @@
8009
8381
  "parameterCount": 4,
8010
8382
  "declaringClrType": "System.ISpanFormattable",
8011
8383
  "declaringAssemblyName": "System.Private.CoreLib",
8012
- "isExtensionMethod": false
8384
+ "isExtensionMethod": false,
8385
+ "parameterModifiers": [
8386
+ {
8387
+ "index": 1,
8388
+ "modifier": "out"
8389
+ }
8390
+ ]
8013
8391
  },
8014
8392
  {
8015
8393
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -8051,7 +8429,13 @@
8051
8429
  "parameterCount": 3,
8052
8430
  "declaringClrType": "System.ISpanParsable\u00601",
8053
8431
  "declaringAssemblyName": "System.Private.CoreLib",
8054
- "isExtensionMethod": false
8432
+ "isExtensionMethod": false,
8433
+ "parameterModifiers": [
8434
+ {
8435
+ "index": 2,
8436
+ "modifier": "out"
8437
+ }
8438
+ ]
8055
8439
  },
8056
8440
  {
8057
8441
  "stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
@@ -8079,7 +8463,13 @@
8079
8463
  "parameterCount": 3,
8080
8464
  "declaringClrType": "System.IParsable\u00601",
8081
8465
  "declaringAssemblyName": "System.Private.CoreLib",
8082
- "isExtensionMethod": false
8466
+ "isExtensionMethod": false,
8467
+ "parameterModifiers": [
8468
+ {
8469
+ "index": 2,
8470
+ "modifier": "out"
8471
+ }
8472
+ ]
8083
8473
  }
8084
8474
  ],
8085
8475
  "properties": [
@@ -8493,7 +8883,13 @@
8493
8883
  "parameterCount": 4,
8494
8884
  "declaringClrType": "System.Numerics.INumberBase\u00601",
8495
8885
  "declaringAssemblyName": "System.Private.CoreLib",
8496
- "isExtensionMethod": false
8886
+ "isExtensionMethod": false,
8887
+ "parameterModifiers": [
8888
+ {
8889
+ "index": 3,
8890
+ "modifier": "out"
8891
+ }
8892
+ ]
8497
8893
  },
8498
8894
  {
8499
8895
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::TryParse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Globalization.NumberStyles,System.IFormatProvider,TSelf\u0026):System.Boolean",
@@ -8507,7 +8903,13 @@
8507
8903
  "parameterCount": 4,
8508
8904
  "declaringClrType": "System.Numerics.INumberBase\u00601",
8509
8905
  "declaringAssemblyName": "System.Private.CoreLib",
8510
- "isExtensionMethod": false
8906
+ "isExtensionMethod": false,
8907
+ "parameterModifiers": [
8908
+ {
8909
+ "index": 3,
8910
+ "modifier": "out"
8911
+ }
8912
+ ]
8511
8913
  },
8512
8914
  {
8513
8915
  "stableId": "System.Private.CoreLib:System.ISpanFormattable::TryFormat(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):System.Boolean",
@@ -8521,7 +8923,13 @@
8521
8923
  "parameterCount": 4,
8522
8924
  "declaringClrType": "System.ISpanFormattable",
8523
8925
  "declaringAssemblyName": "System.Private.CoreLib",
8524
- "isExtensionMethod": false
8926
+ "isExtensionMethod": false,
8927
+ "parameterModifiers": [
8928
+ {
8929
+ "index": 1,
8930
+ "modifier": "out"
8931
+ }
8932
+ ]
8525
8933
  },
8526
8934
  {
8527
8935
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -8563,7 +8971,13 @@
8563
8971
  "parameterCount": 3,
8564
8972
  "declaringClrType": "System.ISpanParsable\u00601",
8565
8973
  "declaringAssemblyName": "System.Private.CoreLib",
8566
- "isExtensionMethod": false
8974
+ "isExtensionMethod": false,
8975
+ "parameterModifiers": [
8976
+ {
8977
+ "index": 2,
8978
+ "modifier": "out"
8979
+ }
8980
+ ]
8567
8981
  },
8568
8982
  {
8569
8983
  "stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
@@ -8591,7 +9005,13 @@
8591
9005
  "parameterCount": 3,
8592
9006
  "declaringClrType": "System.IParsable\u00601",
8593
9007
  "declaringAssemblyName": "System.Private.CoreLib",
8594
- "isExtensionMethod": false
9008
+ "isExtensionMethod": false,
9009
+ "parameterModifiers": [
9010
+ {
9011
+ "index": 2,
9012
+ "modifier": "out"
9013
+ }
9014
+ ]
8595
9015
  }
8596
9016
  ],
8597
9017
  "properties": [
@@ -9085,7 +9505,13 @@
9085
9505
  "parameterCount": 4,
9086
9506
  "declaringClrType": "System.Numerics.INumberBase\u00601",
9087
9507
  "declaringAssemblyName": "System.Private.CoreLib",
9088
- "isExtensionMethod": false
9508
+ "isExtensionMethod": false,
9509
+ "parameterModifiers": [
9510
+ {
9511
+ "index": 3,
9512
+ "modifier": "out"
9513
+ }
9514
+ ]
9089
9515
  },
9090
9516
  {
9091
9517
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::TryParse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Globalization.NumberStyles,System.IFormatProvider,TSelf\u0026):System.Boolean",
@@ -9099,7 +9525,13 @@
9099
9525
  "parameterCount": 4,
9100
9526
  "declaringClrType": "System.Numerics.INumberBase\u00601",
9101
9527
  "declaringAssemblyName": "System.Private.CoreLib",
9102
- "isExtensionMethod": false
9528
+ "isExtensionMethod": false,
9529
+ "parameterModifiers": [
9530
+ {
9531
+ "index": 3,
9532
+ "modifier": "out"
9533
+ }
9534
+ ]
9103
9535
  },
9104
9536
  {
9105
9537
  "stableId": "System.Private.CoreLib:System.ISpanFormattable::TryFormat(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):System.Boolean",
@@ -9113,7 +9545,13 @@
9113
9545
  "parameterCount": 4,
9114
9546
  "declaringClrType": "System.ISpanFormattable",
9115
9547
  "declaringAssemblyName": "System.Private.CoreLib",
9116
- "isExtensionMethod": false
9548
+ "isExtensionMethod": false,
9549
+ "parameterModifiers": [
9550
+ {
9551
+ "index": 1,
9552
+ "modifier": "out"
9553
+ }
9554
+ ]
9117
9555
  },
9118
9556
  {
9119
9557
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -9155,7 +9593,13 @@
9155
9593
  "parameterCount": 3,
9156
9594
  "declaringClrType": "System.ISpanParsable\u00601",
9157
9595
  "declaringAssemblyName": "System.Private.CoreLib",
9158
- "isExtensionMethod": false
9596
+ "isExtensionMethod": false,
9597
+ "parameterModifiers": [
9598
+ {
9599
+ "index": 2,
9600
+ "modifier": "out"
9601
+ }
9602
+ ]
9159
9603
  },
9160
9604
  {
9161
9605
  "stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
@@ -9183,7 +9627,13 @@
9183
9627
  "parameterCount": 3,
9184
9628
  "declaringClrType": "System.IParsable\u00601",
9185
9629
  "declaringAssemblyName": "System.Private.CoreLib",
9186
- "isExtensionMethod": false
9630
+ "isExtensionMethod": false,
9631
+ "parameterModifiers": [
9632
+ {
9633
+ "index": 2,
9634
+ "modifier": "out"
9635
+ }
9636
+ ]
9187
9637
  }
9188
9638
  ],
9189
9639
  "properties": [
@@ -9633,7 +10083,13 @@
9633
10083
  "parameterCount": 4,
9634
10084
  "declaringClrType": "System.Numerics.INumberBase\u00601",
9635
10085
  "declaringAssemblyName": "System.Private.CoreLib",
9636
- "isExtensionMethod": false
10086
+ "isExtensionMethod": false,
10087
+ "parameterModifiers": [
10088
+ {
10089
+ "index": 3,
10090
+ "modifier": "out"
10091
+ }
10092
+ ]
9637
10093
  },
9638
10094
  {
9639
10095
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::TryParse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Globalization.NumberStyles,System.IFormatProvider,TSelf\u0026):System.Boolean",
@@ -9647,7 +10103,13 @@
9647
10103
  "parameterCount": 4,
9648
10104
  "declaringClrType": "System.Numerics.INumberBase\u00601",
9649
10105
  "declaringAssemblyName": "System.Private.CoreLib",
9650
- "isExtensionMethod": false
10106
+ "isExtensionMethod": false,
10107
+ "parameterModifiers": [
10108
+ {
10109
+ "index": 3,
10110
+ "modifier": "out"
10111
+ }
10112
+ ]
9651
10113
  },
9652
10114
  {
9653
10115
  "stableId": "System.Private.CoreLib:System.ISpanFormattable::TryFormat(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):System.Boolean",
@@ -9661,7 +10123,13 @@
9661
10123
  "parameterCount": 4,
9662
10124
  "declaringClrType": "System.ISpanFormattable",
9663
10125
  "declaringAssemblyName": "System.Private.CoreLib",
9664
- "isExtensionMethod": false
10126
+ "isExtensionMethod": false,
10127
+ "parameterModifiers": [
10128
+ {
10129
+ "index": 1,
10130
+ "modifier": "out"
10131
+ }
10132
+ ]
9665
10133
  },
9666
10134
  {
9667
10135
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -9703,7 +10171,13 @@
9703
10171
  "parameterCount": 3,
9704
10172
  "declaringClrType": "System.ISpanParsable\u00601",
9705
10173
  "declaringAssemblyName": "System.Private.CoreLib",
9706
- "isExtensionMethod": false
10174
+ "isExtensionMethod": false,
10175
+ "parameterModifiers": [
10176
+ {
10177
+ "index": 2,
10178
+ "modifier": "out"
10179
+ }
10180
+ ]
9707
10181
  },
9708
10182
  {
9709
10183
  "stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
@@ -9731,7 +10205,13 @@
9731
10205
  "parameterCount": 3,
9732
10206
  "declaringClrType": "System.IParsable\u00601",
9733
10207
  "declaringAssemblyName": "System.Private.CoreLib",
9734
- "isExtensionMethod": false
10208
+ "isExtensionMethod": false,
10209
+ "parameterModifiers": [
10210
+ {
10211
+ "index": 2,
10212
+ "modifier": "out"
10213
+ }
10214
+ ]
9735
10215
  }
9736
10216
  ],
9737
10217
  "properties": [
@@ -10237,7 +10717,13 @@
10237
10717
  "parameterCount": 4,
10238
10718
  "declaringClrType": "System.Numerics.INumberBase\u00601",
10239
10719
  "declaringAssemblyName": "System.Private.CoreLib",
10240
- "isExtensionMethod": false
10720
+ "isExtensionMethod": false,
10721
+ "parameterModifiers": [
10722
+ {
10723
+ "index": 3,
10724
+ "modifier": "out"
10725
+ }
10726
+ ]
10241
10727
  },
10242
10728
  {
10243
10729
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::TryParse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Globalization.NumberStyles,System.IFormatProvider,TSelf\u0026):System.Boolean",
@@ -10251,7 +10737,13 @@
10251
10737
  "parameterCount": 4,
10252
10738
  "declaringClrType": "System.Numerics.INumberBase\u00601",
10253
10739
  "declaringAssemblyName": "System.Private.CoreLib",
10254
- "isExtensionMethod": false
10740
+ "isExtensionMethod": false,
10741
+ "parameterModifiers": [
10742
+ {
10743
+ "index": 3,
10744
+ "modifier": "out"
10745
+ }
10746
+ ]
10255
10747
  },
10256
10748
  {
10257
10749
  "stableId": "System.Private.CoreLib:System.ISpanFormattable::TryFormat(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):System.Boolean",
@@ -10265,7 +10757,13 @@
10265
10757
  "parameterCount": 4,
10266
10758
  "declaringClrType": "System.ISpanFormattable",
10267
10759
  "declaringAssemblyName": "System.Private.CoreLib",
10268
- "isExtensionMethod": false
10760
+ "isExtensionMethod": false,
10761
+ "parameterModifiers": [
10762
+ {
10763
+ "index": 1,
10764
+ "modifier": "out"
10765
+ }
10766
+ ]
10269
10767
  },
10270
10768
  {
10271
10769
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -10307,7 +10805,13 @@
10307
10805
  "parameterCount": 3,
10308
10806
  "declaringClrType": "System.ISpanParsable\u00601",
10309
10807
  "declaringAssemblyName": "System.Private.CoreLib",
10310
- "isExtensionMethod": false
10808
+ "isExtensionMethod": false,
10809
+ "parameterModifiers": [
10810
+ {
10811
+ "index": 2,
10812
+ "modifier": "out"
10813
+ }
10814
+ ]
10311
10815
  },
10312
10816
  {
10313
10817
  "stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
@@ -10335,7 +10839,13 @@
10335
10839
  "parameterCount": 3,
10336
10840
  "declaringClrType": "System.IParsable\u00601",
10337
10841
  "declaringAssemblyName": "System.Private.CoreLib",
10338
- "isExtensionMethod": false
10842
+ "isExtensionMethod": false,
10843
+ "parameterModifiers": [
10844
+ {
10845
+ "index": 2,
10846
+ "modifier": "out"
10847
+ }
10848
+ ]
10339
10849
  }
10340
10850
  ],
10341
10851
  "properties": [
@@ -10693,7 +11203,13 @@
10693
11203
  "parameterCount": 2,
10694
11204
  "declaringClrType": "System.Numerics.BigInteger",
10695
11205
  "declaringAssemblyName": "System.Runtime.Numerics",
10696
- "isExtensionMethod": false
11206
+ "isExtensionMethod": false,
11207
+ "parameterModifiers": [
11208
+ {
11209
+ "index": 1,
11210
+ "modifier": "out"
11211
+ }
11212
+ ]
10697
11213
  },
10698
11214
  {
10699
11215
  "stableId": "System.Runtime.Numerics:System.Numerics.BigInteger::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Numerics.BigInteger\u0026):System.Boolean",
@@ -10707,7 +11223,13 @@
10707
11223
  "parameterCount": 4,
10708
11224
  "declaringClrType": "System.Numerics.BigInteger",
10709
11225
  "declaringAssemblyName": "System.Runtime.Numerics",
10710
- "isExtensionMethod": false
11226
+ "isExtensionMethod": false,
11227
+ "parameterModifiers": [
11228
+ {
11229
+ "index": 3,
11230
+ "modifier": "out"
11231
+ }
11232
+ ]
10711
11233
  },
10712
11234
  {
10713
11235
  "stableId": "System.Runtime.Numerics:System.Numerics.BigInteger::Parse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Globalization.NumberStyles,System.IFormatProvider):System.Numerics.BigInteger",
@@ -10735,7 +11257,13 @@
10735
11257
  "parameterCount": 2,
10736
11258
  "declaringClrType": "System.Numerics.BigInteger",
10737
11259
  "declaringAssemblyName": "System.Runtime.Numerics",
10738
- "isExtensionMethod": false
11260
+ "isExtensionMethod": false,
11261
+ "parameterModifiers": [
11262
+ {
11263
+ "index": 1,
11264
+ "modifier": "out"
11265
+ }
11266
+ ]
10739
11267
  },
10740
11268
  {
10741
11269
  "stableId": "System.Runtime.Numerics:System.Numerics.BigInteger::TryParse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Globalization.NumberStyles,System.IFormatProvider,System.Numerics.BigInteger\u0026):System.Boolean",
@@ -10749,7 +11277,13 @@
10749
11277
  "parameterCount": 4,
10750
11278
  "declaringClrType": "System.Numerics.BigInteger",
10751
11279
  "declaringAssemblyName": "System.Runtime.Numerics",
10752
- "isExtensionMethod": false
11280
+ "isExtensionMethod": false,
11281
+ "parameterModifiers": [
11282
+ {
11283
+ "index": 3,
11284
+ "modifier": "out"
11285
+ }
11286
+ ]
10753
11287
  },
10754
11288
  {
10755
11289
  "stableId": "System.Runtime.Numerics:System.Numerics.BigInteger::Compare(System.Numerics.BigInteger,System.Numerics.BigInteger):System.Int32",
@@ -10861,7 +11395,13 @@
10861
11395
  "parameterCount": 3,
10862
11396
  "declaringClrType": "System.Numerics.BigInteger",
10863
11397
  "declaringAssemblyName": "System.Runtime.Numerics",
10864
- "isExtensionMethod": false
11398
+ "isExtensionMethod": false,
11399
+ "parameterModifiers": [
11400
+ {
11401
+ "index": 2,
11402
+ "modifier": "out"
11403
+ }
11404
+ ]
10865
11405
  },
10866
11406
  {
10867
11407
  "stableId": "System.Runtime.Numerics:System.Numerics.BigInteger::Negate(System.Numerics.BigInteger):System.Numerics.BigInteger",
@@ -11155,7 +11695,13 @@
11155
11695
  "parameterCount": 4,
11156
11696
  "declaringClrType": "System.Numerics.BigInteger",
11157
11697
  "declaringAssemblyName": "System.Runtime.Numerics",
11158
- "isExtensionMethod": false
11698
+ "isExtensionMethod": false,
11699
+ "parameterModifiers": [
11700
+ {
11701
+ "index": 1,
11702
+ "modifier": "out"
11703
+ }
11704
+ ]
11159
11705
  },
11160
11706
  {
11161
11707
  "stableId": "System.Runtime.Numerics:System.Numerics.BigInteger::GetByteCount(System.Boolean):System.Int32",
@@ -11239,7 +11785,13 @@
11239
11785
  "parameterCount": 4,
11240
11786
  "declaringClrType": "System.Numerics.BigInteger",
11241
11787
  "declaringAssemblyName": "System.Runtime.Numerics",
11242
- "isExtensionMethod": false
11788
+ "isExtensionMethod": false,
11789
+ "parameterModifiers": [
11790
+ {
11791
+ "index": 1,
11792
+ "modifier": "out"
11793
+ }
11794
+ ]
11243
11795
  },
11244
11796
  {
11245
11797
  "stableId": "System.Runtime.Numerics:System.Numerics.BigInteger::GetBitLength():System.Int64",
@@ -11533,7 +12085,13 @@
11533
12085
  "parameterCount": 3,
11534
12086
  "declaringClrType": "System.Numerics.BigInteger",
11535
12087
  "declaringAssemblyName": "System.Runtime.Numerics",
11536
- "isExtensionMethod": false
12088
+ "isExtensionMethod": false,
12089
+ "parameterModifiers": [
12090
+ {
12091
+ "index": 2,
12092
+ "modifier": "out"
12093
+ }
12094
+ ]
11537
12095
  },
11538
12096
  {
11539
12097
  "stableId": "System.Runtime.Numerics:System.Numerics.BigInteger::Parse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):System.Numerics.BigInteger",
@@ -11561,7 +12119,13 @@
11561
12119
  "parameterCount": 3,
11562
12120
  "declaringClrType": "System.Numerics.BigInteger",
11563
12121
  "declaringAssemblyName": "System.Runtime.Numerics",
11564
- "isExtensionMethod": false
12122
+ "isExtensionMethod": false,
12123
+ "parameterModifiers": [
12124
+ {
12125
+ "index": 2,
12126
+ "modifier": "out"
12127
+ }
12128
+ ]
11565
12129
  },
11566
12130
  {
11567
12131
  "stableId": "System.Private.CoreLib:System.IComparable\u00601::CompareTo(T):System.Int32",
@@ -11687,7 +12251,13 @@
11687
12251
  "parameterCount": 3,
11688
12252
  "declaringClrType": "System.Numerics.IBinaryInteger\u00601",
11689
12253
  "declaringAssemblyName": "System.Private.CoreLib",
11690
- "isExtensionMethod": false
12254
+ "isExtensionMethod": false,
12255
+ "parameterModifiers": [
12256
+ {
12257
+ "index": 2,
12258
+ "modifier": "out"
12259
+ }
12260
+ ]
11691
12261
  },
11692
12262
  {
11693
12263
  "stableId": "System.Private.CoreLib:System.Numerics.IBinaryInteger\u00601::GetByteCount():System.Int32",
@@ -11715,7 +12285,13 @@
11715
12285
  "parameterCount": 2,
11716
12286
  "declaringClrType": "System.Numerics.IBinaryInteger\u00601",
11717
12287
  "declaringAssemblyName": "System.Private.CoreLib",
11718
- "isExtensionMethod": false
12288
+ "isExtensionMethod": false,
12289
+ "parameterModifiers": [
12290
+ {
12291
+ "index": 1,
12292
+ "modifier": "out"
12293
+ }
12294
+ ]
11719
12295
  },
11720
12296
  {
11721
12297
  "stableId": "System.Private.CoreLib:System.Numerics.IBinaryInteger\u00601::WriteBigEndian(System.Byte[]):System.Int32",
@@ -11785,7 +12361,13 @@
11785
12361
  "parameterCount": 3,
11786
12362
  "declaringClrType": "System.IParsable\u00601",
11787
12363
  "declaringAssemblyName": "System.Private.CoreLib",
11788
- "isExtensionMethod": false
12364
+ "isExtensionMethod": false,
12365
+ "parameterModifiers": [
12366
+ {
12367
+ "index": 2,
12368
+ "modifier": "out"
12369
+ }
12370
+ ]
11789
12371
  },
11790
12372
  {
11791
12373
  "stableId": "System.Private.CoreLib:System.ISpanParsable\u00601::Parse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):TSelf",
@@ -11813,7 +12395,13 @@
11813
12395
  "parameterCount": 3,
11814
12396
  "declaringClrType": "System.ISpanParsable\u00601",
11815
12397
  "declaringAssemblyName": "System.Private.CoreLib",
11816
- "isExtensionMethod": false
12398
+ "isExtensionMethod": false,
12399
+ "parameterModifiers": [
12400
+ {
12401
+ "index": 2,
12402
+ "modifier": "out"
12403
+ }
12404
+ ]
11817
12405
  },
11818
12406
  {
11819
12407
  "stableId": "System.Private.CoreLib:System.Numerics.IBinaryNumber\u00601::IsPow2(TSelf):System.Boolean",
@@ -11925,7 +12513,13 @@
11925
12513
  "parameterCount": 4,
11926
12514
  "declaringClrType": "System.Numerics.INumberBase\u00601",
11927
12515
  "declaringAssemblyName": "System.Private.CoreLib",
11928
- "isExtensionMethod": false
12516
+ "isExtensionMethod": false,
12517
+ "parameterModifiers": [
12518
+ {
12519
+ "index": 3,
12520
+ "modifier": "out"
12521
+ }
12522
+ ]
11929
12523
  },
11930
12524
  {
11931
12525
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::TryParse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Globalization.NumberStyles,System.IFormatProvider,TSelf\u0026):System.Boolean",
@@ -11939,7 +12533,13 @@
11939
12533
  "parameterCount": 4,
11940
12534
  "declaringClrType": "System.Numerics.INumberBase\u00601",
11941
12535
  "declaringAssemblyName": "System.Private.CoreLib",
11942
- "isExtensionMethod": false
12536
+ "isExtensionMethod": false,
12537
+ "parameterModifiers": [
12538
+ {
12539
+ "index": 3,
12540
+ "modifier": "out"
12541
+ }
12542
+ ]
11943
12543
  },
11944
12544
  {
11945
12545
  "stableId": "System.Private.CoreLib:System.IUtf8SpanFormattable::TryFormat(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):System.Boolean",
@@ -11953,7 +12553,13 @@
11953
12553
  "parameterCount": 4,
11954
12554
  "declaringClrType": "System.IUtf8SpanFormattable",
11955
12555
  "declaringAssemblyName": "System.Private.CoreLib",
11956
- "isExtensionMethod": false
12556
+ "isExtensionMethod": false,
12557
+ "parameterModifiers": [
12558
+ {
12559
+ "index": 1,
12560
+ "modifier": "out"
12561
+ }
12562
+ ]
11957
12563
  },
11958
12564
  {
11959
12565
  "stableId": "System.Private.CoreLib:System.ISpanFormattable::TryFormat(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):System.Boolean",
@@ -11967,7 +12573,13 @@
11967
12573
  "parameterCount": 4,
11968
12574
  "declaringClrType": "System.ISpanFormattable",
11969
12575
  "declaringAssemblyName": "System.Private.CoreLib",
11970
- "isExtensionMethod": false
12576
+ "isExtensionMethod": false,
12577
+ "parameterModifiers": [
12578
+ {
12579
+ "index": 1,
12580
+ "modifier": "out"
12581
+ }
12582
+ ]
11971
12583
  },
11972
12584
  {
11973
12585
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -12093,7 +12705,13 @@
12093
12705
  "parameterCount": 3,
12094
12706
  "declaringClrType": "System.IUtf8SpanParsable\u00601",
12095
12707
  "declaringAssemblyName": "System.Private.CoreLib",
12096
- "isExtensionMethod": false
12708
+ "isExtensionMethod": false,
12709
+ "parameterModifiers": [
12710
+ {
12711
+ "index": 2,
12712
+ "modifier": "out"
12713
+ }
12714
+ ]
12097
12715
  }
12098
12716
  ],
12099
12717
  "properties": [
@@ -14607,7 +15225,13 @@
14607
15225
  "parameterCount": 4,
14608
15226
  "declaringClrType": "System.Numerics.Complex",
14609
15227
  "declaringAssemblyName": "System.Runtime.Numerics",
14610
- "isExtensionMethod": false
15228
+ "isExtensionMethod": false,
15229
+ "parameterModifiers": [
15230
+ {
15231
+ "index": 3,
15232
+ "modifier": "out"
15233
+ }
15234
+ ]
14611
15235
  },
14612
15236
  {
14613
15237
  "stableId": "System.Runtime.Numerics:System.Numerics.Complex::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Numerics.Complex\u0026):System.Boolean",
@@ -14621,7 +15245,13 @@
14621
15245
  "parameterCount": 4,
14622
15246
  "declaringClrType": "System.Numerics.Complex",
14623
15247
  "declaringAssemblyName": "System.Runtime.Numerics",
14624
- "isExtensionMethod": false
15248
+ "isExtensionMethod": false,
15249
+ "parameterModifiers": [
15250
+ {
15251
+ "index": 3,
15252
+ "modifier": "out"
15253
+ }
15254
+ ]
14625
15255
  },
14626
15256
  {
14627
15257
  "stableId": "System.Runtime.Numerics:System.Numerics.Complex::Parse(System.String,System.IFormatProvider):System.Numerics.Complex",
@@ -14649,7 +15279,13 @@
14649
15279
  "parameterCount": 3,
14650
15280
  "declaringClrType": "System.Numerics.Complex",
14651
15281
  "declaringAssemblyName": "System.Runtime.Numerics",
14652
- "isExtensionMethod": false
15282
+ "isExtensionMethod": false,
15283
+ "parameterModifiers": [
15284
+ {
15285
+ "index": 2,
15286
+ "modifier": "out"
15287
+ }
15288
+ ]
14653
15289
  },
14654
15290
  {
14655
15291
  "stableId": "System.Runtime.Numerics:System.Numerics.Complex::TryFormat(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):System.Boolean",
@@ -14663,7 +15299,13 @@
14663
15299
  "parameterCount": 4,
14664
15300
  "declaringClrType": "System.Numerics.Complex",
14665
15301
  "declaringAssemblyName": "System.Runtime.Numerics",
14666
- "isExtensionMethod": false
15302
+ "isExtensionMethod": false,
15303
+ "parameterModifiers": [
15304
+ {
15305
+ "index": 1,
15306
+ "modifier": "out"
15307
+ }
15308
+ ]
14667
15309
  },
14668
15310
  {
14669
15311
  "stableId": "System.Runtime.Numerics:System.Numerics.Complex::TryFormat(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):System.Boolean",
@@ -14677,7 +15319,13 @@
14677
15319
  "parameterCount": 4,
14678
15320
  "declaringClrType": "System.Numerics.Complex",
14679
15321
  "declaringAssemblyName": "System.Runtime.Numerics",
14680
- "isExtensionMethod": false
15322
+ "isExtensionMethod": false,
15323
+ "parameterModifiers": [
15324
+ {
15325
+ "index": 1,
15326
+ "modifier": "out"
15327
+ }
15328
+ ]
14681
15329
  },
14682
15330
  {
14683
15331
  "stableId": "System.Runtime.Numerics:System.Numerics.Complex::Parse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):System.Numerics.Complex",
@@ -14705,7 +15353,13 @@
14705
15353
  "parameterCount": 3,
14706
15354
  "declaringClrType": "System.Numerics.Complex",
14707
15355
  "declaringAssemblyName": "System.Runtime.Numerics",
14708
- "isExtensionMethod": false
15356
+ "isExtensionMethod": false,
15357
+ "parameterModifiers": [
15358
+ {
15359
+ "index": 2,
15360
+ "modifier": "out"
15361
+ }
15362
+ ]
14709
15363
  },
14710
15364
  {
14711
15365
  "stableId": "System.Private.CoreLib:System.IEquatable\u00601::Equals(T):System.Boolean",
@@ -14831,7 +15485,13 @@
14831
15485
  "parameterCount": 4,
14832
15486
  "declaringClrType": "System.Numerics.INumberBase\u00601",
14833
15487
  "declaringAssemblyName": "System.Private.CoreLib",
14834
- "isExtensionMethod": false
15488
+ "isExtensionMethod": false,
15489
+ "parameterModifiers": [
15490
+ {
15491
+ "index": 3,
15492
+ "modifier": "out"
15493
+ }
15494
+ ]
14835
15495
  },
14836
15496
  {
14837
15497
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::TryParse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Globalization.NumberStyles,System.IFormatProvider,TSelf\u0026):System.Boolean",
@@ -14845,7 +15505,13 @@
14845
15505
  "parameterCount": 4,
14846
15506
  "declaringClrType": "System.Numerics.INumberBase\u00601",
14847
15507
  "declaringAssemblyName": "System.Private.CoreLib",
14848
- "isExtensionMethod": false
15508
+ "isExtensionMethod": false,
15509
+ "parameterModifiers": [
15510
+ {
15511
+ "index": 3,
15512
+ "modifier": "out"
15513
+ }
15514
+ ]
14849
15515
  },
14850
15516
  {
14851
15517
  "stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
@@ -14873,7 +15539,13 @@
14873
15539
  "parameterCount": 3,
14874
15540
  "declaringClrType": "System.IParsable\u00601",
14875
15541
  "declaringAssemblyName": "System.Private.CoreLib",
14876
- "isExtensionMethod": false
15542
+ "isExtensionMethod": false,
15543
+ "parameterModifiers": [
15544
+ {
15545
+ "index": 2,
15546
+ "modifier": "out"
15547
+ }
15548
+ ]
14877
15549
  },
14878
15550
  {
14879
15551
  "stableId": "System.Private.CoreLib:System.ISpanParsable\u00601::Parse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):TSelf",
@@ -14901,7 +15573,13 @@
14901
15573
  "parameterCount": 3,
14902
15574
  "declaringClrType": "System.ISpanParsable\u00601",
14903
15575
  "declaringAssemblyName": "System.Private.CoreLib",
14904
- "isExtensionMethod": false
15576
+ "isExtensionMethod": false,
15577
+ "parameterModifiers": [
15578
+ {
15579
+ "index": 2,
15580
+ "modifier": "out"
15581
+ }
15582
+ ]
14905
15583
  },
14906
15584
  {
14907
15585
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -14929,7 +15607,13 @@
14929
15607
  "parameterCount": 4,
14930
15608
  "declaringClrType": "System.ISpanFormattable",
14931
15609
  "declaringAssemblyName": "System.Private.CoreLib",
14932
- "isExtensionMethod": false
15610
+ "isExtensionMethod": false,
15611
+ "parameterModifiers": [
15612
+ {
15613
+ "index": 1,
15614
+ "modifier": "out"
15615
+ }
15616
+ ]
14933
15617
  },
14934
15618
  {
14935
15619
  "stableId": "System.Private.CoreLib:System.IUtf8SpanFormattable::TryFormat(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):System.Boolean",
@@ -14943,7 +15627,13 @@
14943
15627
  "parameterCount": 4,
14944
15628
  "declaringClrType": "System.IUtf8SpanFormattable",
14945
15629
  "declaringAssemblyName": "System.Private.CoreLib",
14946
- "isExtensionMethod": false
15630
+ "isExtensionMethod": false,
15631
+ "parameterModifiers": [
15632
+ {
15633
+ "index": 1,
15634
+ "modifier": "out"
15635
+ }
15636
+ ]
14947
15637
  },
14948
15638
  {
14949
15639
  "stableId": "System.Private.CoreLib:System.IUtf8SpanParsable\u00601::Parse(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):TSelf",
@@ -14971,7 +15661,13 @@
14971
15661
  "parameterCount": 3,
14972
15662
  "declaringClrType": "System.IUtf8SpanParsable\u00601",
14973
15663
  "declaringAssemblyName": "System.Private.CoreLib",
14974
- "isExtensionMethod": false
15664
+ "isExtensionMethod": false,
15665
+ "parameterModifiers": [
15666
+ {
15667
+ "index": 2,
15668
+ "modifier": "out"
15669
+ }
15670
+ ]
14975
15671
  }
14976
15672
  ],
14977
15673
  "properties": [
@@ -16531,7 +17227,13 @@
16531
17227
  "parameterCount": 2,
16532
17228
  "declaringClrType": "System.Numerics.Matrix3x2",
16533
17229
  "declaringAssemblyName": "System.Private.CoreLib",
16534
- "isExtensionMethod": false
17230
+ "isExtensionMethod": false,
17231
+ "parameterModifiers": [
17232
+ {
17233
+ "index": 1,
17234
+ "modifier": "out"
17235
+ }
17236
+ ]
16535
17237
  },
16536
17238
  {
16537
17239
  "stableId": "System.Private.CoreLib:System.Numerics.Matrix3x2::Lerp(System.Numerics.Matrix3x2,System.Numerics.Matrix3x2,System.Single):System.Numerics.Matrix3x2",
@@ -18168,7 +18870,21 @@
18168
18870
  "parameterCount": 4,
18169
18871
  "declaringClrType": "System.Numerics.Matrix4x4",
18170
18872
  "declaringAssemblyName": "System.Private.CoreLib",
18171
- "isExtensionMethod": false
18873
+ "isExtensionMethod": false,
18874
+ "parameterModifiers": [
18875
+ {
18876
+ "index": 1,
18877
+ "modifier": "out"
18878
+ },
18879
+ {
18880
+ "index": 2,
18881
+ "modifier": "out"
18882
+ },
18883
+ {
18884
+ "index": 3,
18885
+ "modifier": "out"
18886
+ }
18887
+ ]
18172
18888
  },
18173
18889
  {
18174
18890
  "stableId": "System.Private.CoreLib:System.Numerics.Matrix4x4::Invert(System.Numerics.Matrix4x4,System.Numerics.Matrix4x4\u0026):System.Boolean",
@@ -18182,7 +18898,13 @@
18182
18898
  "parameterCount": 2,
18183
18899
  "declaringClrType": "System.Numerics.Matrix4x4",
18184
18900
  "declaringAssemblyName": "System.Private.CoreLib",
18185
- "isExtensionMethod": false
18901
+ "isExtensionMethod": false,
18902
+ "parameterModifiers": [
18903
+ {
18904
+ "index": 1,
18905
+ "modifier": "out"
18906
+ }
18907
+ ]
18186
18908
  },
18187
18909
  {
18188
18910
  "stableId": "System.Private.CoreLib:System.Numerics.Matrix4x4::Lerp(System.Numerics.Matrix4x4,System.Numerics.Matrix4x4,System.Single):System.Numerics.Matrix4x4",
@@ -23074,7 +23796,13 @@
23074
23796
  "parameterCount": 1,
23075
23797
  "declaringClrType": "System.Numerics.Vector2",
23076
23798
  "declaringAssemblyName": "System.Private.CoreLib",
23077
- "isExtensionMethod": false
23799
+ "isExtensionMethod": false,
23800
+ "parameterModifiers": [
23801
+ {
23802
+ "index": 0,
23803
+ "modifier": "in"
23804
+ }
23805
+ ]
23078
23806
  },
23079
23807
  {
23080
23808
  "stableId": "System.Private.CoreLib:System.Numerics.Vector2::LoadUnsafe(System.Single\u0026,System.UIntPtr):System.Numerics.Vector2",
@@ -23088,7 +23816,13 @@
23088
23816
  "parameterCount": 2,
23089
23817
  "declaringClrType": "System.Numerics.Vector2",
23090
23818
  "declaringAssemblyName": "System.Private.CoreLib",
23091
- "isExtensionMethod": false
23819
+ "isExtensionMethod": false,
23820
+ "parameterModifiers": [
23821
+ {
23822
+ "index": 0,
23823
+ "modifier": "in"
23824
+ }
23825
+ ]
23092
23826
  },
23093
23827
  {
23094
23828
  "stableId": "System.Private.CoreLib:System.Numerics.Vector2::Log(System.Numerics.Vector2):System.Numerics.Vector2",
@@ -26505,7 +27239,13 @@
26505
27239
  "parameterCount": 1,
26506
27240
  "declaringClrType": "System.Numerics.Vector3",
26507
27241
  "declaringAssemblyName": "System.Private.CoreLib",
26508
- "isExtensionMethod": false
27242
+ "isExtensionMethod": false,
27243
+ "parameterModifiers": [
27244
+ {
27245
+ "index": 0,
27246
+ "modifier": "in"
27247
+ }
27248
+ ]
26509
27249
  },
26510
27250
  {
26511
27251
  "stableId": "System.Private.CoreLib:System.Numerics.Vector3::LoadUnsafe(System.Single\u0026,System.UIntPtr):System.Numerics.Vector3",
@@ -26519,7 +27259,13 @@
26519
27259
  "parameterCount": 2,
26520
27260
  "declaringClrType": "System.Numerics.Vector3",
26521
27261
  "declaringAssemblyName": "System.Private.CoreLib",
26522
- "isExtensionMethod": false
27262
+ "isExtensionMethod": false,
27263
+ "parameterModifiers": [
27264
+ {
27265
+ "index": 0,
27266
+ "modifier": "in"
27267
+ }
27268
+ ]
26523
27269
  },
26524
27270
  {
26525
27271
  "stableId": "System.Private.CoreLib:System.Numerics.Vector3::Log(System.Numerics.Vector3):System.Numerics.Vector3",
@@ -29976,7 +30722,13 @@
29976
30722
  "parameterCount": 1,
29977
30723
  "declaringClrType": "System.Numerics.Vector4",
29978
30724
  "declaringAssemblyName": "System.Private.CoreLib",
29979
- "isExtensionMethod": false
30725
+ "isExtensionMethod": false,
30726
+ "parameterModifiers": [
30727
+ {
30728
+ "index": 0,
30729
+ "modifier": "in"
30730
+ }
30731
+ ]
29980
30732
  },
29981
30733
  {
29982
30734
  "stableId": "System.Private.CoreLib:System.Numerics.Vector4::LoadUnsafe(System.Single\u0026,System.UIntPtr):System.Numerics.Vector4",
@@ -29990,7 +30742,13 @@
29990
30742
  "parameterCount": 2,
29991
30743
  "declaringClrType": "System.Numerics.Vector4",
29992
30744
  "declaringAssemblyName": "System.Private.CoreLib",
29993
- "isExtensionMethod": false
30745
+ "isExtensionMethod": false,
30746
+ "parameterModifiers": [
30747
+ {
30748
+ "index": 0,
30749
+ "modifier": "in"
30750
+ }
30751
+ ]
29994
30752
  },
29995
30753
  {
29996
30754
  "stableId": "System.Private.CoreLib:System.Numerics.Vector4::Log(System.Numerics.Vector4):System.Numerics.Vector4",
@@ -35230,7 +35988,13 @@
35230
35988
  "parameterCount": 1,
35231
35989
  "declaringClrType": "System.Numerics.Vector",
35232
35990
  "declaringAssemblyName": "System.Private.CoreLib",
35233
- "isExtensionMethod": false
35991
+ "isExtensionMethod": false,
35992
+ "parameterModifiers": [
35993
+ {
35994
+ "index": 0,
35995
+ "modifier": "in"
35996
+ }
35997
+ ]
35234
35998
  },
35235
35999
  {
35236
36000
  "stableId": "System.Private.CoreLib:System.Numerics.Vector::LoadUnsafe(T\u0026,System.UIntPtr):Vector_1",
@@ -35244,7 +36008,13 @@
35244
36008
  "parameterCount": 2,
35245
36009
  "declaringClrType": "System.Numerics.Vector",
35246
36010
  "declaringAssemblyName": "System.Private.CoreLib",
35247
- "isExtensionMethod": false
36011
+ "isExtensionMethod": false,
36012
+ "parameterModifiers": [
36013
+ {
36014
+ "index": 0,
36015
+ "modifier": "in"
36016
+ }
36017
+ ]
35248
36018
  },
35249
36019
  {
35250
36020
  "stableId": "System.Private.CoreLib:System.Numerics.Vector::Log(System.Numerics.Vector_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Numerics.Vector_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
@@ -36322,7 +37092,13 @@
36322
37092
  "parameterCount": 2,
36323
37093
  "declaringClrType": "System.Numerics.Vector",
36324
37094
  "declaringAssemblyName": "System.Private.CoreLib",
36325
- "isExtensionMethod": true
37095
+ "isExtensionMethod": true,
37096
+ "parameterModifiers": [
37097
+ {
37098
+ "index": 1,
37099
+ "modifier": "ref"
37100
+ }
37101
+ ]
36326
37102
  },
36327
37103
  {
36328
37104
  "stableId": "System.Private.CoreLib:System.Numerics.Vector::StoreUnsafe(Vector_1,T\u0026,System.UIntPtr):System.Void",
@@ -36336,7 +37112,13 @@
36336
37112
  "parameterCount": 3,
36337
37113
  "declaringClrType": "System.Numerics.Vector",
36338
37114
  "declaringAssemblyName": "System.Private.CoreLib",
36339
- "isExtensionMethod": true
37115
+ "isExtensionMethod": true,
37116
+ "parameterModifiers": [
37117
+ {
37118
+ "index": 1,
37119
+ "modifier": "ref"
37120
+ }
37121
+ ]
36340
37122
  },
36341
37123
  {
36342
37124
  "stableId": "System.Private.CoreLib:System.Numerics.Vector::Subtract(Vector_1,Vector_1):Vector_1",
@@ -36434,7 +37216,17 @@
36434
37216
  "parameterCount": 3,
36435
37217
  "declaringClrType": "System.Numerics.Vector",
36436
37218
  "declaringAssemblyName": "System.Private.CoreLib",
36437
- "isExtensionMethod": false
37219
+ "isExtensionMethod": false,
37220
+ "parameterModifiers": [
37221
+ {
37222
+ "index": 1,
37223
+ "modifier": "out"
37224
+ },
37225
+ {
37226
+ "index": 2,
37227
+ "modifier": "out"
37228
+ }
37229
+ ]
36438
37230
  },
36439
37231
  {
36440
37232
  "stableId": "System.Private.CoreLib:System.Numerics.Vector::Widen(System.Numerics.Vector_1[[System.Int16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Numerics.Vector_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026,System.Numerics.Vector_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026):System.Void",
@@ -36448,7 +37240,17 @@
36448
37240
  "parameterCount": 3,
36449
37241
  "declaringClrType": "System.Numerics.Vector",
36450
37242
  "declaringAssemblyName": "System.Private.CoreLib",
36451
- "isExtensionMethod": false
37243
+ "isExtensionMethod": false,
37244
+ "parameterModifiers": [
37245
+ {
37246
+ "index": 1,
37247
+ "modifier": "out"
37248
+ },
37249
+ {
37250
+ "index": 2,
37251
+ "modifier": "out"
37252
+ }
37253
+ ]
36452
37254
  },
36453
37255
  {
36454
37256
  "stableId": "System.Private.CoreLib:System.Numerics.Vector::Widen(System.Numerics.Vector_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Numerics.Vector_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026,System.Numerics.Vector_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026):System.Void",
@@ -36462,7 +37264,17 @@
36462
37264
  "parameterCount": 3,
36463
37265
  "declaringClrType": "System.Numerics.Vector",
36464
37266
  "declaringAssemblyName": "System.Private.CoreLib",
36465
- "isExtensionMethod": false
37267
+ "isExtensionMethod": false,
37268
+ "parameterModifiers": [
37269
+ {
37270
+ "index": 1,
37271
+ "modifier": "out"
37272
+ },
37273
+ {
37274
+ "index": 2,
37275
+ "modifier": "out"
37276
+ }
37277
+ ]
36466
37278
  },
36467
37279
  {
36468
37280
  "stableId": "System.Private.CoreLib:System.Numerics.Vector::Widen(System.Numerics.Vector_1[[System.SByte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Numerics.Vector_1[[System.Int16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026,System.Numerics.Vector_1[[System.Int16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026):System.Void",
@@ -36476,7 +37288,17 @@
36476
37288
  "parameterCount": 3,
36477
37289
  "declaringClrType": "System.Numerics.Vector",
36478
37290
  "declaringAssemblyName": "System.Private.CoreLib",
36479
- "isExtensionMethod": false
37291
+ "isExtensionMethod": false,
37292
+ "parameterModifiers": [
37293
+ {
37294
+ "index": 1,
37295
+ "modifier": "out"
37296
+ },
37297
+ {
37298
+ "index": 2,
37299
+ "modifier": "out"
37300
+ }
37301
+ ]
36480
37302
  },
36481
37303
  {
36482
37304
  "stableId": "System.Private.CoreLib:System.Numerics.Vector::Widen(System.Numerics.Vector_1[[System.Single,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Numerics.Vector_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026,System.Numerics.Vector_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026):System.Void",
@@ -36490,7 +37312,17 @@
36490
37312
  "parameterCount": 3,
36491
37313
  "declaringClrType": "System.Numerics.Vector",
36492
37314
  "declaringAssemblyName": "System.Private.CoreLib",
36493
- "isExtensionMethod": false
37315
+ "isExtensionMethod": false,
37316
+ "parameterModifiers": [
37317
+ {
37318
+ "index": 1,
37319
+ "modifier": "out"
37320
+ },
37321
+ {
37322
+ "index": 2,
37323
+ "modifier": "out"
37324
+ }
37325
+ ]
36494
37326
  },
36495
37327
  {
36496
37328
  "stableId": "System.Private.CoreLib:System.Numerics.Vector::Widen(System.Numerics.Vector_1[[System.UInt16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Numerics.Vector_1[[System.UInt32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026,System.Numerics.Vector_1[[System.UInt32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026):System.Void",
@@ -36504,7 +37336,17 @@
36504
37336
  "parameterCount": 3,
36505
37337
  "declaringClrType": "System.Numerics.Vector",
36506
37338
  "declaringAssemblyName": "System.Private.CoreLib",
36507
- "isExtensionMethod": false
37339
+ "isExtensionMethod": false,
37340
+ "parameterModifiers": [
37341
+ {
37342
+ "index": 1,
37343
+ "modifier": "out"
37344
+ },
37345
+ {
37346
+ "index": 2,
37347
+ "modifier": "out"
37348
+ }
37349
+ ]
36508
37350
  },
36509
37351
  {
36510
37352
  "stableId": "System.Private.CoreLib:System.Numerics.Vector::Widen(System.Numerics.Vector_1[[System.UInt32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Numerics.Vector_1[[System.UInt64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026,System.Numerics.Vector_1[[System.UInt64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026):System.Void",
@@ -36518,7 +37360,17 @@
36518
37360
  "parameterCount": 3,
36519
37361
  "declaringClrType": "System.Numerics.Vector",
36520
37362
  "declaringAssemblyName": "System.Private.CoreLib",
36521
- "isExtensionMethod": false
37363
+ "isExtensionMethod": false,
37364
+ "parameterModifiers": [
37365
+ {
37366
+ "index": 1,
37367
+ "modifier": "out"
37368
+ },
37369
+ {
37370
+ "index": 2,
37371
+ "modifier": "out"
37372
+ }
37373
+ ]
36522
37374
  },
36523
37375
  {
36524
37376
  "stableId": "System.Private.CoreLib:System.Numerics.Vector::WidenLower(System.Numerics.Vector_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Numerics.Vector_1[[System.UInt16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
@@ -36882,7 +37734,13 @@
36882
37734
  "parameterCount": 2,
36883
37735
  "declaringClrType": "System.Numerics.Vector",
36884
37736
  "declaringAssemblyName": "System.Private.CoreLib",
36885
- "isExtensionMethod": true
37737
+ "isExtensionMethod": true,
37738
+ "parameterModifiers": [
37739
+ {
37740
+ "index": 1,
37741
+ "modifier": "ref"
37742
+ }
37743
+ ]
36886
37744
  },
36887
37745
  {
36888
37746
  "stableId": "System.Private.CoreLib:System.Numerics.Vector::StoreUnsafe(System.Numerics.Vector2,System.Single\u0026,System.UIntPtr):System.Void",
@@ -36896,7 +37754,13 @@
36896
37754
  "parameterCount": 3,
36897
37755
  "declaringClrType": "System.Numerics.Vector",
36898
37756
  "declaringAssemblyName": "System.Private.CoreLib",
36899
- "isExtensionMethod": true
37757
+ "isExtensionMethod": true,
37758
+ "parameterModifiers": [
37759
+ {
37760
+ "index": 1,
37761
+ "modifier": "ref"
37762
+ }
37763
+ ]
36900
37764
  },
36901
37765
  {
36902
37766
  "stableId": "System.Private.CoreLib:System.Numerics.Vector::ToScalar(System.Numerics.Vector2):System.Single",
@@ -37050,7 +37914,13 @@
37050
37914
  "parameterCount": 2,
37051
37915
  "declaringClrType": "System.Numerics.Vector",
37052
37916
  "declaringAssemblyName": "System.Private.CoreLib",
37053
- "isExtensionMethod": true
37917
+ "isExtensionMethod": true,
37918
+ "parameterModifiers": [
37919
+ {
37920
+ "index": 1,
37921
+ "modifier": "ref"
37922
+ }
37923
+ ]
37054
37924
  },
37055
37925
  {
37056
37926
  "stableId": "System.Private.CoreLib:System.Numerics.Vector::StoreUnsafe(System.Numerics.Vector3,System.Single\u0026,System.UIntPtr):System.Void",
@@ -37064,7 +37934,13 @@
37064
37934
  "parameterCount": 3,
37065
37935
  "declaringClrType": "System.Numerics.Vector",
37066
37936
  "declaringAssemblyName": "System.Private.CoreLib",
37067
- "isExtensionMethod": true
37937
+ "isExtensionMethod": true,
37938
+ "parameterModifiers": [
37939
+ {
37940
+ "index": 1,
37941
+ "modifier": "ref"
37942
+ }
37943
+ ]
37068
37944
  },
37069
37945
  {
37070
37946
  "stableId": "System.Private.CoreLib:System.Numerics.Vector::ToScalar(System.Numerics.Vector3):System.Single",
@@ -37232,7 +38108,13 @@
37232
38108
  "parameterCount": 2,
37233
38109
  "declaringClrType": "System.Numerics.Vector",
37234
38110
  "declaringAssemblyName": "System.Private.CoreLib",
37235
- "isExtensionMethod": true
38111
+ "isExtensionMethod": true,
38112
+ "parameterModifiers": [
38113
+ {
38114
+ "index": 1,
38115
+ "modifier": "ref"
38116
+ }
38117
+ ]
37236
38118
  },
37237
38119
  {
37238
38120
  "stableId": "System.Private.CoreLib:System.Numerics.Vector::StoreUnsafe(System.Numerics.Vector4,System.Single\u0026,System.UIntPtr):System.Void",
@@ -37246,7 +38128,13 @@
37246
38128
  "parameterCount": 3,
37247
38129
  "declaringClrType": "System.Numerics.Vector",
37248
38130
  "declaringAssemblyName": "System.Private.CoreLib",
37249
- "isExtensionMethod": true
38131
+ "isExtensionMethod": true,
38132
+ "parameterModifiers": [
38133
+ {
38134
+ "index": 1,
38135
+ "modifier": "ref"
38136
+ }
38137
+ ]
37250
38138
  },
37251
38139
  {
37252
38140
  "stableId": "System.Private.CoreLib:System.Numerics.Vector::ToScalar(System.Numerics.Vector4):System.Single",