@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
@@ -222,7 +222,13 @@
222
222
  "isSealed": false,
223
223
  "arity": 0,
224
224
  "parameterCount": 4,
225
- "isExtensionMethod": false
225
+ "isExtensionMethod": false,
226
+ "parameterModifiers": [
227
+ {
228
+ "index": 3,
229
+ "modifier": "out"
230
+ }
231
+ ]
226
232
  },
227
233
  {
228
234
  "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",
@@ -238,7 +244,13 @@
238
244
  "isSealed": false,
239
245
  "arity": 0,
240
246
  "parameterCount": 4,
241
- "isExtensionMethod": false
247
+ "isExtensionMethod": false,
248
+ "parameterModifiers": [
249
+ {
250
+ "index": 3,
251
+ "modifier": "out"
252
+ }
253
+ ]
242
254
  },
243
255
  {
244
256
  "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",
@@ -254,7 +266,13 @@
254
266
  "isSealed": false,
255
267
  "arity": 0,
256
268
  "parameterCount": 4,
257
- "isExtensionMethod": false
269
+ "isExtensionMethod": false,
270
+ "parameterModifiers": [
271
+ {
272
+ "index": 1,
273
+ "modifier": "out"
274
+ }
275
+ ]
258
276
  },
259
277
  {
260
278
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -302,7 +320,13 @@
302
320
  "isSealed": false,
303
321
  "arity": 0,
304
322
  "parameterCount": 3,
305
- "isExtensionMethod": false
323
+ "isExtensionMethod": false,
324
+ "parameterModifiers": [
325
+ {
326
+ "index": 2,
327
+ "modifier": "out"
328
+ }
329
+ ]
306
330
  },
307
331
  {
308
332
  "stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
@@ -334,7 +358,13 @@
334
358
  "isSealed": false,
335
359
  "arity": 0,
336
360
  "parameterCount": 3,
337
- "isExtensionMethod": false
361
+ "isExtensionMethod": false,
362
+ "parameterModifiers": [
363
+ {
364
+ "index": 2,
365
+ "modifier": "out"
366
+ }
367
+ ]
338
368
  },
339
369
  {
340
370
  "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointIeee754\u00601::ScaleB(TSelf,System.Int32):TSelf",
@@ -430,7 +460,13 @@
430
460
  "isSealed": false,
431
461
  "arity": 0,
432
462
  "parameterCount": 2,
433
- "isExtensionMethod": false
463
+ "isExtensionMethod": false,
464
+ "parameterModifiers": [
465
+ {
466
+ "index": 1,
467
+ "modifier": "out"
468
+ }
469
+ ]
434
470
  },
435
471
  {
436
472
  "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::WriteExponentBigEndian(System.Byte[]):System.Int32",
@@ -849,7 +885,13 @@
849
885
  "isSealed": false,
850
886
  "arity": 0,
851
887
  "parameterCount": 3,
852
- "isExtensionMethod": false
888
+ "isExtensionMethod": false,
889
+ "parameterModifiers": [
890
+ {
891
+ "index": 2,
892
+ "modifier": "out"
893
+ }
894
+ ]
853
895
  },
854
896
  {
855
897
  "stableId": "System.Private.CoreLib:System.Numerics.IBinaryInteger\u00601::GetByteCount():System.Int32",
@@ -881,7 +923,13 @@
881
923
  "isSealed": false,
882
924
  "arity": 0,
883
925
  "parameterCount": 2,
884
- "isExtensionMethod": false
926
+ "isExtensionMethod": false,
927
+ "parameterModifiers": [
928
+ {
929
+ "index": 1,
930
+ "modifier": "out"
931
+ }
932
+ ]
885
933
  },
886
934
  {
887
935
  "stableId": "System.Private.CoreLib:System.Numerics.IBinaryInteger\u00601::WriteBigEndian(System.Byte[]):System.Int32",
@@ -1073,7 +1121,13 @@
1073
1121
  "isSealed": false,
1074
1122
  "arity": 0,
1075
1123
  "parameterCount": 4,
1076
- "isExtensionMethod": false
1124
+ "isExtensionMethod": false,
1125
+ "parameterModifiers": [
1126
+ {
1127
+ "index": 3,
1128
+ "modifier": "out"
1129
+ }
1130
+ ]
1077
1131
  },
1078
1132
  {
1079
1133
  "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",
@@ -1089,7 +1143,13 @@
1089
1143
  "isSealed": false,
1090
1144
  "arity": 0,
1091
1145
  "parameterCount": 4,
1092
- "isExtensionMethod": false
1146
+ "isExtensionMethod": false,
1147
+ "parameterModifiers": [
1148
+ {
1149
+ "index": 3,
1150
+ "modifier": "out"
1151
+ }
1152
+ ]
1093
1153
  },
1094
1154
  {
1095
1155
  "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",
@@ -1105,7 +1165,13 @@
1105
1165
  "isSealed": false,
1106
1166
  "arity": 0,
1107
1167
  "parameterCount": 4,
1108
- "isExtensionMethod": false
1168
+ "isExtensionMethod": false,
1169
+ "parameterModifiers": [
1170
+ {
1171
+ "index": 1,
1172
+ "modifier": "out"
1173
+ }
1174
+ ]
1109
1175
  },
1110
1176
  {
1111
1177
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -1153,7 +1219,13 @@
1153
1219
  "isSealed": false,
1154
1220
  "arity": 0,
1155
1221
  "parameterCount": 3,
1156
- "isExtensionMethod": false
1222
+ "isExtensionMethod": false,
1223
+ "parameterModifiers": [
1224
+ {
1225
+ "index": 2,
1226
+ "modifier": "out"
1227
+ }
1228
+ ]
1157
1229
  },
1158
1230
  {
1159
1231
  "stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
@@ -1185,7 +1257,13 @@
1185
1257
  "isSealed": false,
1186
1258
  "arity": 0,
1187
1259
  "parameterCount": 3,
1188
- "isExtensionMethod": false
1260
+ "isExtensionMethod": false,
1261
+ "parameterModifiers": [
1262
+ {
1263
+ "index": 2,
1264
+ "modifier": "out"
1265
+ }
1266
+ ]
1189
1267
  }
1190
1268
  ],
1191
1269
  "properties": [
@@ -1453,7 +1531,13 @@
1453
1531
  "isSealed": false,
1454
1532
  "arity": 0,
1455
1533
  "parameterCount": 4,
1456
- "isExtensionMethod": false
1534
+ "isExtensionMethod": false,
1535
+ "parameterModifiers": [
1536
+ {
1537
+ "index": 3,
1538
+ "modifier": "out"
1539
+ }
1540
+ ]
1457
1541
  },
1458
1542
  {
1459
1543
  "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",
@@ -1469,7 +1553,13 @@
1469
1553
  "isSealed": false,
1470
1554
  "arity": 0,
1471
1555
  "parameterCount": 4,
1472
- "isExtensionMethod": false
1556
+ "isExtensionMethod": false,
1557
+ "parameterModifiers": [
1558
+ {
1559
+ "index": 3,
1560
+ "modifier": "out"
1561
+ }
1562
+ ]
1473
1563
  },
1474
1564
  {
1475
1565
  "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",
@@ -1485,7 +1575,13 @@
1485
1575
  "isSealed": false,
1486
1576
  "arity": 0,
1487
1577
  "parameterCount": 4,
1488
- "isExtensionMethod": false
1578
+ "isExtensionMethod": false,
1579
+ "parameterModifiers": [
1580
+ {
1581
+ "index": 1,
1582
+ "modifier": "out"
1583
+ }
1584
+ ]
1489
1585
  },
1490
1586
  {
1491
1587
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -1533,7 +1629,13 @@
1533
1629
  "isSealed": false,
1534
1630
  "arity": 0,
1535
1631
  "parameterCount": 3,
1536
- "isExtensionMethod": false
1632
+ "isExtensionMethod": false,
1633
+ "parameterModifiers": [
1634
+ {
1635
+ "index": 2,
1636
+ "modifier": "out"
1637
+ }
1638
+ ]
1537
1639
  },
1538
1640
  {
1539
1641
  "stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
@@ -1565,7 +1667,13 @@
1565
1667
  "isSealed": false,
1566
1668
  "arity": 0,
1567
1669
  "parameterCount": 3,
1568
- "isExtensionMethod": false
1670
+ "isExtensionMethod": false,
1671
+ "parameterModifiers": [
1672
+ {
1673
+ "index": 2,
1674
+ "modifier": "out"
1675
+ }
1676
+ ]
1569
1677
  }
1570
1678
  ],
1571
1679
  "properties": [
@@ -1881,7 +1989,13 @@
1881
1989
  "isSealed": false,
1882
1990
  "arity": 0,
1883
1991
  "parameterCount": 4,
1884
- "isExtensionMethod": false
1992
+ "isExtensionMethod": false,
1993
+ "parameterModifiers": [
1994
+ {
1995
+ "index": 3,
1996
+ "modifier": "out"
1997
+ }
1998
+ ]
1885
1999
  },
1886
2000
  {
1887
2001
  "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",
@@ -1897,7 +2011,13 @@
1897
2011
  "isSealed": false,
1898
2012
  "arity": 0,
1899
2013
  "parameterCount": 4,
1900
- "isExtensionMethod": false
2014
+ "isExtensionMethod": false,
2015
+ "parameterModifiers": [
2016
+ {
2017
+ "index": 3,
2018
+ "modifier": "out"
2019
+ }
2020
+ ]
1901
2021
  },
