@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
@@ -20,7 +20,13 @@
20
20
  "parameterCount": 2,
21
21
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument\u002BArgumentToJSCallback\u00601",
22
22
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
23
- "isExtensionMethod": false
23
+ "isExtensionMethod": false,
24
+ "parameterModifiers": [
25
+ {
26
+ "index": 0,
27
+ "modifier": "ref"
28
+ }
29
+ ]
24
30
  },
25
31
  {
26
32
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument\u002BArgumentToJSCallback\u00601::BeginInvoke(System.Runtime.InteropServices.JavaScript.JSMarshalerArgument\u0026,T,System.AsyncCallback,System.Object):System.IAsyncResult",
@@ -34,7 +40,13 @@
34
40
  "parameterCount": 4,
35
41
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument\u002BArgumentToJSCallback\u00601",
36
42
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
37
- "isExtensionMethod": false
43
+ "isExtensionMethod": false,
44
+ "parameterModifiers": [
45
+ {
46
+ "index": 0,
47
+ "modifier": "ref"
48
+ }
49
+ ]
38
50
  },
39
51
  {
40
52
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument\u002BArgumentToJSCallback\u00601::EndInvoke(System.Runtime.InteropServices.JavaScript.JSMarshalerArgument\u0026,System.IAsyncResult):System.Void",
@@ -48,7 +60,13 @@
48
60
  "parameterCount": 2,
49
61
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument\u002BArgumentToJSCallback\u00601",
50
62
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
51
- "isExtensionMethod": false
63
+ "isExtensionMethod": false,
64
+ "parameterModifiers": [
65
+ {
66
+ "index": 0,
67
+ "modifier": "ref"
68
+ }
69
+ ]
52
70
  }
53
71
  ],
54
72
  "properties": [],
@@ -371,7 +389,17 @@
371
389
  "parameterCount": 2,
372
390
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument\u002BArgumentToManagedCallback\u00601",
373
391
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
374
- "isExtensionMethod": false
392
+ "isExtensionMethod": false,
393
+ "parameterModifiers": [
394
+ {
395
+ "index": 0,
396
+ "modifier": "ref"
397
+ },
398
+ {
399
+ "index": 1,
400
+ "modifier": "out"
401
+ }
402
+ ]
375
403
  },
376
404
  {
377
405
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument\u002BArgumentToManagedCallback\u00601::BeginInvoke(System.Runtime.InteropServices.JavaScript.JSMarshalerArgument\u0026,T\u0026,System.AsyncCallback,System.Object):System.IAsyncResult",
@@ -385,7 +413,17 @@
385
413
  "parameterCount": 4,
386
414
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument\u002BArgumentToManagedCallback\u00601",
387
415
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
388
- "isExtensionMethod": false
416
+ "isExtensionMethod": false,
417
+ "parameterModifiers": [
418
+ {
419
+ "index": 0,
420
+ "modifier": "ref"
421
+ },
422
+ {
423
+ "index": 1,
424
+ "modifier": "out"
425
+ }
426
+ ]
389
427
  },
390
428
  {
391
429
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument\u002BArgumentToManagedCallback\u00601::EndInvoke(System.Runtime.InteropServices.JavaScript.JSMarshalerArgument\u0026,T\u0026,System.IAsyncResult):System.Void",
@@ -399,7 +437,17 @@
399
437
  "parameterCount": 3,
400
438
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument\u002BArgumentToManagedCallback\u00601",
401
439
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
402
- "isExtensionMethod": false
440
+ "isExtensionMethod": false,
441
+ "parameterModifiers": [
442
+ {
443
+ "index": 0,
444
+ "modifier": "ref"
445
+ },
446
+ {
447
+ "index": 1,
448
+ "modifier": "out"
449
+ }
450
+ ]
403
451
  }
404
452
  ],
405
453
  "properties": [],
@@ -736,7 +784,13 @@
736
784
  "parameterCount": 1,
