@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,13 @@
29
29
  "isSealed": false,
30
30
  "arity": 0,
31
31
  "parameterCount": 2,
32
- "isExtensionMethod": false
32
+ "isExtensionMethod": false,
33
+ "parameterModifiers": [
34
+ {
35
+ "index": 0,
36
+ "modifier": "ref"
37
+ }
38
+ ]
33
39
  },
34
40
  {
35
41
  "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",
@@ -45,7 +51,13 @@
45
51
  "isSealed": false,
46
52
  "arity": 0,
47
53
  "parameterCount": 4,
48
- "isExtensionMethod": false
54
+ "isExtensionMethod": false,
55
+ "parameterModifiers": [
56
+ {
57
+ "index": 0,
58
+ "modifier": "ref"
59
+ }
60
+ ]
49
61
  },
50
62
  {
51
63
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument\u002BArgumentToJSCallback\u00601::EndInvoke(System.Runtime.InteropServices.JavaScript.JSMarshalerArgument\u0026,System.IAsyncResult):System.Void",
@@ -61,7 +73,13 @@
61
73
  "isSealed": false,
62
74
  "arity": 0,
63
75
  "parameterCount": 2,
64
- "isExtensionMethod": false
76
+ "isExtensionMethod": false,
77
+ "parameterModifiers": [
78
+ {
79
+ "index": 0,
80
+ "modifier": "ref"
81
+ }
82
+ ]
65
83
  }
66
84
  ],
67
85
  "properties": [],
@@ -100,7 +118,17 @@
100
118
  "isSealed": false,
101
119
  "arity": 0,
102
120
  "parameterCount": 2,
103
- "isExtensionMethod": false
121
+ "isExtensionMethod": false,
122
+ "parameterModifiers": [
123
+ {
124
+ "index": 0,
125
+ "modifier": "ref"
126
+ },
127
+ {
128
+ "index": 1,
129
+ "modifier": "out"
130
+ }
131
+ ]
104
132
  },
105
133
  {
106
134
  "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",
@@ -116,7 +144,17 @@
116
144
  "isSealed": false,
117
145
  "arity": 0,
118
146
  "parameterCount": 4,
119
- "isExtensionMethod": false
147
+ "isExtensionMethod": false,
148
+ "parameterModifiers": [
149
+ {
150
+ "index": 0,
151
+ "modifier": "ref"
152
+ },
153
+ {
154
+ "index": 1,
155
+ "modifier": "out"
156
+ }
157
+ ]
120
158
  },
121
159
  {
122
160
  "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",
@@ -132,7 +170,17 @@
132
170
  "isSealed": false,
133
171
  "arity": 0,
134
172
  "parameterCount": 3,
135
- "isExtensionMethod": false
173
+ "isExtensionMethod": false,
174
+ "parameterModifiers": [
175
+ {
176
+ "index": 0,
177
+ "modifier": "ref"
178
+ },
179
+ {
180
+ "index": 1,
181
+ "modifier": "out"
182
+ }
183
+ ]
136
184
  }
137
185
  ],
138
186
  "properties": [],
@@ -187,7 +235,13 @@
187
235
  "isSealed": false,
188
236
  "arity": 0,
189
237
  "parameterCount": 1,
190
- "isExtensionMethod": false
238
+ "isExtensionMethod": false,
239
+ "parameterModifiers": [
240
+ {
241
+ "index": 0,
242
+ "modifier": "out"
243
+ }
244
+ ]
191
245
  },
192
246
  {
193
247
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Boolean):System.Void",
@@ -219,7 +273,13 @@
219
273
  "isSealed": false,
220
274
  "arity": 0,
221
275
  "parameterCount": 1,
222
- "isExtensionMethod": false
276
+ "isExtensionMethod": false,
277
+ "parameterModifiers": [
278
+ {
279
+ "index": 0,
280
+ "modifier": "out"
281
+ }
282
+ ]
223
283
  },