1902
2022
  {
1903
2023
  "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",
@@ -1913,7 +2033,13 @@
1913
2033
  "isSealed": false,
1914
2034
  "arity": 0,
1915
2035
  "parameterCount": 4,
1916
- "isExtensionMethod": false
2036
+ "isExtensionMethod": false,
2037
+ "parameterModifiers": [
2038
+ {
2039
+ "index": 1,
2040
+ "modifier": "out"
2041
+ }
2042
+ ]
1917
2043
  },
1918
2044
  {
1919
2045
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -1961,7 +2087,13 @@
1961
2087
  "isSealed": false,
1962
2088
  "arity": 0,
1963
2089
  "parameterCount": 3,
1964
- "isExtensionMethod": false
2090
+ "isExtensionMethod": false,
2091
+ "parameterModifiers": [
2092
+ {
2093
+ "index": 2,
2094
+ "modifier": "out"
2095
+ }
2096
+ ]
1965
2097
  },
1966
2098
  {
1967
2099
  "stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
@@ -1993,7 +2125,13 @@
1993
2125
  "isSealed": false,
1994
2126
  "arity": 0,
1995
2127
  "parameterCount": 3,
1996
- "isExtensionMethod": false
2128
+ "isExtensionMethod": false,
2129
+ "parameterModifiers": [
2130
+ {
2131
+ "index": 2,
2132
+ "modifier": "out"
2133
+ }
2134
+ ]
1997
2135
  }
1998
2136
  ],
1999
2137
  "properties": [
@@ -2243,7 +2381,13 @@
2243
2381
  "isSealed": false,
2244
2382
  "arity": 0,
2245
2383
  "parameterCount": 2,
2246
- "isExtensionMethod": false
2384
+ "isExtensionMethod": false,
2385
+ "parameterModifiers": [
2386
+ {
2387
+ "index": 1,
2388
+ "modifier": "out"
2389
+ }
2390
+ ]
2247
2391
  },
2248
2392
  {
2249
2393
  "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::WriteExponentBigEndian(System.Byte[]):System.Int32",
@@ -2403,7 +2547,13 @@
2403
2547
  "isSealed": false,
2404
2548
  "arity": 0,
2405
2549
  "parameterCount": 4,
2406
- "isExtensionMethod": false
2550
+ "isExtensionMethod": false,
2551
+ "parameterModifiers": [
2552
+ {
2553
+ "index": 3,
2554
+ "modifier": "out"
2555
+ }
2556
+ ]
2407
2557
  },
2408
2558
  {
2409
2559
  "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",
@@ -2419,7 +2569,13 @@
2419
2569
  "isSealed": false,
2420
2570
  "arity": 0,
2421
2571
  "parameterCount": 4,
2422
- "isExtensionMethod": false
2572
+ "isExtensionMethod": false,
2573
+ "parameterModifiers": [
2574
+ {
2575
+ "index": 3,
2576
+ "modifier": "out"
2577
+ }
2578
+ ]
2423
2579
  },
2424
2580
  {
2425
2581
  "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",
@@ -2435,7 +2591,13 @@
2435
2591
  "isSealed": false,
2436
2592
  "arity": 0,
2437
2593
  "parameterCount": 4,
2438
- "isExtensionMethod": false
2594
+ "isExtensionMethod": false,
2595
+ "parameterModifiers": [
2596
+ {
2597
+ "index": 1,
2598
+ "modifier": "out"
2599
+ }
2600
+ ]
2439
2601
  },
2440
2602
  {
2441
2603
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -2483,7 +2645,13 @@
2483
2645
  "isSealed": false,
2484
2646
  "arity": 0,
2485
2647
  "parameterCount": 3,
2486
- "isExtensionMethod": false
2648
+ "isExtensionMethod": false,
2649
+ "parameterModifiers": [
2650
+ {
2651
+ "index": 2,
2652
+ "modifier": "out"
2653
+ }
2654
+ ]
2487
2655
  },
2488
2656
  {
2489
2657
  "stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
@@ -2515,7 +2683,13 @@
2515
2683
  "isSealed": false,
2516
2684
  "arity": 0,
2517
2685
  "parameterCount": 3,
2518
- "isExtensionMethod": false
2686
+ "isExtensionMethod": false,
2687
+ "parameterModifiers": [
2688
+ {
2689
+ "index": 2,
2690
+ "modifier": "out"
2691
+ }
2692
+ ]
2519
2693
  },
2520
2694
  {
2521
2695
  "stableId": "System.Private.CoreLib:System.Numerics.INumber\u00601::Sign(TSelf):System.Int32",
@@ -2828,7 +3002,13 @@
2828
3002
  "isSealed": false,
2829
3003
  "arity": 0,
2830
3004
  "parameterCount": 4,
2831
- "isExtensionMethod": false
3005
+ "isExtensionMethod": false,
3006
+ "parameterModifiers": [
3007
+ {
3008
+ "index": 3,
3009
+ "modifier": "out"
3010
+ }
3011
+ ]
2832
3012
  },
2833
3013
  {
2834
3014
  "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",
@@ -2844,7 +3024,13 @@
2844
3024
  "isSealed": false,
2845
3025
  "arity": 0,
2846
3026
  "parameterCount": 4,
2847
- "isExtensionMethod": false
3027
+ "isExtensionMethod": false,
3028
+ "parameterModifiers": [
3029
+ {
3030
+ "index": 3,
3031
+ "modifier": "out"
3032
+ }
3033
+ ]
2848
3034
  },
2849
3035
  {
2850
3036
  "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",
@@ -2860,7 +3046,13 @@
2860
3046
  "isSealed": false,
2861
3047
  "arity": 0,
2862
3048
  "parameterCount": 4,
2863
- "isExtensionMethod": false
3049
+ "isExtensionMethod": false,
3050
+ "parameterModifiers": [
3051
+ {
3052
+ "index": 1,
3053
+ "modifier": "out"
3054
+ }
3055
+ ]
2864
3056
  },
2865
3057
  {
2866
3058
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -2908,7 +3100,13 @@
2908
3100
  "isSealed": false,
2909
3101
  "arity": 0,
2910
3102
  "parameterCount": 3,
2911
- "isExtensionMethod": false
3103
+ "isExtensionMethod": false,
3104
+ "parameterModifiers": [
3105
+ {
3106
+ "index": 2,
3107
+ "modifier": "out"
3108
+ }
3109
+ ]
2912
3110
  },
2913
3111
  {
2914
3112
  "stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
@@ -2940,7 +3138,13 @@
2940
3138
  "isSealed": false,
2941
3139
  "arity": 0,
2942
3140
  "parameterCount": 3,
2943
- "isExtensionMethod": false
3141
+ "isExtensionMethod": false,
3142
+ "parameterModifiers": [
3143
+ {
3144
+ "index": 2,
3145
+ "modifier": "out"
3146
+ }
3147
+ ]
2944
3148
  }
2945
3149
  ],
2946
3150
  "properties": [
@@ -3238,7 +3442,13 @@
3238
3442
  "isSealed": false,
3239
3443
  "arity": 0,
3240
3444
  "parameterCount": 4,
3241
- "isExtensionMethod": false
3445
+ "isExtensionMethod": false,
3446
+ "parameterModifiers": [
3447
+ {
3448
+ "index": 3,
3449
+ "modifier": "out"
3450
+ }
3451
+ ]
3242
3452
  },
3243
3453
  {
3244
3454
  "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",
@@ -3254,7 +3464,13 @@
3254
3464
  "isSealed": false,
3255
3465
  "arity": 0,
3256
3466
  "parameterCount": 4,
3257
- "isExtensionMethod": false
3467
+ "isExtensionMethod": false,
3468
+ "parameterModifiers": [
3469
+ {
3470
+ "index": 3,
3471
+ "modifier": "out"
3472
+ }
3473
+ ]
3258
3474
  },
3259
3475
  {
3260
3476
  "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",
@@ -3270,7 +3486,13 @@
3270
3486
  "isSealed": false,
3271
3487
  "arity": 0,
3272
3488
  "parameterCount": 4,
3273
- "isExtensionMethod": false
3489
+ "isExtensionMethod": false,
3490
+ "parameterModifiers": [
3491
+ {
3492
+ "index": 1,
3493
+ "modifier": "out"
3494
+ }
3495
+ ]
3274
3496
  },
3275
3497
  {
3276
3498
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -3318,7 +3540,13 @@
3318
3540
  "isSealed": false,
3319
3541
  "arity": 0,
3320
3542
  "parameterCount": 3,
3321
- "isExtensionMethod": false
3543
+ "isExtensionMethod": false,
3544
+ "parameterModifiers": [
3545
+ {
3546
+ "index": 2,
3547
+ "modifier": "out"
3548
+ }
3549
+ ]
3322
3550
  },
3323
3551
  {
3324
3552
  "stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
@@ -3350,7 +3578,13 @@
3350
3578
  "isSealed": false,
3351
3579
  "arity": 0,
3352
3580
  "parameterCount": 3,
3353
- "isExtensionMethod": false
3581
+ "isExtensionMethod": false,
3582
+ "parameterModifiers": [
3583
+ {
3584
+ "index": 2,
3585
+ "modifier": "out"
3586
+ }
3587
+ ]
3354
3588
  },