737
785
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
738
786
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
739
- "isExtensionMethod": false
787
+ "isExtensionMethod": false,
788
+ "parameterModifiers": [
789
+ {
790
+ "index": 0,
791
+ "modifier": "out"
792
+ }
793
+ ]
740
794
  },
741
795
  {
742
796
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Boolean):System.Void",
@@ -764,7 +818,13 @@
764
818
  "parameterCount": 1,
765
819
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
766
820
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
767
- "isExtensionMethod": false
821
+ "isExtensionMethod": false,
822
+ "parameterModifiers": [
823
+ {
824
+ "index": 0,
825
+ "modifier": "out"
826
+ }
827
+ ]
768
828
  },
769
829
  {
770
830
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
@@ -792,7 +852,13 @@
792
852
  "parameterCount": 1,
793
853
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
794
854
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
795
- "isExtensionMethod": false
855
+ "isExtensionMethod": false,
856
+ "parameterModifiers": [
857
+ {
858
+ "index": 0,
859
+ "modifier": "out"
860
+ }
861
+ ]
796
862
  },
797
863
  {
798
864
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Byte):System.Void",
@@ -820,7 +886,13 @@
820
886
  "parameterCount": 1,
821
887
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
822
888
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
823
- "isExtensionMethod": false
889
+ "isExtensionMethod": false,
890
+ "parameterModifiers": [
891
+ {
892
+ "index": 0,
893
+ "modifier": "out"
894
+ }
895
+ ]
824
896
  },
825
897
  {
826
898
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Nullable_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
@@ -848,7 +920,13 @@
848
920
  "parameterCount": 1,
849
921
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
850
922
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
851
- "isExtensionMethod": false
923
+ "isExtensionMethod": false,
924
+ "parameterModifiers": [
925
+ {
926
+ "index": 0,
927
+ "modifier": "out"
928
+ }
929
+ ]
852
930
  },
853
931
  {
854
932
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Byte[]):System.Void",
@@ -876,7 +954,13 @@
876
954
  "parameterCount": 1,
877
955
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
878
956
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
879
- "isExtensionMethod": false
957
+ "isExtensionMethod": false,
958
+ "parameterModifiers": [
959
+ {
960
+ "index": 0,
961
+ "modifier": "out"
962
+ }
963
+ ]
880
964
  },
881
965
  {
882
966
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Char):System.Void",
@@ -904,7 +988,13 @@
904
988
  "parameterCount": 1,
905
989
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
906
990
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
907
- "isExtensionMethod": false
991
+ "isExtensionMethod": false,
992
+ "parameterModifiers": [
993
+ {
994
+ "index": 0,
995
+ "modifier": "out"
996
+ }
997
+ ]
908
998
  },
909
999
  {
910
1000
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Nullable_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
@@ -932,7 +1022,13 @@
932
1022
  "parameterCount": 1,
933
1023
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
934
1024
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
935
- "isExtensionMethod": false
1025
+ "isExtensionMethod": false,
1026
+ "parameterModifiers": [
1027
+ {
1028
+ "index": 0,
1029
+ "modifier": "out"
1030
+ }
1031
+ ]
936
1032
  },
937
1033
  {
938
1034
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Int16):System.Void",
@@ -960,7 +1056,13 @@
960
1056
  "parameterCount": 1,
961
1057
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
962
1058
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
963
- "isExtensionMethod": false
1059
+ "isExtensionMethod": false,
1060
+ "parameterModifiers": [
1061
+ {
1062
+ "index": 0,
1063
+ "modifier": "out"
1064
+ }
1065
+ ]
964
1066
  },