224
284
  {
225
285
  "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",
@@ -251,7 +311,13 @@
251
311
  "isSealed": false,
252
312
  "arity": 0,
253
313
  "parameterCount": 1,
254
- "isExtensionMethod": false
314
+ "isExtensionMethod": false,
315
+ "parameterModifiers": [
316
+ {
317
+ "index": 0,
318
+ "modifier": "out"
319
+ }
320
+ ]
255
321
  },
256
322
  {
257
323
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Byte):System.Void",
@@ -283,7 +349,13 @@
283
349
  "isSealed": false,
284
350
  "arity": 0,
285
351
  "parameterCount": 1,
286
- "isExtensionMethod": false
352
+ "isExtensionMethod": false,
353
+ "parameterModifiers": [
354
+ {
355
+ "index": 0,
356
+ "modifier": "out"
357
+ }
358
+ ]
287
359
  },
288
360
  {
289
361
  "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",
@@ -315,7 +387,13 @@
315
387
  "isSealed": false,
316
388
  "arity": 0,
317
389
  "parameterCount": 1,
318
- "isExtensionMethod": false
390
+ "isExtensionMethod": false,
391
+ "parameterModifiers": [
392
+ {
393
+ "index": 0,
394
+ "modifier": "out"
395
+ }
396
+ ]
319
397
  },
320
398
  {
321
399
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Byte[]):System.Void",
@@ -347,7 +425,13 @@
347
425
  "isSealed": false,
348
426
  "arity": 0,
349
427
  "parameterCount": 1,
350
- "isExtensionMethod": false
428
+ "isExtensionMethod": false,
429
+ "parameterModifiers": [
430
+ {
431
+ "index": 0,
432
+ "modifier": "out"
433
+ }
434
+ ]
351
435
  },
352
436
  {
353
437
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Char):System.Void",
@@ -379,7 +463,13 @@
379
463
  "isSealed": false,
380
464
  "arity": 0,
381
465
  "parameterCount": 1,
382
- "isExtensionMethod": false
466
+ "isExtensionMethod": false,
467
+ "parameterModifiers": [
468
+ {
469
+ "index": 0,
470
+ "modifier": "out"
471
+ }
472
+ ]
383
473
  },
384
474
  {
385
475
  "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",
@@ -411,7 +501,13 @@
411
501
  "isSealed": false,
412
502
  "arity": 0,
413
503
  "parameterCount": 1,
414
- "isExtensionMethod": false
504
+ "isExtensionMethod": false,
505
+ "parameterModifiers": [
506
+ {
507
+ "index": 0,
508
+ "modifier": "out"
509
+ }
510
+ ]
415
511
  },
416
512
  {
417
513
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Int16):System.Void",
@@ -443,7 +539,13 @@
443
539
  "isSealed": false,
444
540
  "arity": 0,
445
541
  "parameterCount": 1,
446
- "isExtensionMethod": false
542
+ "isExtensionMethod": false,
543
+ "parameterModifiers": [
544
+ {
545
+ "index": 0,
546
+ "modifier": "out"
547
+ }
548
+ ]
447
549
  },
448
550
  {
449
551
  "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",
@@ -475,7 +577,13 @@
475
577
  "isSealed": false,
476
578
  "arity": 0,
477
579
  "parameterCount": 1,
478
- "isExtensionMethod": false
580
+ "isExtensionMethod": false,
581
+ "parameterModifiers": [
582
+ {
583
+ "index": 0,
584
+ "modifier": "out"
585
+ }
586
+ ]
479
587
  },
480
588
  {
481
589
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Int32):System.Void",
@@ -507,7 +615,13 @@
507
615
  "isSealed": false,
508
616
  "arity": 0,
509
617
  "parameterCount": 1,
510
- "isExtensionMethod": false
618
+ "isExtensionMethod": false,
619
+ "parameterModifiers": [
620
+ {
621
+ "index": 0,
622
+ "modifier": "out"
623
+ }
624
+ ]
511
625
  },