3355
3589
  {
3356
3590
  "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::ConvertToInteger(TSelf):TInteger",
@@ -3430,7 +3664,13 @@
3430
3664
  "isSealed": false,
3431
3665
  "arity": 0,
3432
3666
  "parameterCount": 2,
3433
- "isExtensionMethod": false
3667
+ "isExtensionMethod": false,
3668
+ "parameterModifiers": [
3669
+ {
3670
+ "index": 1,
3671
+ "modifier": "out"
3672
+ }
3673
+ ]
3434
3674
  },
3435
3675
  {
3436
3676
  "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::WriteExponentBigEndian(System.Byte[]):System.Int32",
@@ -3866,7 +4106,13 @@
3866
4106
  "isSealed": false,
3867
4107
  "arity": 0,
3868
4108
  "parameterCount": 4,
3869
- "isExtensionMethod": false
4109
+ "isExtensionMethod": false,
4110
+ "parameterModifiers": [
4111
+ {
4112
+ "index": 3,
4113
+ "modifier": "out"
4114
+ }
4115
+ ]
3870
4116
  },
3871
4117
  {
3872
4118
  "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",
@@ -3882,7 +4128,13 @@
3882
4128
  "isSealed": false,
3883
4129
  "arity": 0,
3884
4130
  "parameterCount": 4,
3885
- "isExtensionMethod": false
4131
+ "isExtensionMethod": false,
4132
+ "parameterModifiers": [
4133
+ {
4134
+ "index": 3,
4135
+ "modifier": "out"
4136
+ }
4137
+ ]
3886
4138
  },
3887
4139
  {
3888
4140
  "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",
@@ -3898,7 +4150,13 @@
3898
4150
  "isSealed": false,
3899
4151
  "arity": 0,
3900
4152
  "parameterCount": 4,
3901
- "isExtensionMethod": false
4153
+ "isExtensionMethod": false,
4154
+ "parameterModifiers": [
4155
+ {
4156
+ "index": 1,
4157
+ "modifier": "out"
4158
+ }
4159
+ ]
3902
4160
  },
3903
4161
  {
3904
4162
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -3946,7 +4204,13 @@
3946
4204
  "isSealed": false,
3947
4205
  "arity": 0,
3948
4206
  "parameterCount": 3,
3949
- "isExtensionMethod": false
4207
+ "isExtensionMethod": false,
4208
+ "parameterModifiers": [
4209
+ {
4210
+ "index": 2,
4211
+ "modifier": "out"
4212
+ }
4213
+ ]
3950
4214
  },
3951
4215
  {
3952
4216
  "stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
@@ -3978,7 +4242,13 @@
3978
4242
  "isSealed": false,
3979
4243
  "arity": 0,
3980
4244
  "parameterCount": 3,
3981
- "isExtensionMethod": false
4245
+ "isExtensionMethod": false,
4246
+ "parameterModifiers": [
4247
+ {
4248
+ "index": 2,
4249
+ "modifier": "out"
4250
+ }
4251
+ ]
3982
4252
  }
3983
4253
  ],
3984
4254
  "properties": [
@@ -4260,7 +4530,13 @@
4260
4530
  "isSealed": false,
4261
4531
  "arity": 0,
4262
4532
  "parameterCount": 4,
4263
- "isExtensionMethod": false
4533
+ "isExtensionMethod": false,
4534
+ "parameterModifiers": [
4535
+ {
4536
+ "index": 3,
4537
+ "modifier": "out"
4538
+ }
4539
+ ]
4264
4540
  },
4265
4541
  {
4266
4542
  "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",
@@ -4276,7 +4552,13 @@
4276
4552
  "isSealed": false,
4277
4553
  "arity": 0,
4278
4554
  "parameterCount": 4,
4279
- "isExtensionMethod": false
4555
+ "isExtensionMethod": false,
4556
+ "parameterModifiers": [
4557
+ {
4558
+ "index": 3,
4559
+ "modifier": "out"
4560
+ }
4561
+ ]
4280
4562
  },
4281
4563
  {
4282
4564
  "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",
@@ -4292,7 +4574,13 @@
4292
4574
  "isSealed": false,
4293
4575
  "arity": 0,
4294
4576
  "parameterCount": 4,
4295
- "isExtensionMethod": false
4577
+ "isExtensionMethod": false,
4578
+ "parameterModifiers": [
4579
+ {
4580
+ "index": 1,
4581
+ "modifier": "out"
4582
+ }
4583
+ ]
4296
4584
  },
4297
4585
  {
4298
4586
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -4340,7 +4628,13 @@
4340
4628
  "isSealed": false,
4341
4629
  "arity": 0,
4342
4630
  "parameterCount": 3,
4343
- "isExtensionMethod": false
4631
+ "isExtensionMethod": false,
4632
+ "parameterModifiers": [
4633
+ {
4634
+ "index": 2,
4635
+ "modifier": "out"
4636
+ }
4637
+ ]
4344
4638
  },
4345
4639
  {
4346
4640
  "stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
@@ -4372,7 +4666,13 @@
4372
4666
  "isSealed": false,
4373
4667
  "arity": 0,
4374
4668
  "parameterCount": 3,
4375
- "isExtensionMethod": false
4669
+ "isExtensionMethod": false,
4670
+ "parameterModifiers": [
4671
+ {
4672
+ "index": 2,
4673
+ "modifier": "out"
4674
+ }
4675
+ ]
4376
4676
  }
4377
4677
  ],
4378
4678
  "properties": [
@@ -4781,7 +5081,13 @@
4781
5081
  "isSealed": false,
4782
5082
  "arity": 0,
4783
5083
  "parameterCount": 4,
4784
- "isExtensionMethod": false
5084
+ "isExtensionMethod": false,
5085
+ "parameterModifiers": [
5086
+ {
5087
+ "index": 3,
5088
+ "modifier": "out"
5089
+ }
5090
+ ]
4785
5091
  },
4786
5092
  {
4787
5093
  "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",
@@ -4797,7 +5103,13 @@
4797
5103
  "isSealed": false,
4798
5104
  "arity": 0,
4799
5105
  "parameterCount": 4,
4800
- "isExtensionMethod": false
5106
+ "isExtensionMethod": false,
5107
+ "parameterModifiers": [
5108
+ {
5109
+ "index": 3,
5110
+ "modifier": "out"
5111
+ }
5112
+ ]
4801
5113
  },
4802
5114
  {
4803
5115
  "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",
@@ -4813,7 +5125,13 @@
4813
5125
  "isSealed": false,
4814
5126
  "arity": 0,
4815
5127
  "parameterCount": 4,
4816
- "isExtensionMethod": false
5128
+ "isExtensionMethod": false,
5129
+ "parameterModifiers": [
5130
+ {
5131
+ "index": 1,
5132
+ "modifier": "out"
5133
+ }
5134
+ ]
4817
5135
  },
4818
5136
  {
4819
5137
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -4861,7 +5179,13 @@
4861
5179
  "isSealed": false,
4862
5180
  "arity": 0,
4863
5181
  "parameterCount": 3,
4864
- "isExtensionMethod": false
5182
+ "isExtensionMethod": false,
5183
+ "parameterModifiers": [
5184
+ {
5185
+ "index": 2,
5186
+ "modifier": "out"
5187
+ }
5188
+ ]
4865
5189
  },
4866
5190
  {
4867
5191
  "stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
@@ -4893,7 +5217,13 @@
4893
5217
  "isSealed": false,
4894
5218
  "arity": 0,
4895
5219
  "parameterCount": 3,
4896
- "isExtensionMethod": false
5220
+ "isExtensionMethod": false,
5221
+ "parameterModifiers": [
5222
+ {
5223
+ "index": 2,
5224
+ "modifier": "out"
5225
+ }
5226
+ ]
4897
5227
  }
4898
5228
  ],
4899
5229
  "properties": [
@@ -5114,7 +5444,13 @@
5114
5444
  "isSealed": false,
5115
5445
  "arity": 0,
5116
5446
  "parameterCount": 4,
5117
- "isExtensionMethod": false
5447
+ "isExtensionMethod": false,
5448
+ "parameterModifiers": [
5449
+ {
5450
+ "index": 3,
5451
+ "modifier": "out"
5452
+ }
5453
+ ]
5118
5454
  },
5119
5455
  {
5120
5456
  "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",
@@ -5130,7 +5466,13 @@
5130
5466
  "isSealed": false,
5131
5467
  "arity": 0,
5132
5468
  "parameterCount": 4,
5133
- "isExtensionMethod": false
5469
+ "isExtensionMethod": false,
5470
+ "parameterModifiers": [
5471
+ {
5472
+ "index": 3,
5473
+ "modifier": "out"
5474
+ }
5475
+ ]
5134
5476
  },
5135
5477
  {
5136
5478
  "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",
@@ -5146,7 +5488,13 @@
5146
5488
  "isSealed": false,
5147
5489
  "arity": 0,
5148
5490
  "parameterCount": 4,
5149
- "isExtensionMethod": false
5491
+ "isExtensionMethod": false,
5492
+ "parameterModifiers": [
5493
+ {
5494
+ "index": 1,
5495
+ "modifier": "out"
5496
+ }
5497
+ ]
5150
5498
  },
