@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
@@ -29,7 +29,17 @@
29
29
  "isSealed": false,
30
30
  "arity": 0,
31
31
  "parameterCount": 5,
32
- "isExtensionMethod": false
32
+ "isExtensionMethod": false,
33
+ "parameterModifiers": [
34
+ {
35
+ "index": 2,
36
+ "modifier": "out"
37
+ },
38
+ {
39
+ "index": 3,
40
+ "modifier": "out"
41
+ }
42
+ ]
33
43
  },
34
44
  {
35
45
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Base64::GetMaxEncodedToUtf8Length(System.Int32):System.Int32",
@@ -61,7 +71,13 @@
61
71
  "isSealed": false,
62
72
  "arity": 0,
63
73
  "parameterCount": 3,
64
- "isExtensionMethod": false
74
+ "isExtensionMethod": false,
75
+ "parameterModifiers": [
76
+ {
77
+ "index": 2,
78
+ "modifier": "out"
79
+ }
80
+ ]
65
81
  },
66
82
  {
67
83
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Base64::DecodeFromUtf8(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.Int32\u0026,System.Boolean):System.Buffers.OperationStatus",
@@ -77,7 +93,17 @@
77
93
  "isSealed": false,
78
94
  "arity": 0,
79
95
  "parameterCount": 5,
80
- "isExtensionMethod": false
96
+ "isExtensionMethod": false,
97
+ "parameterModifiers": [
98
+ {
99
+ "index": 2,
100
+ "modifier": "out"
101
+ },
102
+ {
103
+ "index": 3,
104
+ "modifier": "out"
105
+ }
106
+ ]
81
107
  },
82
108
  {
83
109
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Base64::GetMaxDecodedFromUtf8Length(System.Int32):System.Int32",
@@ -109,7 +135,13 @@
109
135
  "isSealed": false,
110
136
  "arity": 0,
111
137
  "parameterCount": 2,
112
- "isExtensionMethod": false
138
+ "isExtensionMethod": false,
139
+ "parameterModifiers": [
140
+ {
141
+ "index": 1,
142
+ "modifier": "out"
143
+ }
144
+ ]
113
145
  },
114
146
  {
115
147
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Base64::IsValid(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
@@ -141,7 +173,13 @@
141
173
  "isSealed": false,
142
174
  "arity": 0,
143
175
  "parameterCount": 2,
144
- "isExtensionMethod": false
176
+ "isExtensionMethod": false,
177
+ "parameterModifiers": [
178
+ {
179
+ "index": 1,
180
+ "modifier": "out"
181
+ }
182
+ ]
145
183
  },
146
184
  {
147
185
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Base64::IsValid(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
@@ -173,7 +211,13 @@
173
211
  "isSealed": false,
174
212
  "arity": 0,
175
213
  "parameterCount": 2,
176
- "isExtensionMethod": false
214
+ "isExtensionMethod": false,
215
+ "parameterModifiers": [
216
+ {
217
+ "index": 1,
218
+ "modifier": "out"
219
+ }
220
+ ]
177
221
  }
178
222
  ],
179
223
  "properties": [],
@@ -222,7 +266,17 @@
222
266
  "isSealed": false,
223
267
  "arity": 0,
224
268
  "parameterCount": 5,
225
- "isExtensionMethod": false
269
+ "isExtensionMethod": false,
270
+ "parameterModifiers": [
271
+ {
272
+ "index": 2,
273
+ "modifier": "out"
274
+ },
275
+ {
276
+ "index": 3,
277
+ "modifier": "out"
278
+ }
279
+ ]
226
280
  },