512
626
  {
513
627
  "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",
@@ -539,7 +653,13 @@
539
653
  "isSealed": false,
540
654
  "arity": 0,
541
655
  "parameterCount": 1,
542
- "isExtensionMethod": false
656
+ "isExtensionMethod": false,
657
+ "parameterModifiers": [
658
+ {
659
+ "index": 0,
660
+ "modifier": "out"
661
+ }
662
+ ]
543
663
  },
544
664
  {
545
665
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Int32[]):System.Void",
@@ -571,7 +691,13 @@
571
691
  "isSealed": false,
572
692
  "arity": 0,
573
693
  "parameterCount": 1,
574
- "isExtensionMethod": false
694
+ "isExtensionMethod": false,
695
+ "parameterModifiers": [
696
+ {
697
+ "index": 0,
698
+ "modifier": "out"
699
+ }
700
+ ]
575
701
  },
576
702
  {
577
703
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Int64):System.Void",
@@ -603,7 +729,13 @@
603
729
  "isSealed": false,
604
730
  "arity": 0,
605
731
  "parameterCount": 1,
606
- "isExtensionMethod": false
732
+ "isExtensionMethod": false,
733
+ "parameterModifiers": [
734
+ {
735
+ "index": 0,
736
+ "modifier": "out"
737
+ }
738
+ ]
607
739
  },
608
740
  {
609
741
  "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",
@@ -635,7 +767,13 @@
635
767
  "isSealed": false,
636
768
  "arity": 0,
637
769
  "parameterCount": 1,
638
- "isExtensionMethod": false
770
+ "isExtensionMethod": false,
771
+ "parameterModifiers": [
772
+ {
773
+ "index": 0,
774
+ "modifier": "out"
775
+ }
776
+ ]
639
777
  },
640
778
  {
641
779
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJSBig(System.Int64):System.Void",
@@ -667,7 +805,13 @@
667
805
  "isSealed": false,
668
806
  "arity": 0,
669
807
  "parameterCount": 1,
670
- "isExtensionMethod": false
808
+ "isExtensionMethod": false,
809
+ "parameterModifiers": [
810
+ {
811
+ "index": 0,
812
+ "modifier": "out"
813
+ }
814
+ ]
671
815
  },
672
816
  {
673
817
  "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",
@@ -699,7 +843,13 @@
699
843
  "isSealed": false,
700
844
  "arity": 0,
701
845
  "parameterCount": 1,
702
- "isExtensionMethod": false
846
+ "isExtensionMethod": false,
847
+ "parameterModifiers": [
848
+ {
849
+ "index": 0,
850
+ "modifier": "out"
851
+ }
852
+ ]
703
853
  },
704
854
  {
705
855
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Single):System.Void",
@@ -731,7 +881,13 @@
731
881
  "isSealed": false,
732
882
  "arity": 0,
733
883
  "parameterCount": 1,
734
- "isExtensionMethod": false
884
+ "isExtensionMethod": false,
885
+ "parameterModifiers": [
886
+ {
887
+ "index": 0,
888
+ "modifier": "out"
889
+ }
890
+ ]
735
891
  },
736
892
  {
737
893
  "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",
@@ -763,7 +919,13 @@
763
919
  "isSealed": false,
764
920
  "arity": 0,
765
921
  "parameterCount": 1,
766
- "isExtensionMethod": false
922
+ "isExtensionMethod": false,
923
+ "parameterModifiers": [
924
+ {
925
+ "index": 0,
926
+ "modifier": "out"
927
+ }
928
+ ]
767
929
  },
768
930
  {
769
931
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Double):System.Void",
@@ -795,7 +957,13 @@
795
957
  "isSealed": false,
796
958
  "arity": 0,
797
959
  "parameterCount": 1,
798
- "isExtensionMethod": false
960
+ "isExtensionMethod": false,
961
+ "parameterModifiers": [
962
+ {
963
+ "index": 0,
964
+ "modifier": "out"
965
+ }
966
+ ]
799
967
  },