5151
5499
  {
5152
5500
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -5194,7 +5542,13 @@
5194
5542
  "isSealed": false,
5195
5543
  "arity": 0,
5196
5544
  "parameterCount": 3,
5197
- "isExtensionMethod": false
5545
+ "isExtensionMethod": false,
5546
+ "parameterModifiers": [
5547
+ {
5548
+ "index": 2,
5549
+ "modifier": "out"
5550
+ }
5551
+ ]
5198
5552
  },
5199
5553
  {
5200
5554
  "stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
@@ -5226,7 +5580,13 @@
5226
5580
  "isSealed": false,
5227
5581
  "arity": 0,
5228
5582
  "parameterCount": 3,
5229
- "isExtensionMethod": false
5583
+ "isExtensionMethod": false,
5584
+ "parameterModifiers": [
5585
+ {
5586
+ "index": 2,
5587
+ "modifier": "out"
5588
+ }
5589
+ ]
5230
5590
  }
5231
5591
  ],
5232
5592
  "properties": [
@@ -5447,7 +5807,13 @@
5447
5807
  "isSealed": false,
5448
5808
  "arity": 0,
5449
5809
  "parameterCount": 4,
5450
- "isExtensionMethod": false
5810
+ "isExtensionMethod": false,
5811
+ "parameterModifiers": [
5812
+ {
5813
+ "index": 3,
5814
+ "modifier": "out"
5815
+ }
5816
+ ]
5451
5817
  },
5452
5818
  {
5453
5819
  "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",
@@ -5463,7 +5829,13 @@
5463
5829
  "isSealed": false,
5464
5830
  "arity": 0,
5465
5831
  "parameterCount": 4,
5466
- "isExtensionMethod": false
5832
+ "isExtensionMethod": false,
5833
+ "parameterModifiers": [
5834
+ {
5835
+ "index": 3,
5836
+ "modifier": "out"
5837
+ }
5838
+ ]
5467
5839
  },
5468
5840
  {
5469
5841
  "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",
@@ -5479,7 +5851,13 @@
5479
5851
  "isSealed": false,
5480
5852
  "arity": 0,
5481
5853
  "parameterCount": 4,
5482
- "isExtensionMethod": false
5854
+ "isExtensionMethod": false,
5855
+ "parameterModifiers": [
5856
+ {
5857
+ "index": 1,
5858
+ "modifier": "out"
5859
+ }
5860
+ ]
5483
5861
  },
5484
5862
  {
5485
5863
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -5527,7 +5905,13 @@
5527
5905
  "isSealed": false,
5528
5906
  "arity": 0,
5529
5907
  "parameterCount": 3,
5530
- "isExtensionMethod": false
5908
+ "isExtensionMethod": false,
5909
+ "parameterModifiers": [
5910
+ {
5911
+ "index": 2,
5912
+ "modifier": "out"
5913
+ }
5914
+ ]
5531
5915
  },
5532
5916
  {
5533
5917
  "stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
@@ -5559,7 +5943,13 @@
5559
5943
  "isSealed": false,
5560
5944
  "arity": 0,
5561
5945
  "parameterCount": 3,
5562
- "isExtensionMethod": false
5946
+ "isExtensionMethod": false,
5947
+ "parameterModifiers": [
5948
+ {
5949
+ "index": 2,
5950
+ "modifier": "out"
5951
+ }
5952
+ ]
5563
5953
  }
5564
5954
  ],
5565
5955
  "properties": [
@@ -5796,7 +6186,13 @@
5796
6186
  "isSealed": false,
5797
6187
  "arity": 0,
5798
6188
  "parameterCount": 4,
5799
- "isExtensionMethod": false
6189
+ "isExtensionMethod": false,
6190
+ "parameterModifiers": [
6191
+ {
6192
+ "index": 3,
6193
+ "modifier": "out"
6194
+ }
6195
+ ]
5800
6196
  },
5801
6197
  {
5802
6198
  "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",
@@ -5812,7 +6208,13 @@
5812
6208
  "isSealed": false,
5813
6209
  "arity": 0,
5814
6210
  "parameterCount": 4,
5815
- "isExtensionMethod": false
6211
+ "isExtensionMethod": false,
6212
+ "parameterModifiers": [
6213
+ {
6214
+ "index": 3,
6215
+ "modifier": "out"
6216
+ }
6217
+ ]
5816
6218
  },
5817
6219
  {
5818
6220
  "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",
@@ -5828,7 +6230,13 @@
5828
6230
  "isSealed": false,
5829
6231
  "arity": 0,
5830
6232
  "parameterCount": 4,
5831
- "isExtensionMethod": false
6233
+ "isExtensionMethod": false,
6234
+ "parameterModifiers": [
6235
+ {
6236
+ "index": 1,
6237
+ "modifier": "out"
6238
+ }
6239
+ ]
5832
6240
  },
5833
6241
  {
5834
6242
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -5876,7 +6284,13 @@
5876
6284
  "isSealed": false,
5877
6285
  "arity": 0,
5878
6286
  "parameterCount": 3,
5879
- "isExtensionMethod": false
6287
+ "isExtensionMethod": false,
6288
+ "parameterModifiers": [
6289
+ {
6290
+ "index": 2,
6291
+ "modifier": "out"
6292
+ }
6293
+ ]
5880
6294
  },
5881
6295
  {
5882
6296
  "stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
@@ -5908,7 +6322,13 @@
5908
6322
  "isSealed": false,
5909
6323
  "arity": 0,
5910
6324
  "parameterCount": 3,
5911
- "isExtensionMethod": false
6325
+ "isExtensionMethod": false,
6326
+ "parameterModifiers": [
6327
+ {
6328
+ "index": 2,
6329
+ "modifier": "out"
6330
+ }
6331
+ ]
5912
6332
  }
5913
6333
  ],
5914
6334
  "properties": [
@@ -6190,7 +6610,13 @@
6190
6610
  "isSealed": false,
6191
6611
  "arity": 0,
6192
6612
  "parameterCount": 4,
6193
- "isExtensionMethod": false
6613
+ "isExtensionMethod": false,
6614
+ "parameterModifiers": [
6615
+ {
6616
+ "index": 3,
6617
+ "modifier": "out"
6618
+ }
6619
+ ]
6194
6620
  },
6195
6621
  {
6196
6622
  "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",
@@ -6206,7 +6632,13 @@
6206
6632
  "isSealed": false,
6207
6633
  "arity": 0,
6208
6634
  "parameterCount": 4,
6209
- "isExtensionMethod": false
6635
+ "isExtensionMethod": false,
6636
+ "parameterModifiers": [
6637
+ {
6638
+ "index": 3,
6639
+ "modifier": "out"
6640
+ }
6641
+ ]
6210
6642
  },
6211
6643
  {
6212
6644
  "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",
@@ -6222,7 +6654,13 @@
6222
6654
  "isSealed": false,
6223
6655
  "arity": 0,
6224
6656
  "parameterCount": 4,
6225
- "isExtensionMethod": false
6657
+ "isExtensionMethod": false,
6658
+ "parameterModifiers": [
6659
+ {
6660
+ "index": 1,
6661
+ "modifier": "out"
6662
+ }
6663
+ ]
6226
6664
  },
6227
6665
  {
6228
6666
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -6270,7 +6708,13 @@
6270
6708
  "isSealed": false,
6271
6709
  "arity": 0,
6272
6710
  "parameterCount": 3,
6273
- "isExtensionMethod": false
6711
+ "isExtensionMethod": false,
6712
+ "parameterModifiers": [
6713
+ {
6714
+ "index": 2,
6715
+ "modifier": "out"
6716
+ }
6717
+ ]
6274
6718
  },
6275
6719
  {
6276
6720
  "stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
@@ -6302,7 +6746,13 @@
6302
6746
  "isSealed": false,
6303
6747
  "arity": 0,
6304
6748
  "parameterCount": 3,
6305
- "isExtensionMethod": false
6749
+ "isExtensionMethod": false,
6750
+ "parameterModifiers": [
6751
+ {
6752
+ "index": 2,
6753
+ "modifier": "out"
6754
+ }
6755
+ ]
6306
6756
  }
6307
6757
  ],
6308
6758
  "properties": [
@@ -6570,7 +7020,13 @@
6570
7020
  "isSealed": false,
6571
7021
  "arity": 0,
6572
7022
  "parameterCount": 4,
6573
- "isExtensionMethod": false
7023
+ "isExtensionMethod": false,
7024
+ "parameterModifiers": [
7025
+ {
7026
+ "index": 3,
7027
+ "modifier": "out"
7028
+ }
7029
+ ]
6574
7030
  },
6575
7031
  {
6576
7032
  "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",
@@ -6586,7 +7042,13 @@
6586
7042
  "isSealed": false,
6587
7043
  "arity": 0,
6588
7044
  "parameterCount": 4,
6589
- "isExtensionMethod": false
7045
+ "isExtensionMethod": false,
7046
+ "parameterModifiers": [
7047
+ {
7048
+ "index": 3,
7049
+ "modifier": "out"
7050
+ }
7051
+ ]
6590
7052
  },