227
281
  {
228
282
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Base64Url::DecodeFromUtf8InPlace(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32",
@@ -270,7 +324,13 @@
270
324
  "isSealed": false,
271
325
  "arity": 0,
272
326
  "parameterCount": 3,
273
- "isExtensionMethod": false
327
+ "isExtensionMethod": false,
328
+ "parameterModifiers": [
329
+ {
330
+ "index": 2,
331
+ "modifier": "out"
332
+ }
333
+ ]
274
334
  },
275
335
  {
276
336
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Base64Url::DecodeFromUtf8(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Byte[]",
@@ -302,7 +362,17 @@
302
362
  "isSealed": false,
303
363
  "arity": 0,
304
364
  "parameterCount": 5,
305
- "isExtensionMethod": false
365
+ "isExtensionMethod": false,
366
+ "parameterModifiers": [
367
+ {
368
+ "index": 2,
369
+ "modifier": "out"
370
+ },
371
+ {
372
+ "index": 3,
373
+ "modifier": "out"
374
+ }
375
+ ]
306
376
  },
307
377
  {
308
378
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Base64Url::DecodeFromChars(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32",
@@ -334,7 +404,13 @@
334
404
  "isSealed": false,
335
405
  "arity": 0,
336
406
  "parameterCount": 3,
337
- "isExtensionMethod": false
407
+ "isExtensionMethod": false,
408
+ "parameterModifiers": [
409
+ {
410
+ "index": 2,
411
+ "modifier": "out"
412
+ }
413
+ ]
338
414
  },
339
415
  {
340
416
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Base64Url::DecodeFromChars(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Byte[]",
@@ -366,7 +442,17 @@
366
442
  "isSealed": false,
367
443
  "arity": 0,
368
444
  "parameterCount": 5,
369
- "isExtensionMethod": false
445
+ "isExtensionMethod": false,
446
+ "parameterModifiers": [
447
+ {
448
+ "index": 2,
449
+ "modifier": "out"
450
+ },
451
+ {
452
+ "index": 3,
453
+ "modifier": "out"
454
+ }
455
+ ]
370
456
  },
371
457
  {
372
458
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Base64Url::GetEncodedLength(System.Int32):System.Int32",
@@ -430,7 +516,17 @@
430
516
  "isSealed": false,
431
517
  "arity": 0,
432
518
  "parameterCount": 5,
433
- "isExtensionMethod": false
519
+ "isExtensionMethod": false,
520
+ "parameterModifiers": [
521
+ {
522
+ "index": 2,
523
+ "modifier": "out"
524
+ },
525
+ {
526
+ "index": 3,
527
+ "modifier": "out"
528
+ }
529
+ ]
434
530
  },
435
531
  {
436
532
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Base64Url::EncodeToChars(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32",
@@ -494,7 +590,13 @@
494
590
  "isSealed": false,
495
591
  "arity": 0,
496
592
  "parameterCount": 3,
497
- "isExtensionMethod": false
593
+ "isExtensionMethod": false,
594
+ "parameterModifiers": [
595
+ {
596
+ "index": 2,
597
+ "modifier": "out"
598
+ }
599
+ ]
498
600
  },
499
601
  {
500
602
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Base64Url::TryEncodeToUtf8(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
@@ -510,7 +612,13 @@
510
612
  "isSealed": false,
511
613
  "arity": 0,
512
614
  "parameterCount": 3,
513
- "isExtensionMethod": false
615
+ "isExtensionMethod": false,
616
+ "parameterModifiers": [
617
+ {
618
+ "index": 2,
619
+ "modifier": "out"
620
+ }
621
+ ]
514
622
  },
515
623
  {
516
624
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Base64Url::TryEncodeToUtf8InPlace(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32,System.Int32\u0026):System.Boolean",
@@ -526,7 +634,13 @@
526
634
  "isSealed": false,
527
635
  "arity": 0,
528
636
  "parameterCount": 3,
529
- "isExtensionMethod": false
637
+ "isExtensionMethod": false,
638
+ "parameterModifiers": [
639
+ {
640
+ "index": 2,
641
+ "modifier": "out"
642
+ }
643
+ ]
530
644
  },
531
645
  {
532
646
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Base64Url::IsValid(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
@@ -558,7 +672,13 @@
558
672
  "isSealed": false,
559
673
  "arity": 0,
560
674
  "parameterCount": 2,
561
- "isExtensionMethod": false
675
+ "isExtensionMethod": false,
676
+ "parameterModifiers": [
677
+ {
678
+ "index": 1,
679
+ "modifier": "out"
680
+ }
681
+ ]
562
682
  },
563
683
  {
564
684
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Base64Url::IsValid(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
@@ -590,7 +710,13 @@
590
710
  "isSealed": false,
591
711
  "arity": 0,
592
712
  "parameterCount": 2,
593
- "isExtensionMethod": false
713
+ "isExtensionMethod": false,
714
+ "parameterModifiers": [
715
+ {
716
+ "index": 1,
717
+ "modifier": "out"
718
+ }
719
+ ]
594
720
  }
595
721
  ],
596
722
  "properties": [],
@@ -623,7 +749,13 @@
623
749
  "isSealed": false,
624
750
  "arity": 0,
625
751
  "parameterCount": 4,
626
- "isExtensionMethod": false
752
+ "isExtensionMethod": false,
753
+ "parameterModifiers": [
754
+ {
755
+ "index": 2,
756
+ "modifier": "out"
757
+ }
758
+ ]
627
759
  },
628
760
  {
629
761
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Utf8Formatter::TryFormat(System.DateTimeOffset,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.Buffers.StandardFormat):System.Boolean",
@@ -639,7 +771,13 @@
639
771
  "isSealed": false,
640
772
  "arity": 0,
641
773
  "parameterCount": 4,
642
- "isExtensionMethod": false
774
+ "isExtensionMethod": false,
775
+ "parameterModifiers": [
776
+ {
777
+ "index": 2,
778
+ "modifier": "out"
779
+ }
780
+ ]
643
781
  },
644
782
  {
645
783
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Utf8Formatter::TryFormat(System.DateTime,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.Buffers.StandardFormat):System.Boolean",
@@ -655,7 +793,13 @@
655
793
  "isSealed": false,
656
794
  "arity": 0,
657
795
  "parameterCount": 4,
658
- "isExtensionMethod": false
796
+ "isExtensionMethod": false,
797
+ "parameterModifiers": [
798
+ {
799
+ "index": 2,
800
+ "modifier": "out"
801
+ }
802
+ ]
659
803
  },
660
804
  {
661
805
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Utf8Formatter::TryFormat(System.Decimal,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.Buffers.StandardFormat):System.Boolean",
@@ -671,7 +815,13 @@
671
815
  "isSealed": false,
672
816
  "arity": 0,
673
817
  "parameterCount": 4,
674
- "isExtensionMethod": false
818
+ "isExtensionMethod": false,
819
+ "parameterModifiers": [
820
+ {
821
+ "index": 2,
822
+ "modifier": "out"
823
+ }
824
+ ]
675
825
  },
676
826
  {
677
827
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Utf8Formatter::TryFormat(System.Double,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.Buffers.StandardFormat):System.Boolean",
@@ -687,7 +837,13 @@
687
837
  "isSealed": false,
688
838
  "arity": 0,
689
839
  "parameterCount": 4,
690
- "isExtensionMethod": false
840
+ "isExtensionMethod": false,
841
+ "parameterModifiers": [
842
+ {
843
+ "index": 2,
844
+ "modifier": "out"
845
+ }
846
+ ]
691
847
  },
692
848
  {
693
849
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Utf8Formatter::TryFormat(System.Single,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.Buffers.StandardFormat):System.Boolean",
@@ -703,7 +859,13 @@
703
859
  "isSealed": false,
704
860
  "arity": 0,
705
861
  "parameterCount": 4,
706
- "isExtensionMethod": false
862
+ "isExtensionMethod": false,
863
+ "parameterModifiers": [
864
+ {
865
+ "index": 2,
866
+ "modifier": "out"
867
+ }
868
+ ]
707
869
  },
708
870
  {
709
871
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Utf8Formatter::TryFormat(System.Guid,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.Buffers.StandardFormat):System.Boolean",
@@ -719,7 +881,13 @@
719
881
  "isSealed": false,
720
882
  "arity": 0,
721
883
  "parameterCount": 4,
722
- "isExtensionMethod": false
884
+ "isExtensionMethod": false,
885
+ "parameterModifiers": [
886
+ {
887
+ "index": 2,
888
+ "modifier": "out"
889
+ }
890
+ ]
723
891
  },
724
892
  {
725
893
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Utf8Formatter::TryFormat(System.Byte,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.Buffers.StandardFormat):System.Boolean",
@@ -735,7 +903,13 @@
735
903
  "isSealed": false,
736
904
  "arity": 0,
737
905
  "parameterCount": 4,
738
- "isExtensionMethod": false
906
+ "isExtensionMethod": false,
907
+ "parameterModifiers": [
908
+ {
909
+ "index": 2,
910
+ "modifier": "out"
911
+ }
912
+ ]
739
913
  },
740
914
  {
741
915
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Utf8Formatter::TryFormat(System.SByte,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.Buffers.StandardFormat):System.Boolean",
@@ -751,7 +925,13 @@
751
925
  "isSealed": false,
752
926
  "arity": 0,
753
927
  "parameterCount": 4,
754
- "isExtensionMethod": false
928
+ "isExtensionMethod": false,
929
+ "parameterModifiers": [
930
+ {
931
+ "index": 2,
932
+ "modifier": "out"
933
+ }
934
+ ]
755
935
  },
756
936
  {
757
937
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Utf8Formatter::TryFormat(System.UInt16,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.Buffers.StandardFormat):System.Boolean",
@@ -767,7 +947,13 @@
767
947
  "isSealed": false,
768
948
  "arity": 0,
769
949
  "parameterCount": 4,
770
- "isExtensionMethod": false
950
+ "isExtensionMethod": false,
951
+ "parameterModifiers": [
952
+ {
953
+ "index": 2,
954
+ "modifier": "out"
955
+ }
956
+ ]
771
957
  },
772
958
  {
773
959
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Utf8Formatter::TryFormat(System.Int16,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.Buffers.StandardFormat):System.Boolean",
@@ -783,7 +969,13 @@
783
969
  "isSealed": false,
784
970
  "arity": 0,
785
971
  "parameterCount": 4,
786
- "isExtensionMethod": false
972
+ "isExtensionMethod": false,
973
+ "parameterModifiers": [
974
+ {
975
+ "index": 2,
976
+ "modifier": "out"
977
+ }
978
+ ]
787
979
  },
788
980
  {
789
981
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Utf8Formatter::TryFormat(System.UInt32,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.Buffers.StandardFormat):System.Boolean",
@@ -799,7 +991,13 @@
799
991
  "isSealed": false,
800
992
  "arity": 0,
801
993
  "parameterCount": 4,
802
- "isExtensionMethod": false
994
+ "isExtensionMethod": false,
995
+ "parameterModifiers": [
996
+ {
997
+ "index": 2,
998
+ "modifier": "out"
999
+ }
1000
+ ]
803
1001
  },
804
1002
  {
805
1003
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Utf8Formatter::TryFormat(System.Int32,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.Buffers.StandardFormat):System.Boolean",
@@ -815,7 +1013,13 @@
815
1013
  "isSealed": false,
816
1014
  "arity": 0,
817
1015
  "parameterCount": 4,
818
- "isExtensionMethod": false
1016
+ "isExtensionMethod": false,
1017
+ "parameterModifiers": [
1018
+ {
1019
+ "index": 2,
1020
+ "modifier": "out"
1021
+ }
1022
+ ]
819
1023
  },
820
1024
  {
821
1025
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Utf8Formatter::TryFormat(System.UInt64,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.Buffers.StandardFormat):System.Boolean",
@@ -831,7 +1035,13 @@
831
1035
  "isSealed": false,
832
1036
  "arity": 0,
833
1037
  "parameterCount": 4,
834
- "isExtensionMethod": false
1038
+ "isExtensionMethod": false,
1039
+ "parameterModifiers": [
1040
+ {
1041
+ "index": 2,
1042
+ "modifier": "out"
1043
+ }
1044
+ ]
835
1045
  },
836
1046
  {
837
1047
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Utf8Formatter::TryFormat(System.Int64,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.Buffers.StandardFormat):System.Boolean",
@@ -847,7 +1057,13 @@
847
1057
  "isSealed": false,
848
1058
  "arity": 0,
849
1059
  "parameterCount": 4,
850
- "isExtensionMethod": false
1060
+ "isExtensionMethod": false,
1061
+ "parameterModifiers": [
1062
+ {
1063
+ "index": 2,
1064
+ "modifier": "out"
1065
+ }
1066
+ ]
851
1067
  },
852
1068
  {
853
1069
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Utf8Formatter::TryFormat(System.TimeSpan,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.Buffers.StandardFormat):System.Boolean",
@@ -863,7 +1079,13 @@
863
1079
  "isSealed": false,
864
1080
  "arity": 0,
865
1081
  "parameterCount": 4,
866
- "isExtensionMethod": false
1082
+ "isExtensionMethod": false,
1083
+ "parameterModifiers": [
1084
+ {
1085
+ "index": 2,
1086
+ "modifier": "out"
1087
+ }
1088
+ ]
867
1089
  }
868
1090
  ],
869
1091
  "properties": [],
@@ -896,7 +1118,17 @@
896
1118
  "isSealed": false,
897
1119
  "arity": 0,
898
1120
  "parameterCount": 4,
899
- "isExtensionMethod": false
1121
+ "isExtensionMethod": false,
1122
+ "parameterModifiers": [
1123
+ {
1124
+ "index": 1,
1125
+ "modifier": "out"
1126
+ },
1127
+ {
1128
+ "index": 2,
1129
+ "modifier": "out"
1130
+ }
1131
+ ]
900
1132
  },
901
1133
  {
902
1134
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Utf8Parser::TryParse(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.DateTime\u0026,System.Int32\u0026,System.Char):System.Boolean",
@@ -912,7 +1144,17 @@
912
1144
  "isSealed": false,
913
1145
  "arity": 0,
914
1146
  "parameterCount": 4,
915
- "isExtensionMethod": false
1147
+ "isExtensionMethod": false,
1148
+ "parameterModifiers": [
1149
+ {
1150
+ "index": 1,
1151
+ "modifier": "out"
1152
+ },
1153
+ {
1154
+ "index": 2,
1155
+ "modifier": "out"
1156
+ }
1157
+ ]
916
1158
  },
917
1159
  {
918
1160
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Utf8Parser::TryParse(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.DateTimeOffset\u0026,System.Int32\u0026,System.Char):System.Boolean",
@@ -928,7 +1170,17 @@
928
1170
  "isSealed": false,
929
1171
  "arity": 0,
930
1172
  "parameterCount": 4,
931
- "isExtensionMethod": false
1173
+ "isExtensionMethod": false,
1174
+ "parameterModifiers": [
1175
+ {
1176
+ "index": 1,
1177
+ "modifier": "out"
1178
+ },
1179
+ {
1180
+ "index": 2,
1181
+ "modifier": "out"
1182
+ }
1183
+ ]
932
1184
  },
933
1185
  {
934
1186
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Utf8Parser::TryParse(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Decimal\u0026,System.Int32\u0026,System.Char):System.Boolean",
@@ -944,7 +1196,17 @@
944
1196
  "isSealed": false,
945
1197
  "arity": 0,
946
1198
  "parameterCount": 4,
947
- "isExtensionMethod": false
1199
+ "isExtensionMethod": false,
1200
+ "parameterModifiers": [
1201
+ {
1202
+ "index": 1,
1203
+ "modifier": "out"
1204
+ },
1205
+ {
1206
+ "index": 2,
1207
+ "modifier": "out"
1208
+ }
1209
+ ]
948
1210
  },
949
1211
  {
950
1212
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Utf8Parser::TryParse(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Single\u0026,System.Int32\u0026,System.Char):System.Boolean",
@@ -960,7 +1222,17 @@
960
1222
  "isSealed": false,
961
1223
  "arity": 0,
962
1224
  "parameterCount": 4,
963
- "isExtensionMethod": false
1225
+ "isExtensionMethod": false,
1226
+ "parameterModifiers": [
1227
+ {
1228
+ "index": 1,
1229
+ "modifier": "out"
1230
+ },
1231
+ {
1232
+ "index": 2,
1233
+ "modifier": "out"
1234
+ }
1235
+ ]
964
1236
  },
965
1237
  {
966
1238
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Utf8Parser::TryParse(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Double\u0026,System.Int32\u0026,System.Char):System.Boolean",
@@ -976,7 +1248,17 @@
976
1248
  "isSealed": false,
977
1249
  "arity": 0,
978
1250
  "parameterCount": 4,
979
- "isExtensionMethod": false
1251
+ "isExtensionMethod": false,
1252
+ "parameterModifiers": [
1253
+ {
1254
+ "index": 1,
1255
+ "modifier": "out"
1256
+ },
1257
+ {
1258
+ "index": 2,
1259
+ "modifier": "out"
1260
+ }
1261
+ ]
980
1262
  },
981
1263
  {
982
1264
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Utf8Parser::TryParse(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Guid\u0026,System.Int32\u0026,System.Char):System.Boolean",
@@ -992,7 +1274,17 @@
992
1274
  "isSealed": false,
993
1275
  "arity": 0,
994
1276
  "parameterCount": 4,
995
- "isExtensionMethod": false
1277
+ "isExtensionMethod": false,
1278
+ "parameterModifiers": [
1279
+ {
1280
+ "index": 1,
1281
+ "modifier": "out"
1282
+ },
1283
+ {
1284
+ "index": 2,
1285
+ "modifier": "out"
1286
+ }
1287
+ ]
996
1288
  },
997
1289
  {
998
1290
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Utf8Parser::TryParse(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.SByte\u0026,System.Int32\u0026,System.Char):System.Boolean",
@@ -1008,7 +1300,17 @@
1008
1300
  "isSealed": false,
1009
1301
  "arity": 0,
1010
1302
  "parameterCount": 4,
1011
- "isExtensionMethod": false
1303
+ "isExtensionMethod": false,
1304
+ "parameterModifiers": [
1305
+ {
1306
+ "index": 1,
1307
+ "modifier": "out"
1308
+ },
1309
+ {
1310
+ "index": 2,
1311
+ "modifier": "out"
1312
+ }
1313
+ ]
1012
1314
  },
1013
1315
  {
1014
1316
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Utf8Parser::TryParse(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int16\u0026,System.Int32\u0026,System.Char):System.Boolean",
@@ -1024,7 +1326,17 @@
1024
1326
  "isSealed": false,
1025
1327
  "arity": 0,
1026
1328
  "parameterCount": 4,
1027
- "isExtensionMethod": false
1329
+ "isExtensionMethod": false,
1330
+ "parameterModifiers": [
1331
+ {
1332
+ "index": 1,
1333
+ "modifier": "out"
1334
+ },
1335
+ {
1336
+ "index": 2,
1337
+ "modifier": "out"
1338
+ }
1339
+ ]
1028
1340
  },
1029
1341
  {
1030
1342
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Utf8Parser::TryParse(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.Int32\u0026,System.Char):System.Boolean",
@@ -1040,7 +1352,17 @@
1040
1352
  "isSealed": false,
1041
1353
  "arity": 0,
1042
1354
  "parameterCount": 4,
1043
- "isExtensionMethod": false
1355
+ "isExtensionMethod": false,
1356
+ "parameterModifiers": [
1357
+ {
1358
+ "index": 1,
1359
+ "modifier": "out"
1360
+ },
1361
+ {
1362
+ "index": 2,
1363
+ "modifier": "out"
1364
+ }
1365
+ ]
1044
1366
  },
1045
1367
  {
1046
1368
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Utf8Parser::TryParse(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int64\u0026,System.Int32\u0026,System.Char):System.Boolean",
@@ -1056,7 +1378,17 @@
1056
1378
  "isSealed": false,
1057
1379
  "arity": 0,
1058
1380
  "parameterCount": 4,
1059
- "isExtensionMethod": false
1381
+ "isExtensionMethod": false,
1382
+ "parameterModifiers": [
1383
+ {
1384
+ "index": 1,
1385
+ "modifier": "out"
1386
+ },
1387
+ {
1388
+ "index": 2,
1389
+ "modifier": "out"
1390
+ }
1391
+ ]
1060
1392
  },
1061
1393
  {
1062
1394
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Utf8Parser::TryParse(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Byte\u0026,System.Int32\u0026,System.Char):System.Boolean",
@@ -1072,7 +1404,17 @@
1072
1404
  "isSealed": false,
1073
1405
  "arity": 0,
1074
1406
  "parameterCount": 4,
1075
- "isExtensionMethod": false
1407
+ "isExtensionMethod": false,
1408
+ "parameterModifiers": [
1409
+ {
1410
+ "index": 1,
1411
+ "modifier": "out"
1412
+ },
1413
+ {
1414
+ "index": 2,
1415
+ "modifier": "out"
1416
+ }
1417
+ ]
1076
1418
  },
1077
1419
  {
1078
1420
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Utf8Parser::TryParse(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.UInt16\u0026,System.Int32\u0026,System.Char):System.Boolean",
@@ -1088,7 +1430,17 @@
1088
1430
  "isSealed": false,
1089
1431
  "arity": 0,
1090
1432
  "parameterCount": 4,
1091
- "isExtensionMethod": false
1433
+ "isExtensionMethod": false,
1434
+ "parameterModifiers": [
1435
+ {
1436
+ "index": 1,
1437
+ "modifier": "out"
1438
+ },
1439
+ {
1440
+ "index": 2,
1441
+ "modifier": "out"
1442
+ }
1443
+ ]
1092
1444
  },
1093
1445
  {
1094
1446
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Utf8Parser::TryParse(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.UInt32\u0026,System.Int32\u0026,System.Char):System.Boolean",
@@ -1104,7 +1456,17 @@
1104
1456
  "isSealed": false,
1105
1457
  "arity": 0,
1106
1458
  "parameterCount": 4,
1107
- "isExtensionMethod": false
1459
+ "isExtensionMethod": false,
1460
+ "parameterModifiers": [
1461
+ {
1462
+ "index": 1,
1463
+ "modifier": "out"
1464
+ },
1465
+ {
1466
+ "index": 2,
1467
+ "modifier": "out"
1468
+ }
1469
+ ]
1108
1470
  },
1109
1471
  {
1110
1472
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Utf8Parser::TryParse(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.UInt64\u0026,System.Int32\u0026,System.Char):System.Boolean",
@@ -1120,7 +1482,17 @@
1120
1482
  "isSealed": false,
1121
1483
  "arity": 0,
1122
1484
  "parameterCount": 4,
1123
- "isExtensionMethod": false
1485
+ "isExtensionMethod": false,
1486
+ "parameterModifiers": [
1487
+ {
1488
+ "index": 1,
1489
+ "modifier": "out"
1490
+ },
1491
+ {
1492
+ "index": 2,
1493
+ "modifier": "out"
1494
+ }
1495
+ ]
1124
1496
  },
1125
1497
  {
1126
1498
  "stableId": "System.Private.CoreLib:System.Buffers.Text.Utf8Parser::TryParse(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.TimeSpan\u0026,System.Int32\u0026,System.Char):System.Boolean",
@@ -1136,7 +1508,17 @@
1136
1508
  "isSealed": false,
1137
1509
  "arity": 0,
1138
1510
  "parameterCount": 4,
1139
- "isExtensionMethod": false
1511
+ "isExtensionMethod": false,
1512
+ "parameterModifiers": [
1513
+ {
1514
+ "index": 1,
1515
+ "modifier": "out"
1516
+ },
1517
+ {
1518
+ "index": 2,
1519
+ "modifier": "out"
1520
+ }
1521
+ ]
1140
1522
  }
1141
1523
  ],
1142
1524
  "properties": [],