800
968
  {
801
969
  "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",
@@ -827,7 +995,13 @@
827
995
  "isSealed": false,
828
996
  "arity": 0,
829
997
  "parameterCount": 1,
830
- "isExtensionMethod": false
998
+ "isExtensionMethod": false,
999
+ "parameterModifiers": [
1000
+ {
1001
+ "index": 0,
1002
+ "modifier": "out"
1003
+ }
1004
+ ]
831
1005
  },
832
1006
  {
833
1007
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Double[]):System.Void",
@@ -859,7 +1033,13 @@
859
1033
  "isSealed": false,
860
1034
  "arity": 0,
861
1035
  "parameterCount": 1,
862
- "isExtensionMethod": false
1036
+ "isExtensionMethod": false,
1037
+ "parameterModifiers": [
1038
+ {
1039
+ "index": 0,
1040
+ "modifier": "out"
1041
+ }
1042
+ ]
863
1043
  },
864
1044
  {
865
1045
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.IntPtr):System.Void",
@@ -891,7 +1071,13 @@
891
1071
  "isSealed": false,
892
1072
  "arity": 0,
893
1073
  "parameterCount": 1,
894
- "isExtensionMethod": false
1074
+ "isExtensionMethod": false,
1075
+ "parameterModifiers": [
1076
+ {
1077
+ "index": 0,
1078
+ "modifier": "out"
1079
+ }
1080
+ ]
895
1081
  },
896
1082
  {
897
1083
  "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",
@@ -923,7 +1109,13 @@
923
1109
  "isSealed": false,
924
1110
  "arity": 0,
925
1111
  "parameterCount": 1,
926
- "isExtensionMethod": false
1112
+ "isExtensionMethod": false,
1113
+ "parameterModifiers": [
1114
+ {
1115
+ "index": 0,
1116
+ "modifier": "out"
1117
+ }
1118
+ ]
927
1119
  },
928
1120
  {
929
1121
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.DateTimeOffset):System.Void",
@@ -955,7 +1147,13 @@
955
1147
  "isSealed": false,
956
1148
  "arity": 0,
957
1149
  "parameterCount": 1,
958
- "isExtensionMethod": false
1150
+ "isExtensionMethod": false,
1151
+ "parameterModifiers": [
1152
+ {
1153
+ "index": 0,
1154
+ "modifier": "out"
1155
+ }
1156
+ ]
959
1157
  },
960
1158
  {
961
1159
  "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",
@@ -987,7 +1185,13 @@
987
1185
  "isSealed": false,
988
1186
  "arity": 0,
989
1187
  "parameterCount": 1,
990
- "isExtensionMethod": false
1188
+ "isExtensionMethod": false,
1189
+ "parameterModifiers": [
1190
+ {
1191
+ "index": 0,
1192
+ "modifier": "out"
1193
+ }
1194
+ ]
991
1195
  },
992
1196
  {
993
1197
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.DateTime):System.Void",
@@ -1019,7 +1223,13 @@
1019
1223
  "isSealed": false,
1020
1224
  "arity": 0,
1021
1225
  "parameterCount": 1,
1022
- "isExtensionMethod": false
1226
+ "isExtensionMethod": false,
1227
+ "parameterModifiers": [
1228
+ {
1229
+ "index": 0,
1230
+ "modifier": "out"
1231
+ }
1232
+ ]
1023
1233
  },
1024
1234
  {
1025
1235
  "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",
@@ -1051,7 +1261,13 @@
1051
1261
  "isSealed": false,
1052
1262
  "arity": 0,
1053
1263
  "parameterCount": 1,
1054
- "isExtensionMethod": false
1264
+ "isExtensionMethod": false,
1265
+ "parameterModifiers": [
1266
+ {
1267
+ "index": 0,
1268
+ "modifier": "out"
1269
+ }
1270
+ ]
1055
1271
  },
1056
1272
  {
1057
1273
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.String):System.Void",
@@ -1083,7 +1299,13 @@
1083
1299
  "isSealed": false,
1084
1300
  "arity": 0,
1085
1301
  "parameterCount": 1,
1086
- "isExtensionMethod": false
1302
+ "isExtensionMethod": false,
1303
+ "parameterModifiers": [
1304
+ {
1305
+ "index": 0,
1306
+ "modifier": "out"
1307
+ }
1308
+ ]
1087
1309
  },