6591
7053
  {
6592
7054
  "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",
@@ -6602,7 +7064,13 @@
6602
7064
  "isSealed": false,
6603
7065
  "arity": 0,
6604
7066
  "parameterCount": 4,
6605
- "isExtensionMethod": false
7067
+ "isExtensionMethod": false,
7068
+ "parameterModifiers": [
7069
+ {
7070
+ "index": 1,
7071
+ "modifier": "out"
7072
+ }
7073
+ ]
6606
7074
  },
6607
7075
  {
6608
7076
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -6650,7 +7118,13 @@
6650
7118
  "isSealed": false,
6651
7119
  "arity": 0,
6652
7120
  "parameterCount": 3,
6653
- "isExtensionMethod": false
7121
+ "isExtensionMethod": false,
7122
+ "parameterModifiers": [
7123
+ {
7124
+ "index": 2,
7125
+ "modifier": "out"
7126
+ }
7127
+ ]
6654
7128
  },
6655
7129
  {
6656
7130
  "stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
@@ -6682,7 +7156,13 @@
6682
7156
  "isSealed": false,
6683
7157
  "arity": 0,
6684
7158
  "parameterCount": 3,
6685
- "isExtensionMethod": false
7159
+ "isExtensionMethod": false,
7160
+ "parameterModifiers": [
7161
+ {
7162
+ "index": 2,
7163
+ "modifier": "out"
7164
+ }
7165
+ ]
6686
7166
  }
6687
7167
  ],
6688
7168
  "properties": [
@@ -6980,7 +7460,13 @@
6980
7460
  "isSealed": false,
6981
7461
  "arity": 0,
6982
7462
  "parameterCount": 4,
6983
- "isExtensionMethod": false
7463
+ "isExtensionMethod": false,
7464
+ "parameterModifiers": [
7465
+ {
7466
+ "index": 3,
7467
+ "modifier": "out"
7468
+ }
7469
+ ]
6984
7470
  },
6985
7471
  {
6986
7472
  "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",
@@ -6996,7 +7482,13 @@
6996
7482
  "isSealed": false,
6997
7483
  "arity": 0,
6998
7484
  "parameterCount": 4,
6999
- "isExtensionMethod": false
7485
+ "isExtensionMethod": false,
7486
+ "parameterModifiers": [
7487
+ {
7488
+ "index": 3,
7489
+ "modifier": "out"
7490
+ }
7491
+ ]
7000
7492
  },
7001
7493
  {
7002
7494
  "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",
@@ -7012,7 +7504,13 @@
7012
7504
  "isSealed": false,
7013
7505
  "arity": 0,
7014
7506
  "parameterCount": 4,
7015
- "isExtensionMethod": false
7507
+ "isExtensionMethod": false,
7508
+ "parameterModifiers": [
7509
+ {
7510
+ "index": 1,
7511
+ "modifier": "out"
7512
+ }
7513
+ ]
7016
7514
  },
7017
7515
  {
7018
7516
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -7060,7 +7558,13 @@
7060
7558
  "isSealed": false,
7061
7559
  "arity": 0,
7062
7560
  "parameterCount": 3,
7063
- "isExtensionMethod": false
7561
+ "isExtensionMethod": false,
7562
+ "parameterModifiers": [
7563
+ {
7564
+ "index": 2,
7565
+ "modifier": "out"
7566
+ }
7567
+ ]
7064
7568
  },
7065
7569
  {
7066
7570
  "stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
@@ -7092,7 +7596,13 @@
7092
7596
  "isSealed": false,
7093
7597
  "arity": 0,
7094
7598
  "parameterCount": 3,
7095
- "isExtensionMethod": false
7599
+ "isExtensionMethod": false,
7600
+ "parameterModifiers": [
7601
+ {
7602
+ "index": 2,
7603
+ "modifier": "out"
7604
+ }
7605
+ ]
7096
7606
  }
7097
7607
  ],
7098
7608
  "properties": [
@@ -7265,7 +7775,13 @@
7265
7775
  "isSealed": false,
7266
7776
  "arity": 0,
7267
7777
  "parameterCount": 2,
7268
- "isExtensionMethod": false
7778
+ "isExtensionMethod": false,
7779
+ "parameterModifiers": [
7780
+ {
7781
+ "index": 1,
7782
+ "modifier": "out"
7783
+ }
7784
+ ]
7269
7785
  },
7270
7786
  {
7271
7787
  "stableId": "System.Runtime.Numerics:System.Numerics.BigInteger::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Numerics.BigInteger\u0026):System.Boolean",
@@ -7281,7 +7797,13 @@
7281
7797
  "isSealed": false,
7282
7798
  "arity": 0,
7283
7799
  "parameterCount": 4,
7284
- "isExtensionMethod": false
7800
+ "isExtensionMethod": false,
7801
+ "parameterModifiers": [
7802
+ {
7803
+ "index": 3,
7804
+ "modifier": "out"
7805
+ }
7806
+ ]
7285
7807
  },
7286
7808
  {
7287
7809
  "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",
@@ -7313,7 +7835,13 @@
7313
7835
  "isSealed": false,
7314
7836
  "arity": 0,
7315
7837
  "parameterCount": 2,
7316
- "isExtensionMethod": false
7838
+ "isExtensionMethod": false,
7839
+ "parameterModifiers": [
7840
+ {
7841
+ "index": 1,
7842
+ "modifier": "out"
7843
+ }
7844
+ ]
7317
7845
  },
7318
7846
  {
7319
7847
  "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",
@@ -7329,7 +7857,13 @@
7329
7857
  "isSealed": false,
7330
7858
  "arity": 0,
7331
7859
  "parameterCount": 4,
7332
- "isExtensionMethod": false
7860
+ "isExtensionMethod": false,
7861
+ "parameterModifiers": [
7862
+ {
7863
+ "index": 3,
7864
+ "modifier": "out"
7865
+ }
7866
+ ]
7333
7867
  },
7334
7868
  {
7335
7869
  "stableId": "System.Runtime.Numerics:System.Numerics.BigInteger::Compare(System.Numerics.BigInteger,System.Numerics.BigInteger):System.Int32",
@@ -7457,7 +7991,13 @@
7457
7991
  "isSealed": false,
7458
7992
  "arity": 0,
7459
7993
  "parameterCount": 3,
7460
- "isExtensionMethod": false
7994
+ "isExtensionMethod": false,
7995
+ "parameterModifiers": [
7996
+ {
7997
+ "index": 2,
7998
+ "modifier": "out"
7999
+ }
8000
+ ]
7461
8001
  },
7462
8002
  {
7463
8003
  "stableId": "System.Runtime.Numerics:System.Numerics.BigInteger::Negate(System.Numerics.BigInteger):System.Numerics.BigInteger",
@@ -7793,7 +8333,13 @@
7793
8333
  "isSealed": false,
7794
8334
  "arity": 0,
7795
8335
  "parameterCount": 4,
7796
- "isExtensionMethod": false
8336
+ "isExtensionMethod": false,
8337
+ "parameterModifiers": [
8338
+ {
8339
+ "index": 1,
8340
+ "modifier": "out"
8341
+ }
8342
+ ]
7797
8343
  },
7798
8344
  {
7799
8345
  "stableId": "System.Runtime.Numerics:System.Numerics.BigInteger::GetByteCount(System.Boolean):System.Int32",
@@ -7889,7 +8435,13 @@
7889
8435
  "isSealed": true,
7890
8436
  "arity": 0,
7891
8437
  "parameterCount": 4,
7892
- "isExtensionMethod": false
8438
+ "isExtensionMethod": false,
8439
+ "parameterModifiers": [
8440
+ {
8441
+ "index": 1,
8442
+ "modifier": "out"
8443
+ }
8444
+ ]
7893
8445
  },
7894
8446
  {
7895
8447
  "stableId": "System.Runtime.Numerics:System.Numerics.BigInteger::GetBitLength():System.Int64",
@@ -8225,7 +8777,13 @@
8225
8777
  "isSealed": false,
8226
8778
  "arity": 0,
8227
8779
  "parameterCount": 3,
8228
- "isExtensionMethod": false
8780
+ "isExtensionMethod": false,
8781
+ "parameterModifiers": [
8782
+ {
8783
+ "index": 2,
8784
+ "modifier": "out"
8785
+ }
8786
+ ]
8229
8787
  },
8230
8788
  {
8231
8789
  "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",
@@ -8257,7 +8815,13 @@
8257
8815
  "isSealed": false,
8258
8816
  "arity": 0,
8259
8817
  "parameterCount": 3,
8260
- "isExtensionMethod": false
8818
+ "isExtensionMethod": false,
8819
+ "parameterModifiers": [
8820
+ {
8821
+ "index": 2,
8822
+ "modifier": "out"
8823
+ }
8824
+ ]
8261
8825
  },
8262
8826
  {
8263
8827
  "stableId": "System.Private.CoreLib:System.IComparable\u00601::CompareTo(T):System.Int32",
@@ -8410,7 +8974,13 @@
8410
8974
  "arity": 0,
8411
8975
  "parameterCount": 3,
8412
8976
  "sourceInterface": "System.Numerics.IBinaryInteger\u00601",
8413
- "isExtensionMethod": false
8977
+ "isExtensionMethod": false,
8978
+ "parameterModifiers": [
8979
+ {
8980
+ "index": 2,
8981
+ "modifier": "out"
8982
+ }
8983
+ ]
8414
8984
  },