965
1067
  {
966
1068
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Nullable_1[[System.Int16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
@@ -988,7 +1090,13 @@
988
1090
  "parameterCount": 1,
989
1091
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
990
1092
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
991
- "isExtensionMethod": false
1093
+ "isExtensionMethod": false,
1094
+ "parameterModifiers": [
1095
+ {
1096
+ "index": 0,
1097
+ "modifier": "out"
1098
+ }
1099
+ ]
992
1100
  },
993
1101
  {
994
1102
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Int32):System.Void",
@@ -1016,7 +1124,13 @@
1016
1124
  "parameterCount": 1,
1017
1125
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
1018
1126
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
1019
- "isExtensionMethod": false
1127
+ "isExtensionMethod": false,
1128
+ "parameterModifiers": [
1129
+ {
1130
+ "index": 0,
1131
+ "modifier": "out"
1132
+ }
1133
+ ]
1020
1134
  },
1021
1135
  {
1022
1136
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
@@ -1044,7 +1158,13 @@
1044
1158
  "parameterCount": 1,
1045
1159
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
1046
1160
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
1047
- "isExtensionMethod": false
1161
+ "isExtensionMethod": false,
1162
+ "parameterModifiers": [
1163
+ {
1164
+ "index": 0,
1165
+ "modifier": "out"
1166
+ }
1167
+ ]
1048
1168
  },
1049
1169
  {
1050
1170
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Int32[]):System.Void",
@@ -1072,7 +1192,13 @@
1072
1192
  "parameterCount": 1,
1073
1193
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
1074
1194
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
1075
- "isExtensionMethod": false
1195
+ "isExtensionMethod": false,
1196
+ "parameterModifiers": [
1197
+ {
1198
+ "index": 0,
1199
+ "modifier": "out"
1200
+ }
1201
+ ]
1076
1202
  },
1077
1203
  {
1078
1204
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Int64):System.Void",
@@ -1100,7 +1226,13 @@
1100
1226
  "parameterCount": 1,
1101
1227
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
1102
1228
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
1103
- "isExtensionMethod": false
1229
+ "isExtensionMethod": false,
1230
+ "parameterModifiers": [
1231
+ {
1232
+ "index": 0,
1233
+ "modifier": "out"
1234
+ }
1235
+ ]
1104
1236
  },
1105
1237
  {
1106
1238
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
@@ -1128,7 +1260,13 @@
1128
1260
  "parameterCount": 1,
1129
1261
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
1130
1262
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
1131
- "isExtensionMethod": false
1263
+ "isExtensionMethod": false,
1264
+ "parameterModifiers": [
1265
+ {
1266
+ "index": 0,
1267
+ "modifier": "out"
1268
+ }
1269
+ ]
1132
1270
  },
1133
1271
  {
1134
1272
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJSBig(System.Int64):System.Void",
@@ -1156,7 +1294,13 @@
1156
1294
  "parameterCount": 1,
1157
1295
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
1158
1296
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
1159
- "isExtensionMethod": false
1297
+ "isExtensionMethod": false,
1298
+ "parameterModifiers": [
1299
+ {
1300
+ "index": 0,
1301
+ "modifier": "out"
1302
+ }
1303
+ ]
1160
1304
  },
1161
1305
  {
1162
1306
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJSBig(System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
@@ -1184,7 +1328,13 @@
1184
1328
  "parameterCount": 1,
1185
1329
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
1186
1330
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
1187
- "isExtensionMethod": false
1331
+ "isExtensionMethod": false,
1332
+ "parameterModifiers": [
1333
+ {
1334
+ "index": 0,
1335
+ "modifier": "out"
1336
+ }
1337
+ ]
1188
1338
  },
1189
1339
  {
1190
1340
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Single):System.Void",
@@ -1212,7 +1362,13 @@
1212
1362
  "parameterCount": 1,
1213
1363
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
1214
1364
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
1215
- "isExtensionMethod": false
1365
+ "isExtensionMethod": false,
1366
+ "parameterModifiers": [
1367
+ {
1368
+ "index": 0,
1369
+ "modifier": "out"
1370
+ }
1371
+ ]
1216
1372
  },