1088
1310
  {
1089
1311
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.String[]):System.Void",
@@ -1115,7 +1337,13 @@
1115
1337
  "isSealed": false,
1116
1338
  "arity": 0,
1117
1339
  "parameterCount": 1,
1118
- "isExtensionMethod": false
1340
+ "isExtensionMethod": false,
1341
+ "parameterModifiers": [
1342
+ {
1343
+ "index": 0,
1344
+ "modifier": "out"
1345
+ }
1346
+ ]
1119
1347
  },
1120
1348
  {
1121
1349
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Exception):System.Void",
@@ -1147,7 +1375,13 @@
1147
1375
  "isSealed": false,
1148
1376
  "arity": 0,
1149
1377
  "parameterCount": 1,
1150
- "isExtensionMethod": false
1378
+ "isExtensionMethod": false,
1379
+ "parameterModifiers": [
1380
+ {
1381
+ "index": 0,
1382
+ "modifier": "out"
1383
+ }
1384
+ ]
1151
1385
  },
1152
1386
  {
1153
1387
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Object):System.Void",
@@ -1179,7 +1413,13 @@
1179
1413
  "isSealed": false,
1180
1414
  "arity": 0,
1181
1415
  "parameterCount": 1,
1182
- "isExtensionMethod": false
1416
+ "isExtensionMethod": false,
1417
+ "parameterModifiers": [
1418
+ {
1419
+ "index": 0,
1420
+ "modifier": "out"
1421
+ }
1422
+ ]
1183
1423
  },
1184
1424
  {
1185
1425
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Object[]):System.Void",
@@ -1211,7 +1451,13 @@
1211
1451
  "isSealed": false,
1212
1452
  "arity": 0,
1213
1453
  "parameterCount": 1,
1214
- "isExtensionMethod": false
1454
+ "isExtensionMethod": false,
1455
+ "parameterModifiers": [
1456
+ {
1457
+ "index": 0,
1458
+ "modifier": "out"
1459
+ }
1460
+ ]
1215
1461
  },
1216
1462
  {
1217
1463
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Runtime.InteropServices.JavaScript.JSObject):System.Void",
@@ -1243,7 +1489,13 @@
1243
1489
  "isSealed": false,
1244
1490
  "arity": 0,
1245
1491
  "parameterCount": 1,
1246
- "isExtensionMethod": false
1492
+ "isExtensionMethod": false,
1493
+ "parameterModifiers": [
1494
+ {
1495
+ "index": 0,
1496
+ "modifier": "out"
1497
+ }
1498
+ ]
1247
1499
  },
1248
1500
  {
1249
1501
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Runtime.InteropServices.JavaScript.JSObject[]):System.Void",
@@ -1275,7 +1527,13 @@
1275
1527
  "isSealed": false,
1276
1528
  "arity": 0,
1277
1529
  "parameterCount": 1,
1278
- "isExtensionMethod": false
1530
+ "isExtensionMethod": false,
1531
+ "parameterModifiers": [
1532
+ {
1533
+ "index": 0,
1534
+ "modifier": "out"
1535
+ }
1536
+ ]
1279
1537
  },
1280
1538
  {
1281
1539
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Threading.Tasks.Task):System.Void",
@@ -1307,7 +1565,13 @@
1307
1565
  "isSealed": false,
1308
1566
  "arity": 1,
1309
1567
  "parameterCount": 2,
1310
- "isExtensionMethod": false
1568
+ "isExtensionMethod": false,
1569
+ "parameterModifiers": [
1570
+ {
1571
+ "index": 0,
1572
+ "modifier": "out"
1573
+ }
1574
+ ]
1311
1575
  },
1312
1576
  {
1313
1577
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(Task_1,ArgumentToJSCallback_1):System.Void",
@@ -1339,7 +1603,13 @@
1339
1603
  "isSealed": false,
1340
1604
  "arity": 0,
1341
1605
  "parameterCount": 1,
1342
- "isExtensionMethod": false
1606
+ "isExtensionMethod": false,
1607
+ "parameterModifiers": [
1608
+ {
1609
+ "index": 0,
1610
+ "modifier": "out"
1611
+ }
1612
+ ]
1343
1613
  },