8415
8985
  {
8416
8986
  "stableId": "System.Private.CoreLib:System.Numerics.IBinaryInteger\u00601::GetByteCount():System.Int32",
@@ -8444,7 +9014,13 @@
8444
9014
  "arity": 0,
8445
9015
  "parameterCount": 2,
8446
9016
  "sourceInterface": "System.Numerics.IBinaryInteger\u00601",
8447
- "isExtensionMethod": false
9017
+ "isExtensionMethod": false,
9018
+ "parameterModifiers": [
9019
+ {
9020
+ "index": 1,
9021
+ "modifier": "out"
9022
+ }
9023
+ ]
8448
9024
  },
8449
9025
  {
8450
9026
  "stableId": "System.Private.CoreLib:System.Numerics.IBinaryInteger\u00601::WriteBigEndian(System.Byte[]):System.Int32",
@@ -8529,7 +9105,13 @@
8529
9105
  "arity": 0,
8530
9106
  "parameterCount": 3,
8531
9107
  "sourceInterface": "System.IParsable\u00601",
8532
- "isExtensionMethod": false
9108
+ "isExtensionMethod": false,
9109
+ "parameterModifiers": [
9110
+ {
9111
+ "index": 2,
9112
+ "modifier": "out"
9113
+ }
9114
+ ]
8533
9115
  },
8534
9116
  {
8535
9117
  "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",
@@ -8563,7 +9145,13 @@
8563
9145
  "arity": 0,
8564
9146
  "parameterCount": 3,
8565
9147
  "sourceInterface": "System.ISpanParsable\u00601",
8566
- "isExtensionMethod": false
9148
+ "isExtensionMethod": false,
9149
+ "parameterModifiers": [
9150
+ {
9151
+ "index": 2,
9152
+ "modifier": "out"
9153
+ }
9154
+ ]
8567
9155
  },
8568
9156
  {
8569
9157
  "stableId": "System.Private.CoreLib:System.Numerics.IBinaryNumber\u00601::IsPow2(TSelf):System.Boolean",
@@ -8699,7 +9287,13 @@
8699
9287
  "arity": 0,
8700
9288
  "parameterCount": 4,
8701
9289
  "sourceInterface": "System.Numerics.INumberBase\u00601",
8702
- "isExtensionMethod": false
9290
+ "isExtensionMethod": false,
9291
+ "parameterModifiers": [
9292
+ {
9293
+ "index": 3,
9294
+ "modifier": "out"
9295
+ }
9296
+ ]
8703
9297
  },
8704
9298
  {
8705
9299
  "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",
@@ -8716,7 +9310,13 @@
8716
9310
  "arity": 0,
8717
9311
  "parameterCount": 4,
8718
9312
  "sourceInterface": "System.Numerics.INumberBase\u00601",
8719
- "isExtensionMethod": false
9313
+ "isExtensionMethod": false,
9314
+ "parameterModifiers": [
9315
+ {
9316
+ "index": 3,
9317
+ "modifier": "out"
9318
+ }
9319
+ ]
8720
9320
  },
8721
9321
  {
8722
9322
  "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",
@@ -8733,7 +9333,13 @@
8733
9333
  "arity": 0,
8734
9334
  "parameterCount": 4,
8735
9335
  "sourceInterface": "System.IUtf8SpanFormattable",
8736
- "isExtensionMethod": false
9336
+ "isExtensionMethod": false,
9337
+ "parameterModifiers": [
9338
+ {
9339
+ "index": 1,
9340
+ "modifier": "out"
9341
+ }
9342
+ ]
8737
9343
  },
8738
9344
  {
8739
9345
  "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",
@@ -8750,7 +9356,13 @@
8750
9356
  "arity": 0,
8751
9357
  "parameterCount": 4,
8752
9358
  "sourceInterface": "System.ISpanFormattable",
8753
- "isExtensionMethod": false
9359
+ "isExtensionMethod": false,
9360
+ "parameterModifiers": [
9361
+ {
9362
+ "index": 1,
9363
+ "modifier": "out"
9364
+ }
9365
+ ]
8754
9366
  },
8755
9367
  {
8756
9368
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -8903,7 +9515,13 @@
8903
9515
  "arity": 0,
8904
9516
  "parameterCount": 3,
8905
9517
  "sourceInterface": "System.IUtf8SpanParsable\u00601",
8906
- "isExtensionMethod": false
9518
+ "isExtensionMethod": false,
9519
+ "parameterModifiers": [
9520
+ {
9521
+ "index": 2,
9522
+ "modifier": "out"
9523
+ }
9524
+ ]
8907
9525
  }
8908
9526
  ],
8909
9527
  "properties": [
@@ -10207,7 +10825,13 @@
10207
10825
  "isSealed": false,
10208
10826
  "arity": 0,
10209
10827
  "parameterCount": 4,
10210
- "isExtensionMethod": false
10828
+ "isExtensionMethod": false,
10829
+ "parameterModifiers": [
10830
+ {
10831
+ "index": 3,
10832
+ "modifier": "out"
10833
+ }
10834
+ ]
10211
10835
  },
10212
10836
  {
10213
10837
  "stableId": "System.Runtime.Numerics:System.Numerics.Complex::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Numerics.Complex\u0026):System.Boolean",
@@ -10223,7 +10847,13 @@
10223
10847
  "isSealed": false,
10224
10848
  "arity": 0,
10225
10849
  "parameterCount": 4,
10226
- "isExtensionMethod": false
10850
+ "isExtensionMethod": false,
10851
+ "parameterModifiers": [
10852
+ {
10853
+ "index": 3,
10854
+ "modifier": "out"
10855
+ }
10856
+ ]
10227
10857
  },
10228
10858
  {
10229
10859
  "stableId": "System.Runtime.Numerics:System.Numerics.Complex::Parse(System.String,System.IFormatProvider):System.Numerics.Complex",
@@ -10255,7 +10885,13 @@
10255
10885
  "isSealed": false,
10256
10886
  "arity": 0,
10257
10887
  "parameterCount": 3,
10258
- "isExtensionMethod": false
10888
+ "isExtensionMethod": false,
10889
+ "parameterModifiers": [
10890
+ {
10891
+ "index": 2,
10892
+ "modifier": "out"
10893
+ }
10894
+ ]
10259
10895
  },
10260
10896
  {
10261
10897
  "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",
@@ -10271,7 +10907,13 @@
10271
10907
  "isSealed": true,
10272
10908
  "arity": 0,
10273
10909
  "parameterCount": 4,
10274
- "isExtensionMethod": false
10910
+ "isExtensionMethod": false,
10911
+ "parameterModifiers": [
10912
+ {
10913
+ "index": 1,
10914
+ "modifier": "out"
10915
+ }
10916
+ ]
10275
10917
  },
10276
10918
  {
10277
10919
  "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",
@@ -10287,7 +10929,13 @@
10287
10929
  "isSealed": true,
10288
10930
  "arity": 0,
10289
10931
  "parameterCount": 4,
10290
- "isExtensionMethod": false
10932
+ "isExtensionMethod": false,
10933
+ "parameterModifiers": [
10934
+ {
10935
+ "index": 1,
10936
+ "modifier": "out"
10937
+ }
10938
+ ]
10291
10939
  },
10292
10940
  {
10293
10941
  "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",
@@ -10319,7 +10967,13 @@
10319
10967
  "isSealed": false,
10320
10968
  "arity": 0,
10321
10969
  "parameterCount": 3,
10322
- "isExtensionMethod": false
10970
+ "isExtensionMethod": false,
10971
+ "parameterModifiers": [
10972
+ {
10973
+ "index": 2,
10974
+ "modifier": "out"
10975
+ }
10976
+ ]
10323
10977
  },
10324
10978
  {
10325
10979
  "stableId": "System.Private.CoreLib:System.IEquatable\u00601::Equals(T):System.Boolean",
@@ -10472,7 +11126,13 @@
10472
11126
  "arity": 0,
10473
11127
  "parameterCount": 4,
10474
11128
  "sourceInterface": "System.Numerics.INumberBase\u00601",
10475
- "isExtensionMethod": false
11129
+ "isExtensionMethod": false,
11130
+ "parameterModifiers": [
11131
+ {
11132
+ "index": 3,
11133
+ "modifier": "out"
11134
+ }
11135
+ ]
10476
11136
  },
10477
11137
  {
10478
11138
  "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",
@@ -10489,7 +11149,13 @@
10489
11149
  "arity": 0,
10490
11150
  "parameterCount": 4,
10491
11151
  "sourceInterface": "System.Numerics.INumberBase\u00601",
10492
- "isExtensionMethod": false
11152
+ "isExtensionMethod": false,
11153
+ "parameterModifiers": [
11154
+ {
11155
+ "index": 3,
11156
+ "modifier": "out"
11157
+ }
11158
+ ]
10493
11159
  },
10494
11160
  {
10495
11161
  "stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf",
@@ -10523,7 +11189,13 @@
10523
11189
  "arity": 0,
10524
11190
  "parameterCount": 3,
10525
11191
  "sourceInterface": "System.IParsable\u00601",
10526
- "isExtensionMethod": false
11192
+ "isExtensionMethod": false,
11193
+ "parameterModifiers": [
11194
+ {
11195
+ "index": 2,
11196
+ "modifier": "out"
11197
+ }
11198
+ ]
10527
11199
  },