1217
1373
  {
1218
1374
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Nullable_1[[System.Single,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
@@ -1240,7 +1396,13 @@
1240
1396
  "parameterCount": 1,
1241
1397
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
1242
1398
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
1243
- "isExtensionMethod": false
1399
+ "isExtensionMethod": false,
1400
+ "parameterModifiers": [
1401
+ {
1402
+ "index": 0,
1403
+ "modifier": "out"
1404
+ }
1405
+ ]
1244
1406
  },
1245
1407
  {
1246
1408
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Double):System.Void",
@@ -1268,7 +1430,13 @@
1268
1430
  "parameterCount": 1,
1269
1431
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
1270
1432
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
1271
- "isExtensionMethod": false
1433
+ "isExtensionMethod": false,
1434
+ "parameterModifiers": [
1435
+ {
1436
+ "index": 0,
1437
+ "modifier": "out"
1438
+ }
1439
+ ]
1272
1440
  },
1273
1441
  {
1274
1442
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Nullable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
@@ -1296,7 +1464,13 @@
1296
1464
  "parameterCount": 1,
1297
1465
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
1298
1466
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
1299
- "isExtensionMethod": false
1467
+ "isExtensionMethod": false,
1468
+ "parameterModifiers": [
1469
+ {
1470
+ "index": 0,
1471
+ "modifier": "out"
1472
+ }
1473
+ ]
1300
1474
  },
1301
1475
  {
1302
1476
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Double[]):System.Void",
@@ -1324,7 +1498,13 @@
1324
1498
  "parameterCount": 1,
1325
1499
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
1326
1500
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
1327
- "isExtensionMethod": false
1501
+ "isExtensionMethod": false,
1502
+ "parameterModifiers": [
1503
+ {
1504
+ "index": 0,
1505
+ "modifier": "out"
1506
+ }
1507
+ ]
1328
1508
  },
1329
1509
  {
1330
1510
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.IntPtr):System.Void",
@@ -1352,7 +1532,13 @@
1352
1532
  "parameterCount": 1,
1353
1533
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
1354
1534
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
1355
- "isExtensionMethod": false
1535
+ "isExtensionMethod": false,
1536
+ "parameterModifiers": [
1537
+ {
1538
+ "index": 0,
1539
+ "modifier": "out"
1540
+ }
1541
+ ]
1356
1542
  },
1357
1543
  {
1358
1544
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Nullable_1[[System.IntPtr,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
@@ -1380,7 +1566,13 @@
1380
1566
  "parameterCount": 1,
1381
1567
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
1382
1568
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
1383
- "isExtensionMethod": false
1569
+ "isExtensionMethod": false,
1570
+ "parameterModifiers": [
1571
+ {
1572
+ "index": 0,
1573
+ "modifier": "out"
1574
+ }
1575
+ ]
1384
1576
  },
1385
1577
  {
1386
1578
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.DateTimeOffset):System.Void",
@@ -1408,7 +1600,13 @@
1408
1600
  "parameterCount": 1,
1409
1601
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
1410
1602
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
1411
- "isExtensionMethod": false
1603
+ "isExtensionMethod": false,
1604
+ "parameterModifiers": [
1605
+ {
1606
+ "index": 0,
1607
+ "modifier": "out"
1608
+ }
1609
+ ]
1412
1610
  },
1413
1611
  {
1414
1612
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Nullable_1[[System.DateTimeOffset,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
@@ -1436,7 +1634,13 @@
1436
1634
  "parameterCount": 1,
1437
1635
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
1438
1636
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
1439
- "isExtensionMethod": false
1637
+ "isExtensionMethod": false,
1638
+ "parameterModifiers": [
1639
+ {
1640
+ "index": 0,
1641
+ "modifier": "out"
1642
+ }
1643
+ ]
1440
1644
  },
1441
1645
  {
1442
1646
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.DateTime):System.Void",
@@ -1464,7 +1668,13 @@
1464
1668
  "parameterCount": 1,
1465
1669
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
1466
1670
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
1467
- "isExtensionMethod": false
1671
+ "isExtensionMethod": false,
1672
+ "parameterModifiers": [
1673
+ {
1674
+ "index": 0,
1675
+ "modifier": "out"
1676
+ }
1677
+ ]
1468
1678
  },
1469
1679
  {
1470
1680
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
@@ -1492,7 +1702,13 @@
1492
1702
  "parameterCount": 1,
1493
1703
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
1494
1704
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
1495
- "isExtensionMethod": false
1705
+ "isExtensionMethod": false,
1706
+ "parameterModifiers": [
1707
+ {
1708
+ "index": 0,
1709
+ "modifier": "out"
1710
+ }
1711
+ ]
1496
1712
  },
1497
1713
  {
1498
1714
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.String):System.Void",
@@ -1520,7 +1736,13 @@
1520
1736
  "parameterCount": 1,
1521
1737
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
1522
1738
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
1523
- "isExtensionMethod": false
1739
+ "isExtensionMethod": false,
1740
+ "parameterModifiers": [
1741
+ {
1742
+ "index": 0,
1743
+ "modifier": "out"
1744
+ }
1745
+ ]
1524
1746
  },
1525
1747
  {
1526
1748
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.String[]):System.Void",
@@ -1548,7 +1770,13 @@
1548
1770
  "parameterCount": 1,
1549
1771
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
1550
1772
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
1551
- "isExtensionMethod": false
1773
+ "isExtensionMethod": false,
1774
+ "parameterModifiers": [
1775
+ {
1776
+ "index": 0,
1777
+ "modifier": "out"
1778
+ }
1779
+ ]
1552
1780
  },