1344
1614
  {
1345
1615
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Action):System.Void",
@@ -1371,7 +1641,13 @@
1371
1641
  "isSealed": false,
1372
1642
  "arity": 1,
1373
1643
  "parameterCount": 2,
1374
- "isExtensionMethod": false
1644
+ "isExtensionMethod": false,
1645
+ "parameterModifiers": [
1646
+ {
1647
+ "index": 0,
1648
+ "modifier": "out"
1649
+ }
1650
+ ]
1375
1651
  },
1376
1652
  {
1377
1653
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(Action_1,ArgumentToManagedCallback_1):System.Void",
@@ -1403,7 +1679,13 @@
1403
1679
  "isSealed": false,
1404
1680
  "arity": 2,
1405
1681
  "parameterCount": 3,
1406
- "isExtensionMethod": false
1682
+ "isExtensionMethod": false,
1683
+ "parameterModifiers": [
1684
+ {
1685
+ "index": 0,
1686
+ "modifier": "out"
1687
+ }
1688
+ ]
1407
1689
  },
1408
1690
  {
1409
1691
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(Action_2,ArgumentToManagedCallback_1,ArgumentToManagedCallback_1):System.Void",
@@ -1435,7 +1717,13 @@
1435
1717
  "isSealed": false,
1436
1718
  "arity": 3,
1437
1719
  "parameterCount": 4,
1438
- "isExtensionMethod": false
1720
+ "isExtensionMethod": false,
1721
+ "parameterModifiers": [
1722
+ {
1723
+ "index": 0,
1724
+ "modifier": "out"
1725
+ }
1726
+ ]
1439
1727
  },
1440
1728
  {
1441
1729
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(Action_3,ArgumentToManagedCallback_1,ArgumentToManagedCallback_1,ArgumentToManagedCallback_1):System.Void",
@@ -1467,7 +1755,13 @@
1467
1755
  "isSealed": false,
1468
1756
  "arity": 1,
1469
1757
  "parameterCount": 2,
1470
- "isExtensionMethod": false
1758
+ "isExtensionMethod": false,
1759
+ "parameterModifiers": [
1760
+ {
1761
+ "index": 0,
1762
+ "modifier": "out"
1763
+ }
1764
+ ]
1471
1765
  },
1472
1766
  {
1473
1767
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(Func_1,ArgumentToJSCallback_1):System.Void",
@@ -1499,7 +1793,13 @@
1499
1793
  "isSealed": false,
1500
1794
  "arity": 2,
1501
1795
  "parameterCount": 3,
1502
- "isExtensionMethod": false
1796
+ "isExtensionMethod": false,
1797
+ "parameterModifiers": [
1798
+ {
1799
+ "index": 0,
1800
+ "modifier": "out"
1801
+ }
1802
+ ]
1503
1803
  },
1504
1804
  {
1505
1805
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(Func_2,ArgumentToManagedCallback_1,ArgumentToJSCallback_1):System.Void",
@@ -1531,7 +1831,13 @@
1531
1831
  "isSealed": false,
1532
1832
  "arity": 3,
1533
1833
  "parameterCount": 4,
1534
- "isExtensionMethod": false
1834
+ "isExtensionMethod": false,
1835
+ "parameterModifiers": [
1836
+ {
1837
+ "index": 0,
1838
+ "modifier": "out"
1839
+ }
1840
+ ]
1535
1841
  },
1536
1842
  {
1537
1843
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(Func_3,ArgumentToManagedCallback_1,ArgumentToManagedCallback_1,ArgumentToJSCallback_1):System.Void",
@@ -1563,7 +1869,13 @@
1563
1869
  "isSealed": false,
1564
1870
  "arity": 4,
1565
1871
  "parameterCount": 5,
1566
- "isExtensionMethod": false
1872
+ "isExtensionMethod": false,
1873
+ "parameterModifiers": [
1874
+ {
1875
+ "index": 0,
1876
+ "modifier": "out"
1877
+ }
1878
+ ]
1567
1879
  },