10528
11200
  {
10529
11201
  "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",
@@ -10557,7 +11229,13 @@
10557
11229
  "arity": 0,
10558
11230
  "parameterCount": 3,
10559
11231
  "sourceInterface": "System.ISpanParsable\u00601",
10560
- "isExtensionMethod": false
11232
+ "isExtensionMethod": false,
11233
+ "parameterModifiers": [
11234
+ {
11235
+ "index": 2,
11236
+ "modifier": "out"
11237
+ }
11238
+ ]
10561
11239
  },
10562
11240
  {
10563
11241
  "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String",
@@ -10591,7 +11269,13 @@
10591
11269
  "arity": 0,
10592
11270
  "parameterCount": 4,
10593
11271
  "sourceInterface": "System.IUtf8SpanFormattable",
10594
- "isExtensionMethod": false
11272
+ "isExtensionMethod": false,
11273
+ "parameterModifiers": [
11274
+ {
11275
+ "index": 1,
11276
+ "modifier": "out"
11277
+ }
11278
+ ]
10595
11279
  },
10596
11280
  {
10597
11281
  "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",
@@ -10608,7 +11292,13 @@
10608
11292
  "arity": 0,
10609
11293
  "parameterCount": 4,
10610
11294
  "sourceInterface": "System.IUtf8SpanFormattable",
10611
- "isExtensionMethod": false
11295
+ "isExtensionMethod": false,
11296
+ "parameterModifiers": [
11297
+ {
11298
+ "index": 1,
11299
+ "modifier": "out"
11300
+ }
11301
+ ]
10612
11302
  },
10613
11303
  {
10614
11304
  "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",
@@ -10642,7 +11332,13 @@
10642
11332
  "arity": 0,
10643
11333
  "parameterCount": 3,
10644
11334
  "sourceInterface": "System.IUtf8SpanParsable\u00601",
10645
- "isExtensionMethod": false
11335
+ "isExtensionMethod": false,
11336
+ "parameterModifiers": [
11337
+ {
11338
+ "index": 2,
11339
+ "modifier": "out"
11340
+ }
11341
+ ]
10646
11342
  }
10647
11343
  ],
10648
11344
  "properties": [
@@ -11156,7 +11852,13 @@
11156
11852
  "isSealed": false,
11157
11853
  "arity": 0,
11158
11854
  "parameterCount": 2,
11159
- "isExtensionMethod": false
11855
+ "isExtensionMethod": false,
11856
+ "parameterModifiers": [
11857
+ {
11858
+ "index": 1,
11859
+ "modifier": "out"
11860
+ }
11861
+ ]
11160
11862
  },
11161
11863
  {
11162
11864
  "stableId": "System.Private.CoreLib:System.Numerics.Matrix3x2::Lerp(System.Numerics.Matrix3x2,System.Numerics.Matrix3x2,System.Single):System.Numerics.Matrix3x2",
@@ -12382,7 +13084,21 @@
12382
13084
  "isSealed": false,
12383
13085
  "arity": 0,
12384
13086
  "parameterCount": 4,
12385
- "isExtensionMethod": false
13087
+ "isExtensionMethod": false,
13088
+ "parameterModifiers": [
13089
+ {
13090
+ "index": 1,
13091
+ "modifier": "out"
13092
+ },
13093
+ {
13094
+ "index": 2,
13095
+ "modifier": "out"
13096
+ },
13097
+ {
13098
+ "index": 3,
13099
+ "modifier": "out"
13100
+ }
13101
+ ]
12386
13102
  },
12387
13103
  {
12388
13104
  "stableId": "System.Private.CoreLib:System.Numerics.Matrix4x4::Invert(System.Numerics.Matrix4x4,System.Numerics.Matrix4x4\u0026):System.Boolean",
@@ -12398,7 +13114,13 @@
12398
13114
  "isSealed": false,
12399
13115
  "arity": 0,
12400
13116
  "parameterCount": 2,
12401
- "isExtensionMethod": false
13117
+ "isExtensionMethod": false,
13118
+ "parameterModifiers": [
13119
+ {
13120
+ "index": 1,
13121
+ "modifier": "out"
13122
+ }
13123
+ ]
12402
13124
  },
12403
13125
  {
12404
13126
  "stableId": "System.Private.CoreLib:System.Numerics.Matrix4x4::Lerp(System.Numerics.Matrix4x4,System.Numerics.Matrix4x4,System.Single):System.Numerics.Matrix4x4",
@@ -15499,7 +16221,13 @@
15499
16221
  "isSealed": false,
15500
16222
  "arity": 0,
15501
16223
  "parameterCount": 1,
15502
- "isExtensionMethod": false
16224
+ "isExtensionMethod": false,
16225
+ "parameterModifiers": [
16226
+ {
16227
+ "index": 0,
16228
+ "modifier": "in"
16229
+ }
16230
+ ]
15503
16231
  },
15504
16232
  {
15505
16233
  "stableId": "System.Private.CoreLib:System.Numerics.Vector2::LoadUnsafe(System.Single\u0026,System.UIntPtr):System.Numerics.Vector2",
@@ -15515,7 +16243,13 @@
15515
16243
  "isSealed": false,
15516
16244
  "arity": 0,
15517
16245
  "parameterCount": 2,
15518
- "isExtensionMethod": false
16246
+ "isExtensionMethod": false,
16247
+ "parameterModifiers": [
16248
+ {
16249
+ "index": 0,
16250
+ "modifier": "in"
16251
+ }
16252
+ ]
15519
16253
  },
15520
16254
  {
15521
16255
  "stableId": "System.Private.CoreLib:System.Numerics.Vector2::Log(System.Numerics.Vector2):System.Numerics.Vector2",
@@ -17732,7 +18466,13 @@
17732
18466
  "isSealed": false,
17733
18467
  "arity": 0,
17734
18468
  "parameterCount": 1,
17735
- "isExtensionMethod": false
18469
+ "isExtensionMethod": false,
18470
+ "parameterModifiers": [
18471
+ {
18472
+ "index": 0,
18473
+ "modifier": "in"
18474
+ }
18475
+ ]
17736
18476
  },
17737
18477
  {
17738
18478
  "stableId": "System.Private.CoreLib:System.Numerics.Vector3::LoadUnsafe(System.Single\u0026,System.UIntPtr):System.Numerics.Vector3",
@@ -17748,7 +18488,13 @@
17748
18488
  "isSealed": false,
17749
18489
  "arity": 0,
17750
18490
  "parameterCount": 2,
17751
- "isExtensionMethod": false
18491
+ "isExtensionMethod": false,
18492
+ "parameterModifiers": [
18493
+ {
18494
+ "index": 0,
18495
+ "modifier": "in"
18496
+ }
18497
+ ]
17752
18498
  },
17753
18499
  {
17754
18500
  "stableId": "System.Private.CoreLib:System.Numerics.Vector3::Log(System.Numerics.Vector3):System.Numerics.Vector3",
@@ -19978,7 +20724,13 @@
19978
20724
  "isSealed": false,
19979
20725
  "arity": 0,
19980
20726
  "parameterCount": 1,
19981
- "isExtensionMethod": false
20727
+ "isExtensionMethod": false,
20728
+ "parameterModifiers": [
20729
+ {
20730
+ "index": 0,
20731
+ "modifier": "in"
20732
+ }
20733
+ ]
19982
20734
  },
19983
20735
  {
19984
20736
  "stableId": "System.Private.CoreLib:System.Numerics.Vector4::LoadUnsafe(System.Single\u0026,System.UIntPtr):System.Numerics.Vector4",
@@ -19994,7 +20746,13 @@
19994
20746
  "isSealed": false,
19995
20747
  "arity": 0,
19996
20748
  "parameterCount": 2,
19997
- "isExtensionMethod": false
20749
+ "isExtensionMethod": false,
20750
+ "parameterModifiers": [
20751
+ {
20752
+ "index": 0,
20753
+ "modifier": "in"
20754
+ }
20755
+ ]
19998
20756
  },
19999
20757
  {
20000
20758
  "stableId": "System.Private.CoreLib:System.Numerics.Vector4::Log(System.Numerics.Vector4):System.Numerics.Vector4",
@@ -23726,7 +24484,13 @@
23726
24484
  "isSealed": false,
23727
24485
  "arity": 1,
23728
24486
  "parameterCount": 1,
23729
- "isExtensionMethod": false
24487
+ "isExtensionMethod": false,
24488
+ "parameterModifiers": [
24489
+ {
24490
+ "index": 0,
24491
+ "modifier": "in"
24492
+ }
24493
+ ]
23730
24494
  },
23731
24495
  {
23732
24496
  "stableId": "System.Private.CoreLib:System.Numerics.Vector::LoadUnsafe(T\u0026,System.UIntPtr):Vector_1",
@@ -23742,7 +24506,13 @@
23742
24506
  "isSealed": false,
23743
24507
  "arity": 1,
23744
24508
  "parameterCount": 2,
23745
- "isExtensionMethod": false
24509
+ "isExtensionMethod": false,
24510
+ "parameterModifiers": [
24511
+ {
24512
+ "index": 0,
24513
+ "modifier": "in"
24514
+ }
24515
+ ]
23746
24516
  },