1553
1781
  {
1554
1782
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Exception):System.Void",
@@ -1576,7 +1804,13 @@
1576
1804
  "parameterCount": 1,
1577
1805
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
1578
1806
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
1579
- "isExtensionMethod": false
1807
+ "isExtensionMethod": false,
1808
+ "parameterModifiers": [
1809
+ {
1810
+ "index": 0,
1811
+ "modifier": "out"
1812
+ }
1813
+ ]
1580
1814
  },
1581
1815
  {
1582
1816
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Object):System.Void",
@@ -1604,7 +1838,13 @@
1604
1838
  "parameterCount": 1,
1605
1839
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
1606
1840
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
1607
- "isExtensionMethod": false
1841
+ "isExtensionMethod": false,
1842
+ "parameterModifiers": [
1843
+ {
1844
+ "index": 0,
1845
+ "modifier": "out"
1846
+ }
1847
+ ]
1608
1848
  },
1609
1849
  {
1610
1850
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Object[]):System.Void",
@@ -1632,7 +1872,13 @@
1632
1872
  "parameterCount": 1,
1633
1873
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
1634
1874
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
1635
- "isExtensionMethod": false
1875
+ "isExtensionMethod": false,
1876
+ "parameterModifiers": [
1877
+ {
1878
+ "index": 0,
1879
+ "modifier": "out"
1880
+ }
1881
+ ]
1636
1882
  },
1637
1883
  {
1638
1884
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Runtime.InteropServices.JavaScript.JSObject):System.Void",
@@ -1660,7 +1906,13 @@
1660
1906
  "parameterCount": 1,
1661
1907
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
1662
1908
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
1663
- "isExtensionMethod": false
1909
+ "isExtensionMethod": false,
1910
+ "parameterModifiers": [
1911
+ {
1912
+ "index": 0,
1913
+ "modifier": "out"
1914
+ }
1915
+ ]
1664
1916
  },
1665
1917
  {
1666
1918
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Runtime.InteropServices.JavaScript.JSObject[]):System.Void",
@@ -1688,7 +1940,13 @@
1688
1940
  "parameterCount": 1,
1689
1941
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
1690
1942
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
1691
- "isExtensionMethod": false
1943
+ "isExtensionMethod": false,
1944
+ "parameterModifiers": [
1945
+ {
1946
+ "index": 0,
1947
+ "modifier": "out"
1948
+ }
1949
+ ]
1692
1950
  },
1693
1951
  {
1694
1952
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Threading.Tasks.Task):System.Void",
@@ -1716,7 +1974,13 @@
1716
1974
  "parameterCount": 2,