1568
1880
  {
1569
1881
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(Func_4,ArgumentToManagedCallback_1,ArgumentToManagedCallback_1,ArgumentToManagedCallback_1,ArgumentToJSCallback_1):System.Void",
@@ -1595,7 +1907,13 @@
1595
1907
  "isSealed": false,
1596
1908
  "arity": 0,
1597
1909
  "parameterCount": 1,
1598
- "isExtensionMethod": false
1910
+ "isExtensionMethod": false,
1911
+ "parameterModifiers": [
1912
+ {
1913
+ "index": 0,
1914
+ "modifier": "out"
1915
+ }
1916
+ ]
1599
1917
  },
1600
1918
  {
1601
1919
  "stableId": "System.Runtime.InteropServices.JavaScript:System.Runtime.InteropServices.JavaScript.JSMarshalerArgument::ToJS(System.Void*):System.Void",
@@ -1627,7 +1945,13 @@
1627
1945
  "isSealed": false,
1628
1946
  "arity": 0,
1629
1947
  "parameterCount": 1,
1630
- "isExtensionMethod": false
1948
+ "isExtensionMethod": false,
1949
+ "parameterModifiers": [
1950
+ {
1951
+ "index": 0,
1952
+ "modifier": "out"
1953
+ }
1954
+ ]
1631
1955
  },
1632
1956
  {
1633
1957
  "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",
@@ -1659,7 +1983,13 @@
1659
1983
  "isSealed": false,
1660
1984
  "arity": 0,
1661
1985
  "parameterCount": 1,
1662
- "isExtensionMethod": false
1986
+ "isExtensionMethod": false,
1987
+ "parameterModifiers": [
1988
+ {
1989
+ "index": 0,
1990
+ "modifier": "out"
1991
+ }
1992
+ ]
1663
1993
  },
1664
1994
  {
1665
1995
  "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",
@@ -1691,7 +2021,13 @@
1691
2021
  "isSealed": false,
1692
2022
  "arity": 0,
1693
2023
  "parameterCount": 1,
1694
- "isExtensionMethod": false
2024
+ "isExtensionMethod": false,
2025
+ "parameterModifiers": [
2026
+ {
2027
+ "index": 0,
2028
+ "modifier": "out"
2029
+ }
2030
+ ]
1695
2031
  },
1696
2032
  {
1697
2033
  "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",
@@ -1723,7 +2059,13 @@
1723
2059
  "isSealed": false,
1724
2060
  "arity": 0,
1725
2061
  "parameterCount": 1,
1726
- "isExtensionMethod": false
2062
+ "isExtensionMethod": false,
2063
+ "parameterModifiers": [
2064
+ {
2065
+ "index": 0,
2066
+ "modifier": "out"
2067
+ }
2068
+ ]
1727
2069
  },
1728
2070
  {
1729
2071
  "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",
@@ -1755,7 +2097,13 @@
1755
2097
  "isSealed": false,
1756
2098
  "arity": 0,
1757
2099
  "parameterCount": 1,
1758
- "isExtensionMethod": false
2100
+ "isExtensionMethod": false,
2101
+ "parameterModifiers": [
2102
+ {
2103
+ "index": 0,
2104
+ "modifier": "out"
2105
+ }
2106
+ ]
1759
2107
  },
1760
2108
  {
1761
2109
  "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",
@@ -1787,7 +2135,13 @@
1787
2135
  "isSealed": false,
1788
2136
  "arity": 0,
1789
2137
  "parameterCount": 1,
1790
- "isExtensionMethod": false
2138
+ "isExtensionMethod": false,
2139
+ "parameterModifiers": [
2140
+ {
2141
+ "index": 0,
2142
+ "modifier": "out"
2143
+ }
2144
+ ]
1791
2145
  },
1792
2146
  {
1793
2147
  "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",