23747
24517
  {
23748
24518
  "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]]",
@@ -24974,7 +25744,13 @@
24974
25744
  "isSealed": false,
24975
25745
  "arity": 1,
24976
25746
  "parameterCount": 2,
24977
- "isExtensionMethod": true
25747
+ "isExtensionMethod": true,
25748
+ "parameterModifiers": [
25749
+ {
25750
+ "index": 1,
25751
+ "modifier": "ref"
25752
+ }
25753
+ ]
24978
25754
  },
24979
25755
  {
24980
25756
  "stableId": "System.Private.CoreLib:System.Numerics.Vector::StoreUnsafe(Vector_1,T\u0026,System.UIntPtr):System.Void",
@@ -24990,7 +25766,13 @@
24990
25766
  "isSealed": false,
24991
25767
  "arity": 1,
24992
25768
  "parameterCount": 3,
24993
- "isExtensionMethod": true
25769
+ "isExtensionMethod": true,
25770
+ "parameterModifiers": [
25771
+ {
25772
+ "index": 1,
25773
+ "modifier": "ref"
25774
+ }
25775
+ ]
24994
25776
  },
24995
25777
  {
24996
25778
  "stableId": "System.Private.CoreLib:System.Numerics.Vector::Subtract(Vector_1,Vector_1):Vector_1",
@@ -25102,7 +25884,17 @@
25102
25884
  "isSealed": false,
25103
25885
  "arity": 0,
25104
25886
  "parameterCount": 3,
25105
- "isExtensionMethod": false
25887
+ "isExtensionMethod": false,
25888
+ "parameterModifiers": [
25889
+ {
25890
+ "index": 1,
25891
+ "modifier": "out"
25892
+ },
25893
+ {
25894
+ "index": 2,
25895
+ "modifier": "out"
25896
+ }
25897
+ ]
25106
25898
  },
25107
25899
  {
25108
25900
  "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",
@@ -25118,7 +25910,17 @@
25118
25910
  "isSealed": false,
25119
25911
  "arity": 0,
25120
25912
  "parameterCount": 3,
25121
- "isExtensionMethod": false
25913
+ "isExtensionMethod": false,
25914
+ "parameterModifiers": [
25915
+ {
25916
+ "index": 1,
25917
+ "modifier": "out"
25918
+ },
25919
+ {
25920
+ "index": 2,
25921
+ "modifier": "out"
25922
+ }
25923
+ ]
25122
25924
  },
25123
25925
  {
25124
25926
  "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",
@@ -25134,7 +25936,17 @@
25134
25936
  "isSealed": false,
25135
25937
  "arity": 0,
25136
25938
  "parameterCount": 3,
25137
- "isExtensionMethod": false
25939
+ "isExtensionMethod": false,
25940
+ "parameterModifiers": [
25941
+ {
25942
+ "index": 1,
25943
+ "modifier": "out"
25944
+ },
25945
+ {
25946
+ "index": 2,
25947
+ "modifier": "out"
25948
+ }
25949
+ ]
25138
25950
  },
25139
25951
  {
25140
25952
  "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",
@@ -25150,7 +25962,17 @@
25150
25962
  "isSealed": false,
25151
25963
  "arity": 0,
25152
25964
  "parameterCount": 3,
25153
- "isExtensionMethod": false
25965
+ "isExtensionMethod": false,
25966
+ "parameterModifiers": [
25967
+ {
25968
+ "index": 1,
25969
+ "modifier": "out"
25970
+ },
25971
+ {
25972
+ "index": 2,
25973
+ "modifier": "out"
25974
+ }
25975
+ ]
25154
25976
  },
25155
25977
  {
25156
25978
  "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",
@@ -25166,7 +25988,17 @@
25166
25988
  "isSealed": false,
25167
25989
  "arity": 0,
25168
25990
  "parameterCount": 3,
25169
- "isExtensionMethod": false
25991
+ "isExtensionMethod": false,
25992
+ "parameterModifiers": [
25993
+ {
25994
+ "index": 1,
25995
+ "modifier": "out"
25996
+ },
25997
+ {
25998
+ "index": 2,
25999
+ "modifier": "out"
26000
+ }
26001
+ ]
25170
26002
  },
25171
26003
  {
25172
26004
  "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",
@@ -25182,7 +26014,17 @@
25182
26014
  "isSealed": false,
25183
26015
  "arity": 0,
25184
26016
  "parameterCount": 3,
25185
- "isExtensionMethod": false
26017
+ "isExtensionMethod": false,
26018
+ "parameterModifiers": [
26019
+ {
26020
+ "index": 1,
26021
+ "modifier": "out"
26022
+ },
26023
+ {
26024
+ "index": 2,
26025
+ "modifier": "out"
26026
+ }
26027
+ ]
25186
26028
  },
25187
26029
  {
25188
26030
  "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",
@@ -25198,7 +26040,17 @@
25198
26040
  "isSealed": false,
25199
26041
  "arity": 0,
25200
26042
  "parameterCount": 3,
25201
- "isExtensionMethod": false
26043
+ "isExtensionMethod": false,
26044
+ "parameterModifiers": [
26045
+ {
26046
+ "index": 1,
26047
+ "modifier": "out"
26048
+ },
26049
+ {
26050
+ "index": 2,
26051
+ "modifier": "out"
26052
+ }
26053
+ ]
25202
26054
  },
25203
26055
  {
25204
26056
  "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]]",
@@ -25614,7 +26466,13 @@
25614
26466
  "isSealed": false,
25615
26467
  "arity": 0,
25616
26468
  "parameterCount": 2,
25617
- "isExtensionMethod": true
26469
+ "isExtensionMethod": true,
26470
+ "parameterModifiers": [
26471
+ {
26472
+ "index": 1,
26473
+ "modifier": "ref"
26474
+ }
26475
+ ]
25618
26476
  },
25619
26477
  {
25620
26478
  "stableId": "System.Private.CoreLib:System.Numerics.Vector::StoreUnsafe(System.Numerics.Vector2,System.Single\u0026,System.UIntPtr):System.Void",
@@ -25630,7 +26488,13 @@
25630
26488
  "isSealed": false,
25631
26489
  "arity": 0,
25632
26490
  "parameterCount": 3,
25633
- "isExtensionMethod": true
26491
+ "isExtensionMethod": true,
26492
+ "parameterModifiers": [
26493
+ {
26494
+ "index": 1,
26495
+ "modifier": "ref"
26496
+ }
26497
+ ]
25634
26498
  },
25635
26499
  {
25636
26500
  "stableId": "System.Private.CoreLib:System.Numerics.Vector::ToScalar(System.Numerics.Vector2):System.Single",
@@ -25806,7 +26670,13 @@
25806
26670
  "isSealed": false,
25807
26671
  "arity": 0,
25808
26672
  "parameterCount": 2,
25809
- "isExtensionMethod": true
26673
+ "isExtensionMethod": true,
26674
+ "parameterModifiers": [
26675
+ {
26676
+ "index": 1,
26677
+ "modifier": "ref"
26678
+ }
26679
+ ]
25810
26680
  },
25811
26681
  {
25812
26682
  "stableId": "System.Private.CoreLib:System.Numerics.Vector::StoreUnsafe(System.Numerics.Vector3,System.Single\u0026,System.UIntPtr):System.Void",
@@ -25822,7 +26692,13 @@
25822
26692
  "isSealed": false,
25823
26693
  "arity": 0,
25824
26694
  "parameterCount": 3,
25825
- "isExtensionMethod": true
26695
+ "isExtensionMethod": true,
26696
+ "parameterModifiers": [
26697
+ {
26698
+ "index": 1,
26699
+ "modifier": "ref"
26700
+ }
26701
+ ]
25826
26702
  },
25827
26703
  {
25828
26704
  "stableId": "System.Private.CoreLib:System.Numerics.Vector::ToScalar(System.Numerics.Vector3):System.Single",
@@ -26014,7 +26890,13 @@
26014
26890
  "isSealed": false,
26015
26891
  "arity": 0,
26016
26892
  "parameterCount": 2,
26017
- "isExtensionMethod": true
26893
+ "isExtensionMethod": true,
26894
+ "parameterModifiers": [
26895
+ {
26896
+ "index": 1,
26897
+ "modifier": "ref"
26898
+ }
26899
+ ]
26018
26900
  },
26019
26901
  {
26020
26902
  "stableId": "System.Private.CoreLib:System.Numerics.Vector::StoreUnsafe(System.Numerics.Vector4,System.Single\u0026,System.UIntPtr):System.Void",
@@ -26030,7 +26912,13 @@
26030
26912
  "isSealed": false,
26031
26913
  "arity": 0,
26032
26914
  "parameterCount": 3,
26033
- "isExtensionMethod": true
26915
+ "isExtensionMethod": true,
26916
+ "parameterModifiers": [
26917
+ {
26918
+ "index": 1,
26919
+ "modifier": "ref"
26920
+ }
26921
+ ]
26034
26922
  },
26035
26923
  {
26036
26924
  "stableId": "System.Private.CoreLib:System.Numerics.Vector::ToScalar(System.Numerics.Vector4):System.Single",