1717
1975
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
1718
1976
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
1719
- "isExtensionMethod": false
1977
+ "isExtensionMethod": false,
1978
+ "parameterModifiers": [
1979
+ {
1980
+ "index": 0,
1981
+ "modifier": "out"
1982
+ }
1983
+ ]
1720
1984
  },
1721
1985
  {
1722
1986
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(Task_1,ArgumentToJSCallback_1):System.Void",
@@ -1744,7 +2008,13 @@
1744
2008
  "parameterCount": 1,
1745
2009
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
1746
2010
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
1747
- "isExtensionMethod": false
2011
+ "isExtensionMethod": false,
2012
+ "parameterModifiers": [
2013
+ {
2014
+ "index": 0,
2015
+ "modifier": "out"
2016
+ }
2017
+ ]
1748
2018
  },
1749
2019
  {
1750
2020
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Action):System.Void",
@@ -1772,7 +2042,13 @@
1772
2042
  "parameterCount": 2,
1773
2043
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
1774
2044
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
1775
- "isExtensionMethod": false
2045
+ "isExtensionMethod": false,
2046
+ "parameterModifiers": [
2047
+ {
2048
+ "index": 0,
2049
+ "modifier": "out"
2050
+ }
2051
+ ]
1776
2052
  },
1777
2053
  {
1778
2054
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(Action_1,ArgumentToManagedCallback_1):System.Void",
@@ -1800,7 +2076,13 @@
1800
2076
  "parameterCount": 3,
1801
2077
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
1802
2078
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
1803
- "isExtensionMethod": false
2079
+ "isExtensionMethod": false,
2080
+ "parameterModifiers": [
2081
+ {
2082
+ "index": 0,
2083
+ "modifier": "out"
2084
+ }
2085
+ ]
1804
2086
  },
1805
2087
  {
1806
2088
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(Action_2,ArgumentToManagedCallback_1,ArgumentToManagedCallback_1):System.Void",
@@ -1828,7 +2110,13 @@
1828
2110
  "parameterCount": 4,
1829
2111
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
1830
2112
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
1831
- "isExtensionMethod": false
2113
+ "isExtensionMethod": false,
2114
+ "parameterModifiers": [
2115
+ {
2116
+ "index": 0,
2117
+ "modifier": "out"
2118
+ }
2119
+ ]
1832
2120
  },
1833
2121
  {
1834
2122
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(Action_3,ArgumentToManagedCallback_1,ArgumentToManagedCallback_1,ArgumentToManagedCallback_1):System.Void",
@@ -1856,7 +2144,13 @@
1856
2144
  "parameterCount": 2,
1857
2145
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
1858
2146
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
1859
- "isExtensionMethod": false
2147
+ "isExtensionMethod": false,
2148
+ "parameterModifiers": [
2149
+ {
2150
+ "index": 0,
2151
+ "modifier": "out"
2152
+ }
2153
+ ]
1860
2154
  },
1861
2155
  {
1862
2156
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(Func_1,ArgumentToJSCallback_1):System.Void",
@@ -1884,7 +2178,13 @@
1884
2178
  "parameterCount": 3,
1885
2179
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
1886
2180
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
1887
- "isExtensionMethod": false
2181
+ "isExtensionMethod": false,
2182
+ "parameterModifiers": [
2183
+ {
2184
+ "index": 0,
2185
+ "modifier": "out"
2186
+ }
2187
+ ]
1888
2188
  },
1889
2189
  {
1890
2190
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(Func_2,ArgumentToManagedCallback_1,ArgumentToJSCallback_1):System.Void",
@@ -1912,7 +2212,13 @@
1912
2212
  "parameterCount": 4,
1913
2213
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
1914
2214
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
1915
- "isExtensionMethod": false
2215
+ "isExtensionMethod": false,
2216
+ "parameterModifiers": [
2217
+ {
2218
+ "index": 0,
2219
+ "modifier": "out"
2220
+ }
2221
+ ]
1916
2222
  },
1917
2223
  {
1918
2224
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(Func_3,ArgumentToManagedCallback_1,ArgumentToManagedCallback_1,ArgumentToJSCallback_1):System.Void",
@@ -1940,7 +2246,13 @@
1940
2246
  "parameterCount": 5,
1941
2247
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
1942
2248
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
1943
- "isExtensionMethod": false
2249
+ "isExtensionMethod": false,
2250
+ "parameterModifiers": [
2251
+ {
2252
+ "index": 0,
2253
+ "modifier": "out"
2254
+ }
2255
+ ]
1944
2256
  },
1945
2257
  {
1946
2258
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(Func_4,ArgumentToManagedCallback_1,ArgumentToManagedCallback_1,ArgumentToManagedCallback_1,ArgumentToJSCallback_1):System.Void",
@@ -1968,7 +2280,13 @@
1968
2280
  "parameterCount": 1,
1969
2281
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
1970
2282
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
1971
- "isExtensionMethod": false
2283
+ "isExtensionMethod": false,
2284
+ "parameterModifiers": [
2285
+ {
2286
+ "index": 0,
2287
+ "modifier": "out"
2288
+ }
2289
+ ]
1972
2290
  },
1973
2291
  {
1974
2292
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Void*):System.Void",
@@ -1996,7 +2314,13 @@
1996
2314
  "parameterCount": 1,
1997
2315
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
1998
2316
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
1999
- "isExtensionMethod": false
2317
+ "isExtensionMethod": false,
2318
+ "parameterModifiers": [
2319
+ {
2320
+ "index": 0,
2321
+ "modifier": "out"
2322
+ }
2323
+ ]
2000
2324
  },
2001
2325
  {
2002
2326
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
@@ -2024,7 +2348,13 @@
2024
2348
  "parameterCount": 1,
2025
2349
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
2026
2350
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
2027
- "isExtensionMethod": false
2351
+ "isExtensionMethod": false,
2352
+ "parameterModifiers": [
2353
+ {
2354
+ "index": 0,
2355
+ "modifier": "out"
2356
+ }
2357
+ ]
2028
2358
  },
2029
2359
  {
2030
2360
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.ArraySegment_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
@@ -2052,7 +2382,13 @@
2052
2382
  "parameterCount": 1,
2053
2383
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
2054
2384
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
2055
- "isExtensionMethod": false
2385
+ "isExtensionMethod": false,
2386
+ "parameterModifiers": [
2387
+ {
2388
+ "index": 0,
2389
+ "modifier": "out"
2390
+ }
2391
+ ]
2056
2392
  },
2057
2393
  {
2058
2394
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Span_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
@@ -2080,7 +2416,13 @@
2080
2416
  "parameterCount": 1,
2081
2417
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
2082
2418
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
2083
- "isExtensionMethod": false
2419
+ "isExtensionMethod": false,
2420
+ "parameterModifiers": [
2421
+ {
2422
+ "index": 0,
2423
+ "modifier": "out"
2424
+ }
2425
+ ]
2084
2426
  },
2085
2427
  {
2086
2428
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Span_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
@@ -2108,7 +2450,13 @@
2108
2450
  "parameterCount": 1,
2109
2451
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
2110
2452
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
2111
- "isExtensionMethod": false
2453
+ "isExtensionMethod": false,
2454
+ "parameterModifiers": [
2455
+ {
2456
+ "index": 0,
2457
+ "modifier": "out"
2458
+ }
2459
+ ]
2112
2460
  },
2113
2461
  {
2114
2462
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.ArraySegment_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
@@ -2136,7 +2484,13 @@
2136
2484
  "parameterCount": 1,
2137
2485
  "declaringClrType": "System.Runtime.InteropServices.JavaScript.JSMarshalerArgument",
2138
2486
  "declaringAssemblyName": "System.Runtime.InteropServices.JavaScript",
2139
- "isExtensionMethod": false
2487
+ "isExtensionMethod": false,
2488
+ "parameterModifiers": [
2489
+ {
2490
+ "index": 0,
2491
+ "modifier": "out"
2492
+ }
2493
+ ]
2140
2494
  },
2141
2495
  {
2142
2496
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.ArraySegment_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",