@tsonic/dotnet 10.0.41 → 10.0.42

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 (332) hide show
  1. package/Internal/bindings.json +5 -5
  2. package/Internal/internal/index.d.ts +1 -1
  3. package/Internal.d.ts +4 -0
  4. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +1 -1
  5. package/Microsoft.CSharp.RuntimeBinder.d.ts +4 -0
  6. package/Microsoft.VisualBasic/bindings.json +13 -13
  7. package/Microsoft.VisualBasic/internal/index.d.ts +51 -51
  8. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +116 -116
  9. package/Microsoft.VisualBasic.CompilerServices.d.ts +4 -0
  10. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +2 -2
  11. package/Microsoft.VisualBasic.FileIO.d.ts +4 -0
  12. package/Microsoft.VisualBasic.d.ts +4 -0
  13. package/Microsoft.Win32/internal/index.d.ts +9 -9
  14. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +1 -1
  15. package/Microsoft.Win32.SafeHandles.d.ts +4 -0
  16. package/Microsoft.Win32.d.ts +4 -0
  17. package/README.md +8 -1
  18. package/System/bindings.json +204 -124
  19. package/System/internal/index.d.ts +1041 -1026
  20. package/System.Buffers/internal/index.d.ts +51 -51
  21. package/System.Buffers.Binary/internal/index.d.ts +1 -1
  22. package/System.Buffers.Binary.d.ts +4 -0
  23. package/System.Buffers.Text/internal/index.d.ts +1 -1
  24. package/System.Buffers.Text.d.ts +4 -0
  25. package/System.Buffers.d.ts +10 -6
  26. package/System.CodeDom.Compiler/internal/index.d.ts +14 -14
  27. package/System.CodeDom.Compiler.d.ts +4 -0
  28. package/System.Collections/bindings.json +300 -300
  29. package/System.Collections/internal/index.d.ts +113 -113
  30. package/System.Collections.Concurrent/bindings.json +93 -93
  31. package/System.Collections.Concurrent/internal/index.d.ts +65 -65
  32. package/System.Collections.Concurrent.d.ts +7 -3
  33. package/System.Collections.Frozen/bindings.json +90 -50
  34. package/System.Collections.Frozen/internal/index.d.ts +35 -33
  35. package/System.Collections.Frozen.d.ts +6 -2
  36. package/System.Collections.Generic/bindings.json +932 -612
  37. package/System.Collections.Generic/internal/index.d.ts +303 -287
  38. package/System.Collections.Generic.d.ts +19 -15
  39. package/System.Collections.Immutable/bindings.json +189 -189
  40. package/System.Collections.Immutable/internal/index.d.ts +235 -234
  41. package/System.Collections.Immutable.d.ts +21 -17
  42. package/System.Collections.ObjectModel/bindings.json +229 -229
  43. package/System.Collections.ObjectModel/internal/index.d.ts +41 -41
  44. package/System.Collections.ObjectModel.d.ts +6 -2
  45. package/System.Collections.Specialized/bindings.json +79 -79
  46. package/System.Collections.Specialized/internal/index.d.ts +46 -46
  47. package/System.Collections.Specialized.d.ts +4 -0
  48. package/System.Collections.d.ts +4 -0
  49. package/System.ComponentModel/bindings.json +108 -108
  50. package/System.ComponentModel/internal/index.d.ts +368 -363
  51. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +78 -78
  52. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +1 -1
  53. package/System.ComponentModel.DataAnnotations.Schema.d.ts +4 -0
  54. package/System.ComponentModel.DataAnnotations.d.ts +4 -0
  55. package/System.ComponentModel.Design/bindings.json +18 -18
  56. package/System.ComponentModel.Design/internal/index.d.ts +47 -47
  57. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +38 -38
  58. package/System.ComponentModel.Design.Serialization.d.ts +4 -0
  59. package/System.ComponentModel.Design.d.ts +4 -0
  60. package/System.ComponentModel.d.ts +4 -0
  61. package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
  62. package/System.Configuration.Assemblies.d.ts +4 -0
  63. package/System.Data/bindings.json +124 -124
  64. package/System.Data/internal/index.d.ts +156 -156
  65. package/System.Data.Common/bindings.json +68 -68
  66. package/System.Data.Common/internal/index.d.ts +42 -42
  67. package/System.Data.Common.d.ts +4 -0
  68. package/System.Data.SqlTypes/internal/index.d.ts +40 -40
  69. package/System.Data.SqlTypes.d.ts +4 -0
  70. package/System.Data.d.ts +8 -4
  71. package/System.Diagnostics/bindings.json +251 -231
  72. package/System.Diagnostics/internal/index.d.ts +167 -154
  73. package/System.Diagnostics.CodeAnalysis/bindings.json +121 -121
  74. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +7 -7
  75. package/System.Diagnostics.CodeAnalysis.d.ts +4 -0
  76. package/System.Diagnostics.Contracts/bindings.json +62 -62
  77. package/System.Diagnostics.Contracts/internal/index.d.ts +9 -9
  78. package/System.Diagnostics.Contracts.d.ts +4 -0
  79. package/System.Diagnostics.Metrics/internal/index.d.ts +86 -86
  80. package/System.Diagnostics.Metrics.d.ts +7 -3
  81. package/System.Diagnostics.SymbolStore/bindings.json +2 -2
  82. package/System.Diagnostics.SymbolStore/internal/index.d.ts +3 -3
  83. package/System.Diagnostics.SymbolStore.d.ts +4 -0
  84. package/System.Diagnostics.Tracing/bindings.json +212 -212
  85. package/System.Diagnostics.Tracing/internal/index.d.ts +7 -7
  86. package/System.Diagnostics.Tracing.d.ts +4 -0
  87. package/System.Diagnostics.d.ts +5 -1
  88. package/System.Drawing/internal/index.d.ts +48 -48
  89. package/System.Drawing.d.ts +4 -0
  90. package/System.Dynamic/bindings.json +13 -13
  91. package/System.Dynamic/internal/index.d.ts +36 -35
  92. package/System.Dynamic.d.ts +4 -0
  93. package/System.Formats.Asn1/internal/index.d.ts +11 -11
  94. package/System.Formats.Asn1.d.ts +4 -0
  95. package/System.Formats.Tar/internal/index.d.ts +1 -1
  96. package/System.Formats.Tar.d.ts +4 -0
  97. package/System.Globalization/bindings.json +3 -3
  98. package/System.Globalization/internal/index.d.ts +19 -19
  99. package/System.Globalization.d.ts +4 -0
  100. package/System.IO/bindings.json +957 -957
  101. package/System.IO/internal/index.d.ts +55 -55
  102. package/System.IO.Compression/internal/index.d.ts +13 -13
  103. package/System.IO.Compression.d.ts +4 -0
  104. package/System.IO.Enumeration/bindings.json +47 -47
  105. package/System.IO.Enumeration/internal/index.d.ts +11 -11
  106. package/System.IO.Enumeration.d.ts +4 -0
  107. package/System.IO.IsolatedStorage/internal/index.d.ts +10 -10
  108. package/System.IO.IsolatedStorage.d.ts +4 -0
  109. package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -1
  110. package/System.IO.MemoryMappedFiles.d.ts +4 -0
  111. package/System.IO.Pipelines/internal/index.d.ts +4 -4
  112. package/System.IO.Pipelines.d.ts +4 -0
  113. package/System.IO.Pipes/internal/index.d.ts +4 -4
  114. package/System.IO.Pipes.d.ts +4 -0
  115. package/System.IO.d.ts +4 -0
  116. package/System.Linq/bindings.json +22 -22
  117. package/System.Linq/internal/index.d.ts +703 -701
  118. package/System.Linq.Expressions/internal/index.d.ts +67 -41
  119. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +3 -3
  120. package/System.Linq.Expressions.Interpreter.d.ts +4 -0
  121. package/System.Linq.Expressions.d.ts +6 -2
  122. package/System.Linq.d.ts +18 -14
  123. package/System.Net/bindings.json +27 -27
  124. package/System.Net/internal/index.d.ts +53 -53
  125. package/System.Net.Cache/internal/index.d.ts +1 -1
  126. package/System.Net.Cache.d.ts +4 -0
  127. package/System.Net.Http/bindings.json +22 -22
  128. package/System.Net.Http/internal/index.d.ts +16 -16
  129. package/System.Net.Http.Headers/bindings.json +66 -26
  130. package/System.Net.Http.Headers/internal/index.d.ts +26 -24
  131. package/System.Net.Http.Headers.d.ts +4 -0
  132. package/System.Net.Http.Json/internal/index.d.ts +63 -63
  133. package/System.Net.Http.Json.d.ts +4 -0
  134. package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
  135. package/System.Net.Http.Metrics.d.ts +4 -0
  136. package/System.Net.Http.d.ts +5 -1
  137. package/System.Net.Mail/bindings.json +96 -96
  138. package/System.Net.Mail/internal/index.d.ts +8 -8
  139. package/System.Net.Mail.d.ts +4 -0
  140. package/System.Net.Mime/internal/index.d.ts +3 -3
  141. package/System.Net.Mime.d.ts +4 -0
  142. package/System.Net.NetworkInformation/bindings.json +40 -40
  143. package/System.Net.NetworkInformation/internal/index.d.ts +15 -15
  144. package/System.Net.NetworkInformation.d.ts +4 -0
  145. package/System.Net.Quic/internal/index.d.ts +4 -4
  146. package/System.Net.Quic.d.ts +4 -0
  147. package/System.Net.Security/internal/index.d.ts +29 -29
  148. package/System.Net.Security.d.ts +4 -0
  149. package/System.Net.ServerSentEvents/internal/index.d.ts +9 -9
  150. package/System.Net.ServerSentEvents.d.ts +7 -3
  151. package/System.Net.Sockets/internal/index.d.ts +42 -42
  152. package/System.Net.Sockets.d.ts +4 -0
  153. package/System.Net.WebSockets/bindings.json +101 -101
  154. package/System.Net.WebSockets/internal/index.d.ts +5 -5
  155. package/System.Net.WebSockets.d.ts +4 -0
  156. package/System.Net.d.ts +4 -0
  157. package/System.Numerics/bindings.json +3 -3
  158. package/System.Numerics/internal/index.d.ts +218 -218
  159. package/System.Numerics.d.ts +38 -34
  160. package/System.Reflection/bindings.json +870 -870
  161. package/System.Reflection/internal/index.d.ts +107 -107
  162. package/System.Reflection.Emit/bindings.json +754 -754
  163. package/System.Reflection.Emit/internal/index.d.ts +27 -25
  164. package/System.Reflection.Emit.d.ts +4 -0
  165. package/System.Reflection.Metadata/bindings.json +607 -87
  166. package/System.Reflection.Metadata/internal/index.d.ts +144 -118
  167. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +9 -9
  168. package/System.Reflection.Metadata.Ecma335.d.ts +4 -0
  169. package/System.Reflection.Metadata.d.ts +9 -5
  170. package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
  171. package/System.Reflection.PortableExecutable.d.ts +4 -0
  172. package/System.Reflection.d.ts +4 -0
  173. package/System.Resources/bindings.json +3 -3
  174. package/System.Resources/internal/index.d.ts +7 -7
  175. package/System.Resources.d.ts +4 -0
  176. package/System.Runtime/bindings.json +9 -9
  177. package/System.Runtime/internal/index.d.ts +7 -7
  178. package/System.Runtime.CompilerServices/bindings.json +383 -383
  179. package/System.Runtime.CompilerServices/internal/index.d.ts +226 -226
  180. package/System.Runtime.CompilerServices.d.ts +20 -16
  181. package/System.Runtime.ConstrainedExecution/bindings.json +9 -9
  182. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +1 -1
  183. package/System.Runtime.ConstrainedExecution.d.ts +4 -0
  184. package/System.Runtime.ExceptionServices/bindings.json +9 -9
  185. package/System.Runtime.ExceptionServices/internal/index.d.ts +2 -2
  186. package/System.Runtime.ExceptionServices.d.ts +4 -0
  187. package/System.Runtime.InteropServices/bindings.json +559 -559
  188. package/System.Runtime.InteropServices/internal/index.d.ts +182 -182
  189. package/System.Runtime.InteropServices.ComTypes/bindings.json +349 -349
  190. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +19 -19
  191. package/System.Runtime.InteropServices.ComTypes.d.ts +4 -0
  192. package/System.Runtime.InteropServices.Java/bindings.json +12 -12
  193. package/System.Runtime.InteropServices.Java/internal/index.d.ts +2 -2
  194. package/System.Runtime.InteropServices.Java.d.ts +4 -0
  195. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +38 -38
  196. package/System.Runtime.InteropServices.JavaScript.d.ts +6 -2
  197. package/System.Runtime.InteropServices.Marshalling/bindings.json +117 -117
  198. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +81 -81
  199. package/System.Runtime.InteropServices.Marshalling.d.ts +4 -0
  200. package/System.Runtime.InteropServices.ObjectiveC/bindings.json +15 -15
  201. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -2
  202. package/System.Runtime.InteropServices.ObjectiveC.d.ts +4 -0
  203. package/System.Runtime.InteropServices.Swift/bindings.json +4 -4
  204. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
  205. package/System.Runtime.InteropServices.Swift.d.ts +6 -2
  206. package/System.Runtime.InteropServices.d.ts +6 -2
  207. package/System.Runtime.Intrinsics/internal/index.d.ts +514 -514
  208. package/System.Runtime.Intrinsics.Arm/bindings.json +31 -31
  209. package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +1 -1
  210. package/System.Runtime.Intrinsics.Arm.d.ts +4 -0
  211. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -1
  212. package/System.Runtime.Intrinsics.Wasm.d.ts +4 -0
  213. package/System.Runtime.Intrinsics.X86/bindings.json +38 -38
  214. package/System.Runtime.Intrinsics.X86/internal/index.d.ts +1 -1
  215. package/System.Runtime.Intrinsics.X86.d.ts +4 -0
  216. package/System.Runtime.Intrinsics.d.ts +12 -8
  217. package/System.Runtime.Loader/internal/index.d.ts +1 -1
  218. package/System.Runtime.Loader.d.ts +4 -0
  219. package/System.Runtime.Remoting/internal/index.d.ts +3 -3
  220. package/System.Runtime.Remoting.d.ts +4 -0
  221. package/System.Runtime.Serialization/bindings.json +13 -13
  222. package/System.Runtime.Serialization/internal/index.d.ts +102 -102
  223. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +4 -4
  224. package/System.Runtime.Serialization.DataContracts.d.ts +4 -0
  225. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +1 -1
  226. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
  227. package/System.Runtime.Serialization.Formatters.Binary.d.ts +4 -0
  228. package/System.Runtime.Serialization.Formatters.d.ts +4 -0
  229. package/System.Runtime.Serialization.Json/internal/index.d.ts +13 -13
  230. package/System.Runtime.Serialization.Json.d.ts +4 -0
  231. package/System.Runtime.Serialization.d.ts +4 -0
  232. package/System.Runtime.Versioning/bindings.json +13 -13
  233. package/System.Runtime.Versioning/internal/index.d.ts +2 -2
  234. package/System.Runtime.Versioning.d.ts +4 -0
  235. package/System.Runtime.d.ts +4 -0
  236. package/System.Security/bindings.json +5 -5
  237. package/System.Security/internal/index.d.ts +10 -10
  238. package/System.Security.AccessControl/bindings.json +33 -33
  239. package/System.Security.AccessControl/internal/index.d.ts +21 -21
  240. package/System.Security.AccessControl.d.ts +10 -6
  241. package/System.Security.Authentication/internal/index.d.ts +1 -1
  242. package/System.Security.Authentication.ExtendedProtection/bindings.json +5 -5
  243. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +3 -3
  244. package/System.Security.Authentication.ExtendedProtection.d.ts +4 -0
  245. package/System.Security.Authentication.d.ts +4 -0
  246. package/System.Security.Claims/internal/index.d.ts +3 -3
  247. package/System.Security.Claims.d.ts +4 -0
  248. package/System.Security.Cryptography/bindings.json +40 -40
  249. package/System.Security.Cryptography/internal/index.d.ts +28 -27
  250. package/System.Security.Cryptography.X509Certificates/bindings.json +312 -312
  251. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +10 -10
  252. package/System.Security.Cryptography.X509Certificates.d.ts +4 -0
  253. package/System.Security.Cryptography.d.ts +4 -0
  254. package/System.Security.Permissions/internal/index.d.ts +1 -1
  255. package/System.Security.Permissions.d.ts +4 -0
  256. package/System.Security.Policy/bindings.json +5 -5
  257. package/System.Security.Policy/internal/index.d.ts +9 -9
  258. package/System.Security.Policy.d.ts +4 -0
  259. package/System.Security.Principal/bindings.json +8 -8
  260. package/System.Security.Principal/internal/index.d.ts +8 -8
  261. package/System.Security.Principal.d.ts +4 -0
  262. package/System.Security.d.ts +4 -0
  263. package/System.Text/bindings.json +20 -20
  264. package/System.Text/internal/index.d.ts +48 -48
  265. package/System.Text.Encodings.Web/internal/index.d.ts +1 -1
  266. package/System.Text.Encodings.Web.d.ts +4 -0
  267. package/System.Text.Json/internal/index.d.ts +109 -109
  268. package/System.Text.Json.Nodes/bindings.json +27 -27
  269. package/System.Text.Json.Nodes/internal/index.d.ts +8 -8
  270. package/System.Text.Json.Nodes.d.ts +4 -0
  271. package/System.Text.Json.Schema/internal/index.d.ts +1 -1
  272. package/System.Text.Json.Schema.d.ts +4 -0
  273. package/System.Text.Json.Serialization/internal/index.d.ts +18 -18
  274. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +67 -67
  275. package/System.Text.Json.Serialization.Metadata.d.ts +6 -2
  276. package/System.Text.Json.Serialization.d.ts +10 -6
  277. package/System.Text.Json.d.ts +4 -0
  278. package/System.Text.RegularExpressions/bindings.json +158 -118
  279. package/System.Text.RegularExpressions/internal/index.d.ts +9 -7
  280. package/System.Text.RegularExpressions.d.ts +4 -0
  281. package/System.Text.Unicode/internal/index.d.ts +6 -6
  282. package/System.Text.Unicode.d.ts +4 -0
  283. package/System.Text.d.ts +4 -0
  284. package/System.Threading/bindings.json +19 -19
  285. package/System.Threading/internal/index.d.ts +97 -97
  286. package/System.Threading.Channels/internal/index.d.ts +23 -23
  287. package/System.Threading.Channels.d.ts +8 -4
  288. package/System.Threading.Tasks/bindings.json +138 -38
  289. package/System.Threading.Tasks/internal/index.d.ts +229 -227
  290. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +95 -95
  291. package/System.Threading.Tasks.Dataflow.d.ts +18 -14
  292. package/System.Threading.Tasks.Sources/bindings.json +9 -9
  293. package/System.Threading.Tasks.Sources/internal/index.d.ts +9 -9
  294. package/System.Threading.Tasks.Sources.d.ts +6 -2
  295. package/System.Threading.Tasks.d.ts +12 -8
  296. package/System.Threading.d.ts +4 -0
  297. package/System.Timers/internal/index.d.ts +2 -2
  298. package/System.Timers.d.ts +4 -0
  299. package/System.Transactions/internal/index.d.ts +6 -6
  300. package/System.Transactions.d.ts +4 -0
  301. package/System.Web/internal/index.d.ts +2 -2
  302. package/System.Web.d.ts +4 -0
  303. package/System.Windows.Input/internal/index.d.ts +3 -3
  304. package/System.Windows.Input.d.ts +4 -0
  305. package/System.Windows.Markup/internal/index.d.ts +1 -1
  306. package/System.Windows.Markup.d.ts +4 -0
  307. package/System.Xml/bindings.json +27 -27
  308. package/System.Xml/internal/index.d.ts +29 -29
  309. package/System.Xml.Linq/bindings.json +6 -6
  310. package/System.Xml.Linq/internal/index.d.ts +49 -49
  311. package/System.Xml.Linq.d.ts +4 -0
  312. package/System.Xml.Resolvers/internal/index.d.ts +3 -3
  313. package/System.Xml.Resolvers.d.ts +4 -0
  314. package/System.Xml.Schema/bindings.json +24 -24
  315. package/System.Xml.Schema/internal/index.d.ts +24 -24
  316. package/System.Xml.Schema.d.ts +4 -0
  317. package/System.Xml.Serialization/bindings.json +57 -57
  318. package/System.Xml.Serialization/internal/index.d.ts +49 -49
  319. package/System.Xml.Serialization.d.ts +4 -0
  320. package/System.Xml.XPath/bindings.json +1 -1
  321. package/System.Xml.XPath/internal/index.d.ts +18 -18
  322. package/System.Xml.XPath.d.ts +4 -0
  323. package/System.Xml.Xsl/bindings.json +1 -1
  324. package/System.Xml.Xsl/internal/index.d.ts +12 -12
  325. package/System.Xml.Xsl.Runtime/bindings.json +70 -70
  326. package/System.Xml.Xsl.Runtime/internal/index.d.ts +21 -21
  327. package/System.Xml.Xsl.Runtime.d.ts +4 -0
  328. package/System.Xml.Xsl.d.ts +4 -0
  329. package/System.Xml.d.ts +4 -0
  330. package/System.d.ts +126 -122
  331. package/__internal/extensions/index.d.ts +1288 -1293
  332. package/package.json +2 -2
@@ -132,7 +132,7 @@
132
132
  {
133
133
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.MarshalMode::value__System.Int32",
134
134
  "clrName": "value__",
135
- "metadataToken": 67113929,
135
+ "metadataToken": 67113924,
136
136
  "normalizedSignature": "value__|System.Int32|static=false|const=false",
137
137
  "isStatic": false,
138
138
  "isReadOnly": false,
@@ -144,7 +144,7 @@
144
144
  {
145
145
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.MarshalMode::DefaultSystem.Runtime.InteropServices.Marshalling.MarshalMode",
146
146
  "clrName": "Default",
147
- "metadataToken": 67113930,
147
+ "metadataToken": 67113925,
148
148
  "normalizedSignature": "Default|System.Runtime.InteropServices.Marshalling.MarshalMode|static=true|const=true",
149
149
  "isStatic": true,
150
150
  "isReadOnly": false,
@@ -156,7 +156,7 @@
156
156
  {
157
157
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.MarshalMode::ManagedToUnmanagedInSystem.Runtime.InteropServices.Marshalling.MarshalMode",
158
158
  "clrName": "ManagedToUnmanagedIn",
159
- "metadataToken": 67113931,
159
+ "metadataToken": 67113926,
160
160
  "normalizedSignature": "ManagedToUnmanagedIn|System.Runtime.InteropServices.Marshalling.MarshalMode|static=true|const=true",
161
161
  "isStatic": true,
162
162
  "isReadOnly": false,
@@ -168,7 +168,7 @@
168
168
  {
169
169
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.MarshalMode::ManagedToUnmanagedRefSystem.Runtime.InteropServices.Marshalling.MarshalMode",
170
170
  "clrName": "ManagedToUnmanagedRef",
171
- "metadataToken": 67113932,
171
+ "metadataToken": 67113927,
172
172
  "normalizedSignature": "ManagedToUnmanagedRef|System.Runtime.InteropServices.Marshalling.MarshalMode|static=true|const=true",
173
173
  "isStatic": true,
174
174
  "isReadOnly": false,
@@ -180,7 +180,7 @@
180
180
  {
181
181
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.MarshalMode::ManagedToUnmanagedOutSystem.Runtime.InteropServices.Marshalling.MarshalMode",
182
182
  "clrName": "ManagedToUnmanagedOut",
183
- "metadataToken": 67113933,
183
+ "metadataToken": 67113928,
184
184
  "normalizedSignature": "ManagedToUnmanagedOut|System.Runtime.InteropServices.Marshalling.MarshalMode|static=true|const=true",
185
185
  "isStatic": true,
186
186
  "isReadOnly": false,
@@ -192,7 +192,7 @@
192
192
  {
193
193
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.MarshalMode::UnmanagedToManagedInSystem.Runtime.InteropServices.Marshalling.MarshalMode",
194
194
  "clrName": "UnmanagedToManagedIn",
195
- "metadataToken": 67113934,
195
+ "metadataToken": 67113929,
196
196
  "normalizedSignature": "UnmanagedToManagedIn|System.Runtime.InteropServices.Marshalling.MarshalMode|static=true|const=true",
197
197
  "isStatic": true,
198
198
  "isReadOnly": false,
@@ -204,7 +204,7 @@
204
204
  {
205
205
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.MarshalMode::UnmanagedToManagedRefSystem.Runtime.InteropServices.Marshalling.MarshalMode",
206
206
  "clrName": "UnmanagedToManagedRef",
207
- "metadataToken": 67113935,
207
+ "metadataToken": 67113930,
208
208
  "normalizedSignature": "UnmanagedToManagedRef|System.Runtime.InteropServices.Marshalling.MarshalMode|static=true|const=true",
209
209
  "isStatic": true,
210
210
  "isReadOnly": false,
@@ -216,7 +216,7 @@
216
216
  {
217
217
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.MarshalMode::UnmanagedToManagedOutSystem.Runtime.InteropServices.Marshalling.MarshalMode",
218
218
  "clrName": "UnmanagedToManagedOut",
219
- "metadataToken": 67113936,
219
+ "metadataToken": 67113931,
220
220
  "normalizedSignature": "UnmanagedToManagedOut|System.Runtime.InteropServices.Marshalling.MarshalMode|static=true|const=true",
221
221
  "isStatic": true,
222
222
  "isReadOnly": false,
@@ -228,7 +228,7 @@
228
228
  {
229
229
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.MarshalMode::ElementInSystem.Runtime.InteropServices.Marshalling.MarshalMode",
230
230
  "clrName": "ElementIn",
231
- "metadataToken": 67113937,
231
+ "metadataToken": 67113932,
232
232
  "normalizedSignature": "ElementIn|System.Runtime.InteropServices.Marshalling.MarshalMode|static=true|const=true",
233
233
  "isStatic": true,
234
234
  "isReadOnly": false,
@@ -240,7 +240,7 @@
240
240
  {
241
241
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.MarshalMode::ElementRefSystem.Runtime.InteropServices.Marshalling.MarshalMode",
242
242
  "clrName": "ElementRef",
243
- "metadataToken": 67113938,
243
+ "metadataToken": 67113933,
244
244
  "normalizedSignature": "ElementRef|System.Runtime.InteropServices.Marshalling.MarshalMode|static=true|const=true",
245
245
  "isStatic": true,
246
246
  "isReadOnly": false,
@@ -252,7 +252,7 @@
252
252
  {
253
253
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.MarshalMode::ElementOutSystem.Runtime.InteropServices.Marshalling.MarshalMode",
254
254
  "clrName": "ElementOut",
255
- "metadataToken": 67113939,
255
+ "metadataToken": 67113934,
256
256
  "normalizedSignature": "ElementOut|System.Runtime.InteropServices.Marshalling.MarshalMode|static=true|const=true",
257
257
  "isStatic": true,
258
258
  "isReadOnly": false,
@@ -876,7 +876,7 @@
876
876
  {
877
877
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.ComVariant::Dispose():System.Void",
878
878
  "clrName": "Dispose",
879
- "metadataToken": 100695236,
879
+ "metadataToken": 100695238,
880
880
  "canonicalSignature": "():System.Void",
881
881
  "normalizedSignature": "Dispose|():System.Void|static=false",
882
882
  "emitScope": "ClassSurface",
@@ -896,7 +896,7 @@
896
896
  {
897
897
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.ComVariant::Create(T):System.Runtime.InteropServices.Marshalling.ComVariant",
898
898
  "clrName": "Create",
899
- "metadataToken": 100695237,
899
+ "metadataToken": 100695239,
900
900
  "canonicalSignature": "(T):System.Runtime.InteropServices.Marshalling.ComVariant",
901
901
  "normalizedSignature": "Create|(T):System.Runtime.InteropServices.Marshalling.ComVariant|static=true",
902
902
  "emitScope": "ClassSurface",
@@ -916,7 +916,7 @@
916
916
  {
917
917
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.ComVariant::CreateRaw(System.Runtime.InteropServices.VarEnum,T):System.Runtime.InteropServices.Marshalling.ComVariant",
918
918
  "clrName": "CreateRaw",
919
- "metadataToken": 100695238,
919
+ "metadataToken": 100695240,
920
920
  "canonicalSignature": "(System.Runtime.InteropServices.VarEnum,T):System.Runtime.InteropServices.Marshalling.ComVariant",
921
921
  "normalizedSignature": "CreateRaw|(System.Runtime.InteropServices.VarEnum,T):System.Runtime.InteropServices.Marshalling.ComVariant|static=true",
922
922
  "emitScope": "ClassSurface",
@@ -936,7 +936,7 @@
936
936
  {
937
937
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.ComVariant::As():T",
938
938
  "clrName": "As",
939
- "metadataToken": 100695241,
939
+ "metadataToken": 100695243,
940
940
  "canonicalSignature": "():T",
941
941
  "normalizedSignature": "As|():T|static=false",
942
942
  "emitScope": "ClassSurface",
@@ -956,7 +956,7 @@
956
956
  {
957
957
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.ComVariant::GetRawDataRef():T\u0026",
958
958
  "clrName": "GetRawDataRef",
959
- "metadataToken": 100695244,
959
+ "metadataToken": 100695246,
960
960
  "canonicalSignature": "():T\u0026",
961
961
  "normalizedSignature": "GetRawDataRef|():T\u0026|static=false",
962
962
  "emitScope": "ClassSurface",
@@ -1311,7 +1311,7 @@
1311
1311
  {
1312
1312
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.IDynamicInterfaceCastable::IsInterfaceImplemented(System.RuntimeTypeHandle,System.Boolean):System.Boolean",
1313
1313
  "clrName": "IsInterfaceImplemented",
1314
- "metadataToken": 100694685,
1314
+ "metadataToken": 100694688,
1315
1315
  "canonicalSignature": "(System.RuntimeTypeHandle,System.Boolean):System.Boolean",
1316
1316
  "normalizedSignature": "IsInterfaceImplemented|(System.RuntimeTypeHandle,System.Boolean):System.Boolean|static=false",
1317
1317
  "emitScope": "ViewOnly",
@@ -1332,7 +1332,7 @@
1332
1332
  {
1333
1333
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.IDynamicInterfaceCastable::GetInterfaceImplementation(System.RuntimeTypeHandle):System.RuntimeTypeHandle",
1334
1334
  "clrName": "GetInterfaceImplementation",
1335
- "metadataToken": 100694686,
1335
+ "metadataToken": 100694689,
1336
1336
  "canonicalSignature": "(System.RuntimeTypeHandle):System.RuntimeTypeHandle",
1337
1337
  "normalizedSignature": "GetInterfaceImplementation|(System.RuntimeTypeHandle):System.RuntimeTypeHandle|static=false",
1338
1338
  "emitScope": "ViewOnly",
@@ -1399,7 +1399,7 @@
1399
1399
  "constructors": [
1400
1400
  {
1401
1401
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.ContiguousCollectionMarshallerAttribute::.ctor():void",
1402
- "metadataToken": 100695247,
1402
+ "metadataToken": 100695249,
1403
1403
  "canonicalSignature": "():void",
1404
1404
  "normalizedSignature": "constructor|():void|static=false",
1405
1405
  "isStatic": false,
@@ -1490,7 +1490,7 @@
1490
1490
  "constructors": [
1491
1491
  {
1492
1492
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.CustomMarshallerAttribute::.ctor(System.Type,System.Runtime.InteropServices.Marshalling.MarshalMode,System.Type):void",
1493
- "metadataToken": 100695248,
1493
+ "metadataToken": 100695250,
1494
1494
  "canonicalSignature": "(System.Type,System.Runtime.InteropServices.Marshalling.MarshalMode,System.Type):void",
1495
1495
  "normalizedSignature": "constructor|(System.Type,System.Runtime.InteropServices.Marshalling.MarshalMode,System.Type):void|static=false",
1496
1496
  "isStatic": false,
@@ -1924,7 +1924,7 @@
1924
1924
  {
1925
1925
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.MarshalUsingAttribute::ReturnsCountValueSystem.String",
1926
1926
  "clrName": "ReturnsCountValue",
1927
- "metadataToken": 67113944,
1927
+ "metadataToken": 67113939,
1928
1928
  "normalizedSignature": "ReturnsCountValue|System.String|static=true|const=true",
1929
1929
  "isStatic": true,
1930
1930
  "isReadOnly": false,
@@ -1938,7 +1938,7 @@
1938
1938
  "constructors": [
1939
1939
  {
1940
1940
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.MarshalUsingAttribute::.ctor():void",
1941
- "metadataToken": 100695252,
1941
+ "metadataToken": 100695254,
1942
1942
  "canonicalSignature": "():void",
1943
1943
  "normalizedSignature": "constructor|():void|static=false",
1944
1944
  "isStatic": false,
@@ -1949,7 +1949,7 @@
1949
1949
  },
1950
1950
  {
1951
1951
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.MarshalUsingAttribute::.ctor(System.Type):void",
1952
- "metadataToken": 100695253,
1952
+ "metadataToken": 100695255,
1953
1953
  "canonicalSignature": "(System.Type):void",
1954
1954
  "normalizedSignature": "constructor|(System.Type):void|static=false",
1955
1955
  "isStatic": false,
@@ -2002,7 +2002,7 @@
2002
2002
  "constructors": [
2003
2003
  {
2004
2004
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute::.ctor(System.Type):void",
2005
- "metadataToken": 100695261,
2005
+ "metadataToken": 100695263,
2006
2006
  "canonicalSignature": "(System.Type):void",
2007
2007
  "normalizedSignature": "constructor|(System.Type):void|static=false",
2008
2008
  "isStatic": false,
@@ -2277,7 +2277,7 @@
2277
2277
  {
2278
2278
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.AnsiStringMarshaller::ConvertToUnmanaged(System.String):System.Byte*",
2279
2279
  "clrName": "ConvertToUnmanaged",
2280
- "metadataToken": 100695207,
2280
+ "metadataToken": 100695209,
2281
2281
  "canonicalSignature": "(System.String):System.Byte*",
2282
2282
  "normalizedSignature": "ConvertToUnmanaged|(System.String):System.Byte*|static=true",
2283
2283
  "emitScope": "ClassSurface",
@@ -2297,7 +2297,7 @@
2297
2297
  {
2298
2298
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.AnsiStringMarshaller::ConvertToManaged(System.Byte*):System.String",
2299
2299
  "clrName": "ConvertToManaged",
2300
- "metadataToken": 100695208,
2300
+ "metadataToken": 100695210,
2301
2301
  "canonicalSignature": "(System.Byte*):System.String",
2302
2302
  "normalizedSignature": "ConvertToManaged|(System.Byte*):System.String|static=true",
2303
2303
  "emitScope": "ClassSurface",
@@ -2317,7 +2317,7 @@
2317
2317
  {
2318
2318
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.AnsiStringMarshaller::Free(System.Byte*):System.Void",
2319
2319
  "clrName": "Free",
2320
- "metadataToken": 100695209,
2320
+ "metadataToken": 100695211,
2321
2321
  "canonicalSignature": "(System.Byte*):System.Void",
2322
2322
  "normalizedSignature": "Free|(System.Byte*):System.Void|static=true",
2323
2323
  "emitScope": "ClassSurface",
@@ -2359,7 +2359,7 @@
2359
2359
  {
2360
2360
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.AnsiStringMarshaller\u002BManagedToUnmanagedIn::FromManaged(System.String,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
2361
2361
  "clrName": "FromManaged",
2362
- "metadataToken": 100695211,
2362
+ "metadataToken": 100695213,
2363
2363
  "canonicalSignature": "(System.String,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
2364
2364
  "normalizedSignature": "FromManaged|(System.String,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
2365
2365
  "emitScope": "ClassSurface",
@@ -2379,7 +2379,7 @@
2379
2379
  {
2380
2380
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.AnsiStringMarshaller\u002BManagedToUnmanagedIn::ToUnmanaged():System.Byte*",
2381
2381
  "clrName": "ToUnmanaged",
2382
- "metadataToken": 100695212,
2382
+ "metadataToken": 100695214,
2383
2383
  "canonicalSignature": "():System.Byte*",
2384
2384
  "normalizedSignature": "ToUnmanaged|():System.Byte*|static=false",
2385
2385
  "emitScope": "ClassSurface",
@@ -2399,7 +2399,7 @@
2399
2399
  {
2400
2400
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.AnsiStringMarshaller\u002BManagedToUnmanagedIn::Free():System.Void",
2401
2401
  "clrName": "Free",
2402
- "metadataToken": 100695213,
2402
+ "metadataToken": 100695215,
2403
2403
  "canonicalSignature": "():System.Void",
2404
2404
  "normalizedSignature": "Free|():System.Void|static=false",
2405
2405
  "emitScope": "ClassSurface",
@@ -2465,7 +2465,7 @@
2465
2465
  {
2466
2466
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.ArrayMarshaller\u00602::AllocateContainerForUnmanagedElements(T[],System.Int32\u0026):TUnmanagedElement*",
2467
2467
  "clrName": "AllocateContainerForUnmanagedElements",
2468
- "metadataToken": 100695214,
2468
+ "metadataToken": 100695216,
2469
2469
  "canonicalSignature": "(T[],System.Int32\u0026):TUnmanagedElement*",
2470
2470
  "normalizedSignature": "AllocateContainerForUnmanagedElements|(T[],System.Int32\u0026):TUnmanagedElement*|static=true",
2471
2471
  "emitScope": "ClassSurface",
@@ -2491,7 +2491,7 @@
2491
2491
  {
2492
2492
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.ArrayMarshaller\u00602::GetManagedValuesSource(T[]):ReadOnlySpan_1",
2493
2493
  "clrName": "GetManagedValuesSource",
2494
- "metadataToken": 100695215,
2494
+ "metadataToken": 100695217,
2495
2495
  "canonicalSignature": "(T[]):ReadOnlySpan_1",
2496
2496
  "normalizedSignature": "GetManagedValuesSource|(T[]):ReadOnlySpan_1|static=true",
2497
2497
  "emitScope": "ClassSurface",
@@ -2511,7 +2511,7 @@
2511
2511
  {
2512
2512
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.ArrayMarshaller\u00602::GetUnmanagedValuesDestination(TUnmanagedElement*,System.Int32):Span_1",
2513
2513
  "clrName": "GetUnmanagedValuesDestination",
2514
- "metadataToken": 100695216,
2514
+ "metadataToken": 100695218,
2515
2515
  "canonicalSignature": "(TUnmanagedElement*,System.Int32):Span_1",
2516
2516
  "normalizedSignature": "GetUnmanagedValuesDestination|(TUnmanagedElement*,System.Int32):Span_1|static=true",
2517
2517
  "emitScope": "ClassSurface",
@@ -2531,7 +2531,7 @@
2531
2531
  {
2532
2532
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.ArrayMarshaller\u00602::AllocateContainerForManagedElements(TUnmanagedElement*,System.Int32):T[]",
2533
2533
  "clrName": "AllocateContainerForManagedElements",
2534
- "metadataToken": 100695217,
2534
+ "metadataToken": 100695219,
2535
2535
  "canonicalSignature": "(TUnmanagedElement*,System.Int32):T[]",
2536
2536
  "normalizedSignature": "AllocateContainerForManagedElements|(TUnmanagedElement*,System.Int32):T[]|static=true",
2537
2537
  "emitScope": "ClassSurface",
@@ -2551,7 +2551,7 @@
2551
2551
  {
2552
2552
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.ArrayMarshaller\u00602::GetManagedValuesDestination(T[]):Span_1",
2553
2553
  "clrName": "GetManagedValuesDestination",
2554
- "metadataToken": 100695218,
2554
+ "metadataToken": 100695220,
2555
2555
  "canonicalSignature": "(T[]):Span_1",
2556
2556
  "normalizedSignature": "GetManagedValuesDestination|(T[]):Span_1|static=true",
2557
2557
  "emitScope": "ClassSurface",
@@ -2571,7 +2571,7 @@
2571
2571
  {
2572
2572
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.ArrayMarshaller\u00602::GetUnmanagedValuesSource(TUnmanagedElement*,System.Int32):ReadOnlySpan_1",
2573
2573
  "clrName": "GetUnmanagedValuesSource",
2574
- "metadataToken": 100695219,
2574
+ "metadataToken": 100695221,
2575
2575
  "canonicalSignature": "(TUnmanagedElement*,System.Int32):ReadOnlySpan_1",
2576
2576
  "normalizedSignature": "GetUnmanagedValuesSource|(TUnmanagedElement*,System.Int32):ReadOnlySpan_1|static=true",
2577
2577
  "emitScope": "ClassSurface",
@@ -2591,7 +2591,7 @@
2591
2591
  {
2592
2592
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.ArrayMarshaller\u00602::Free(TUnmanagedElement*):System.Void",
2593
2593
  "clrName": "Free",
2594
- "metadataToken": 100695220,
2594
+ "metadataToken": 100695222,
2595
2595
  "canonicalSignature": "(TUnmanagedElement*):System.Void",
2596
2596
  "normalizedSignature": "Free|(TUnmanagedElement*):System.Void|static=true",
2597
2597
  "emitScope": "ClassSurface",
@@ -2637,7 +2637,7 @@
2637
2637
  {
2638
2638
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.ArrayMarshaller\u00602\u002BManagedToUnmanagedIn::FromManaged(T[],Span_1):System.Void",
2639
2639
  "clrName": "FromManaged",
2640
- "metadataToken": 100695222,
2640
+ "metadataToken": 100695224,
2641
2641
  "canonicalSignature": "(T[],Span_1):System.Void",
2642
2642
  "normalizedSignature": "FromManaged|(T[],Span_1):System.Void|static=false",
2643
2643
  "emitScope": "ClassSurface",
@@ -2657,7 +2657,7 @@
2657
2657
  {
2658
2658
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.ArrayMarshaller\u00602\u002BManagedToUnmanagedIn::GetManagedValuesSource():ReadOnlySpan_1",
2659
2659
  "clrName": "GetManagedValuesSource",
2660
- "metadataToken": 100695223,
2660
+ "metadataToken": 100695225,
2661
2661
  "canonicalSignature": "():ReadOnlySpan_1",
2662
2662
  "normalizedSignature": "GetManagedValuesSource|():ReadOnlySpan_1|static=false",
2663
2663
  "emitScope": "ClassSurface",
@@ -2677,7 +2677,7 @@
2677
2677
  {
2678
2678
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.ArrayMarshaller\u00602\u002BManagedToUnmanagedIn::GetUnmanagedValuesDestination():Span_1",
2679
2679
  "clrName": "GetUnmanagedValuesDestination",
2680
- "metadataToken": 100695224,
2680
+ "metadataToken": 100695226,
2681
2681
  "canonicalSignature": "():Span_1",
2682
2682
  "normalizedSignature": "GetUnmanagedValuesDestination|():Span_1|static=false",
2683
2683
  "emitScope": "ClassSurface",
@@ -2697,7 +2697,7 @@
2697
2697
  {
2698
2698
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.ArrayMarshaller\u00602\u002BManagedToUnmanagedIn::GetPinnableReference():TUnmanagedElement\u0026",
2699
2699
  "clrName": "GetPinnableReference",
2700
- "metadataToken": 100695225,
2700
+ "metadataToken": 100695227,
2701
2701
  "canonicalSignature": "():TUnmanagedElement\u0026",
2702
2702
  "normalizedSignature": "GetPinnableReference|():TUnmanagedElement\u0026|static=false",
2703
2703
  "emitScope": "ClassSurface",
@@ -2717,7 +2717,7 @@
2717
2717
  {
2718
2718
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.ArrayMarshaller\u00602\u002BManagedToUnmanagedIn::ToUnmanaged():TUnmanagedElement*",
2719
2719
  "clrName": "ToUnmanaged",
2720
- "metadataToken": 100695226,
2720
+ "metadataToken": 100695228,
2721
2721
  "canonicalSignature": "():TUnmanagedElement*",
2722
2722
  "normalizedSignature": "ToUnmanaged|():TUnmanagedElement*|static=false",
2723
2723
  "emitScope": "ClassSurface",
@@ -2737,7 +2737,7 @@
2737
2737
  {
2738
2738
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.ArrayMarshaller\u00602\u002BManagedToUnmanagedIn::Free():System.Void",
2739
2739
  "clrName": "Free",
2740
- "metadataToken": 100695227,
2740
+ "metadataToken": 100695229,
2741
2741
  "canonicalSignature": "():System.Void",
2742
2742
  "normalizedSignature": "Free|():System.Void|static=false",
2743
2743
  "emitScope": "ClassSurface",
@@ -2757,7 +2757,7 @@
2757
2757
  {
2758
2758
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.ArrayMarshaller\u00602\u002BManagedToUnmanagedIn::GetPinnableReference(T[]):T\u0026",
2759
2759
  "clrName": "GetPinnableReference",
2760
- "metadataToken": 100695228,
2760
+ "metadataToken": 100695230,
2761
2761
  "canonicalSignature": "(T[]):T\u0026",
2762
2762
  "normalizedSignature": "GetPinnableReference|(T[]):T\u0026|static=true",
2763
2763
  "emitScope": "ClassSurface",
@@ -2819,7 +2819,7 @@
2819
2819
  {
2820
2820
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.BStrStringMarshaller::ConvertToUnmanaged(System.String):System.UInt16*",
2821
2821
  "clrName": "ConvertToUnmanaged",
2822
- "metadataToken": 100695229,
2822
+ "metadataToken": 100695231,
2823
2823
  "canonicalSignature": "(System.String):System.UInt16*",
2824
2824
  "normalizedSignature": "ConvertToUnmanaged|(System.String):System.UInt16*|static=true",
2825
2825
  "emitScope": "ClassSurface",
@@ -2839,7 +2839,7 @@
2839
2839
  {
2840
2840
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.BStrStringMarshaller::ConvertToManaged(System.UInt16*):System.String",
2841
2841
  "clrName": "ConvertToManaged",
2842
- "metadataToken": 100695230,
2842
+ "metadataToken": 100695232,
2843
2843
  "canonicalSignature": "(System.UInt16*):System.String",
2844
2844
  "normalizedSignature": "ConvertToManaged|(System.UInt16*):System.String|static=true",
2845
2845
  "emitScope": "ClassSurface",
@@ -2859,7 +2859,7 @@
2859
2859
  {
2860
2860
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.BStrStringMarshaller::Free(System.UInt16*):System.Void",
2861
2861
  "clrName": "Free",
2862
- "metadataToken": 100695231,
2862
+ "metadataToken": 100695233,
2863
2863
  "canonicalSignature": "(System.UInt16*):System.Void",
2864
2864
  "normalizedSignature": "Free|(System.UInt16*):System.Void|static=true",
2865
2865
  "emitScope": "ClassSurface",
@@ -2901,7 +2901,7 @@
2901
2901
  {
2902
2902
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.BStrStringMarshaller\u002BManagedToUnmanagedIn::FromManaged(System.String,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
2903
2903
  "clrName": "FromManaged",
2904
- "metadataToken": 100695233,
2904
+ "metadataToken": 100695235,
2905
2905
  "canonicalSignature": "(System.String,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
2906
2906
  "normalizedSignature": "FromManaged|(System.String,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
2907
2907
  "emitScope": "ClassSurface",
@@ -2921,7 +2921,7 @@
2921
2921
  {
2922
2922
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.BStrStringMarshaller\u002BManagedToUnmanagedIn::ToUnmanaged():System.UInt16*",
2923
2923
  "clrName": "ToUnmanaged",
2924
- "metadataToken": 100695234,
2924
+ "metadataToken": 100695236,
2925
2925
  "canonicalSignature": "():System.UInt16*",
2926
2926
  "normalizedSignature": "ToUnmanaged|():System.UInt16*|static=false",
2927
2927
  "emitScope": "ClassSurface",
@@ -2941,7 +2941,7 @@
2941
2941
  {
2942
2942
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.BStrStringMarshaller\u002BManagedToUnmanagedIn::Free():System.Void",
2943
2943
  "clrName": "Free",
2944
- "metadataToken": 100695235,
2944
+ "metadataToken": 100695237,
2945
2945
  "canonicalSignature": "():System.Void",
2946
2946
  "normalizedSignature": "Free|():System.Void|static=false",
2947
2947
  "emitScope": "ClassSurface",
@@ -3473,7 +3473,7 @@
3473
3473
  {
3474
3474
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.PointerArrayMarshaller\u00602::AllocateContainerForUnmanagedElements(T*[],System.Int32\u0026):TUnmanagedElement*",
3475
3475
  "clrName": "AllocateContainerForUnmanagedElements",
3476
- "metadataToken": 100695263,
3476
+ "metadataToken": 100695265,
3477
3477
  "canonicalSignature": "(T*[],System.Int32\u0026):TUnmanagedElement*",
3478
3478
  "normalizedSignature": "AllocateContainerForUnmanagedElements|(T*[],System.Int32\u0026):TUnmanagedElement*|static=true",
3479
3479
  "emitScope": "ClassSurface",
@@ -3499,7 +3499,7 @@
3499
3499
  {
3500
3500
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.PointerArrayMarshaller\u00602::GetManagedValuesSource(T*[]):System.ReadOnlySpan_1[[System.IntPtr,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
3501
3501
  "clrName": "GetManagedValuesSource",
3502
- "metadataToken": 100695264,
3502
+ "metadataToken": 100695266,
3503
3503
  "canonicalSignature": "(T*[]):System.ReadOnlySpan_1[[System.IntPtr,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
3504
3504
  "normalizedSignature": "GetManagedValuesSource|(T*[]):System.ReadOnlySpan_1[[System.IntPtr,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
3505
3505
  "emitScope": "ClassSurface",
@@ -3519,7 +3519,7 @@
3519
3519
  {
3520
3520
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.PointerArrayMarshaller\u00602::GetUnmanagedValuesDestination(TUnmanagedElement*,System.Int32):Span_1",
3521
3521
  "clrName": "GetUnmanagedValuesDestination",
3522
- "metadataToken": 100695265,
3522
+ "metadataToken": 100695267,
3523
3523
  "canonicalSignature": "(TUnmanagedElement*,System.Int32):Span_1",
3524
3524
  "normalizedSignature": "GetUnmanagedValuesDestination|(TUnmanagedElement*,System.Int32):Span_1|static=true",
3525
3525
  "emitScope": "ClassSurface",
@@ -3539,7 +3539,7 @@
3539
3539
  {
3540
3540
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.PointerArrayMarshaller\u00602::AllocateContainerForManagedElements(TUnmanagedElement*,System.Int32):T*[]",
3541
3541
  "clrName": "AllocateContainerForManagedElements",
3542
- "metadataToken": 100695266,
3542
+ "metadataToken": 100695268,
3543
3543
  "canonicalSignature": "(TUnmanagedElement*,System.Int32):T*[]",
3544
3544
  "normalizedSignature": "AllocateContainerForManagedElements|(TUnmanagedElement*,System.Int32):T*[]|static=true",
3545
3545
  "emitScope": "ClassSurface",
@@ -3559,7 +3559,7 @@
3559
3559
  {
3560
3560
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.PointerArrayMarshaller\u00602::GetManagedValuesDestination(T*[]):System.Span_1[[System.IntPtr,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
3561
3561
  "clrName": "GetManagedValuesDestination",
3562
- "metadataToken": 100695267,
3562
+ "metadataToken": 100695269,
3563
3563
  "canonicalSignature": "(T*[]):System.Span_1[[System.IntPtr,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
3564
3564
  "normalizedSignature": "GetManagedValuesDestination|(T*[]):System.Span_1[[System.IntPtr,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
3565
3565
  "emitScope": "ClassSurface",
@@ -3579,7 +3579,7 @@
3579
3579
  {
3580
3580
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.PointerArrayMarshaller\u00602::GetUnmanagedValuesSource(TUnmanagedElement*,System.Int32):ReadOnlySpan_1",
3581
3581
  "clrName": "GetUnmanagedValuesSource",
3582
- "metadataToken": 100695268,
3582
+ "metadataToken": 100695270,
3583
3583
  "canonicalSignature": "(TUnmanagedElement*,System.Int32):ReadOnlySpan_1",
3584
3584
  "normalizedSignature": "GetUnmanagedValuesSource|(TUnmanagedElement*,System.Int32):ReadOnlySpan_1|static=true",
3585
3585
  "emitScope": "ClassSurface",
@@ -3599,7 +3599,7 @@
3599
3599
  {
3600
3600
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.PointerArrayMarshaller\u00602::Free(TUnmanagedElement*):System.Void",
3601
3601
  "clrName": "Free",
3602
- "metadataToken": 100695269,
3602
+ "metadataToken": 100695271,
3603
3603
  "canonicalSignature": "(TUnmanagedElement*):System.Void",
3604
3604
  "normalizedSignature": "Free|(TUnmanagedElement*):System.Void|static=true",
3605
3605
  "emitScope": "ClassSurface",
@@ -3645,7 +3645,7 @@
3645
3645
  {
3646
3646
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.PointerArrayMarshaller\u00602\u002BManagedToUnmanagedIn::FromManaged(T*[],Span_1):System.Void",
3647
3647
  "clrName": "FromManaged",
3648
- "metadataToken": 100695271,
3648
+ "metadataToken": 100695273,
3649
3649
  "canonicalSignature": "(T*[],Span_1):System.Void",
3650
3650
  "normalizedSignature": "FromManaged|(T*[],Span_1):System.Void|static=false",
3651
3651
  "emitScope": "ClassSurface",
@@ -3665,7 +3665,7 @@
3665
3665
  {
3666
3666
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.PointerArrayMarshaller\u00602\u002BManagedToUnmanagedIn::GetManagedValuesSource():System.ReadOnlySpan_1[[System.IntPtr,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
3667
3667
  "clrName": "GetManagedValuesSource",
3668
- "metadataToken": 100695272,
3668
+ "metadataToken": 100695274,
3669
3669
  "canonicalSignature": "():System.ReadOnlySpan_1[[System.IntPtr,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
3670
3670
  "normalizedSignature": "GetManagedValuesSource|():System.ReadOnlySpan_1[[System.IntPtr,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
3671
3671
  "emitScope": "ClassSurface",
@@ -3685,7 +3685,7 @@
3685
3685
  {
3686
3686
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.PointerArrayMarshaller\u00602\u002BManagedToUnmanagedIn::GetUnmanagedValuesDestination():Span_1",
3687
3687
  "clrName": "GetUnmanagedValuesDestination",
3688
- "metadataToken": 100695273,
3688
+ "metadataToken": 100695275,
3689
3689
  "canonicalSignature": "():Span_1",
3690
3690
  "normalizedSignature": "GetUnmanagedValuesDestination|():Span_1|static=false",
3691
3691
  "emitScope": "ClassSurface",
@@ -3705,7 +3705,7 @@
3705
3705
  {
3706
3706
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.PointerArrayMarshaller\u00602\u002BManagedToUnmanagedIn::GetPinnableReference():TUnmanagedElement\u0026",
3707
3707
  "clrName": "GetPinnableReference",
3708
- "metadataToken": 100695274,
3708
+ "metadataToken": 100695276,
3709
3709
  "canonicalSignature": "():TUnmanagedElement\u0026",
3710
3710
  "normalizedSignature": "GetPinnableReference|():TUnmanagedElement\u0026|static=false",
3711
3711
  "emitScope": "ClassSurface",
@@ -3725,7 +3725,7 @@
3725
3725
  {
3726
3726
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.PointerArrayMarshaller\u00602\u002BManagedToUnmanagedIn::ToUnmanaged():TUnmanagedElement*",
3727
3727
  "clrName": "ToUnmanaged",
3728
- "metadataToken": 100695275,
3728
+ "metadataToken": 100695277,
3729
3729
  "canonicalSignature": "():TUnmanagedElement*",
3730
3730
  "normalizedSignature": "ToUnmanaged|():TUnmanagedElement*|static=false",
3731
3731
  "emitScope": "ClassSurface",
@@ -3745,7 +3745,7 @@
3745
3745
  {
3746
3746
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.PointerArrayMarshaller\u00602\u002BManagedToUnmanagedIn::Free():System.Void",
3747
3747
  "clrName": "Free",
3748
- "metadataToken": 100695276,
3748
+ "metadataToken": 100695278,
3749
3749
  "canonicalSignature": "():System.Void",
3750
3750
  "normalizedSignature": "Free|():System.Void|static=false",
3751
3751
  "emitScope": "ClassSurface",
@@ -3765,7 +3765,7 @@
3765
3765
  {
3766
3766
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.PointerArrayMarshaller\u00602\u002BManagedToUnmanagedIn::GetPinnableReference(T*[]):System.Byte\u0026",
3767
3767
  "clrName": "GetPinnableReference",
3768
- "metadataToken": 100695277,
3768
+ "metadataToken": 100695279,
3769
3769
  "canonicalSignature": "(T*[]):System.Byte\u0026",
3770
3770
  "normalizedSignature": "GetPinnableReference|(T*[]):System.Byte\u0026|static=true",
3771
3771
  "emitScope": "ClassSurface",
@@ -3856,7 +3856,7 @@
3856
3856
  {
3857
3857
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.ReadOnlySpanMarshaller\u00602\u002BManagedToUnmanagedIn::FromManaged(ReadOnlySpan_1,Span_1):System.Void",
3858
3858
  "clrName": "FromManaged",
3859
- "metadataToken": 100695282,
3859
+ "metadataToken": 100695284,
3860
3860
  "canonicalSignature": "(ReadOnlySpan_1,Span_1):System.Void",
3861
3861
  "normalizedSignature": "FromManaged|(ReadOnlySpan_1,Span_1):System.Void|static=false",
3862
3862
  "emitScope": "ClassSurface",
@@ -3876,7 +3876,7 @@
3876
3876
  {
3877
3877
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.ReadOnlySpanMarshaller\u00602\u002BManagedToUnmanagedIn::GetManagedValuesSource():ReadOnlySpan_1",
3878
3878
  "clrName": "GetManagedValuesSource",
3879
- "metadataToken": 100695283,
3879
+ "metadataToken": 100695285,
3880
3880
  "canonicalSignature": "():ReadOnlySpan_1",
3881
3881
  "normalizedSignature": "GetManagedValuesSource|():ReadOnlySpan_1|static=false",
3882
3882
  "emitScope": "ClassSurface",
@@ -3896,7 +3896,7 @@
3896
3896
  {
3897
3897
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.ReadOnlySpanMarshaller\u00602\u002BManagedToUnmanagedIn::GetUnmanagedValuesDestination():Span_1",
3898
3898
  "clrName": "GetUnmanagedValuesDestination",
3899
- "metadataToken": 100695284,
3899
+ "metadataToken": 100695286,
3900
3900
  "canonicalSignature": "():Span_1",
3901
3901
  "normalizedSignature": "GetUnmanagedValuesDestination|():Span_1|static=false",
3902
3902
  "emitScope": "ClassSurface",
@@ -3916,7 +3916,7 @@
3916
3916
  {
3917
3917
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.ReadOnlySpanMarshaller\u00602\u002BManagedToUnmanagedIn::GetPinnableReference():TUnmanagedElement\u0026",
3918
3918
  "clrName": "GetPinnableReference",
3919
- "metadataToken": 100695285,
3919
+ "metadataToken": 100695287,
3920
3920
  "canonicalSignature": "():TUnmanagedElement\u0026",
3921
3921
  "normalizedSignature": "GetPinnableReference|():TUnmanagedElement\u0026|static=false",
3922
3922
  "emitScope": "ClassSurface",
@@ -3936,7 +3936,7 @@
3936
3936
  {
3937
3937
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.ReadOnlySpanMarshaller\u00602\u002BManagedToUnmanagedIn::ToUnmanaged():TUnmanagedElement*",
3938
3938
  "clrName": "ToUnmanaged",
3939
- "metadataToken": 100695286,
3939
+ "metadataToken": 100695288,
3940
3940
  "canonicalSignature": "():TUnmanagedElement*",
3941
3941
  "normalizedSignature": "ToUnmanaged|():TUnmanagedElement*|static=false",
3942
3942
  "emitScope": "ClassSurface",
@@ -3956,7 +3956,7 @@
3956
3956
  {
3957
3957
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.ReadOnlySpanMarshaller\u00602\u002BManagedToUnmanagedIn::Free():System.Void",
3958
3958
  "clrName": "Free",
3959
- "metadataToken": 100695287,
3959
+ "metadataToken": 100695289,
3960
3960
  "canonicalSignature": "():System.Void",
3961
3961
  "normalizedSignature": "Free|():System.Void|static=false",
3962
3962
  "emitScope": "ClassSurface",
@@ -3976,7 +3976,7 @@
3976
3976
  {
3977
3977
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.ReadOnlySpanMarshaller\u00602\u002BManagedToUnmanagedIn::GetPinnableReference(ReadOnlySpan_1):T\u0026",
3978
3978
  "clrName": "GetPinnableReference",
3979
- "metadataToken": 100695288,
3979
+ "metadataToken": 100695290,
3980
3980
  "canonicalSignature": "(ReadOnlySpan_1):T\u0026",
3981
3981
  "normalizedSignature": "GetPinnableReference|(ReadOnlySpan_1):T\u0026|static=true",
3982
3982
  "emitScope": "ClassSurface",
@@ -4042,7 +4042,7 @@
4042
4042
  {
4043
4043
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.ReadOnlySpanMarshaller\u00602\u002BManagedToUnmanagedOut::FromUnmanaged(TUnmanagedElement*):System.Void",
4044
4044
  "clrName": "FromUnmanaged",
4045
- "metadataToken": 100695289,
4045
+ "metadataToken": 100695291,
4046
4046
  "canonicalSignature": "(TUnmanagedElement*):System.Void",
4047
4047
  "normalizedSignature": "FromUnmanaged|(TUnmanagedElement*):System.Void|static=false",
4048
4048
  "emitScope": "ClassSurface",
@@ -4062,7 +4062,7 @@
4062
4062
  {
4063
4063
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.ReadOnlySpanMarshaller\u00602\u002BManagedToUnmanagedOut::ToManaged():ReadOnlySpan_1",
4064
4064
  "clrName": "ToManaged",
4065
- "metadataToken": 100695290,
4065
+ "metadataToken": 100695292,
4066
4066
  "canonicalSignature": "():ReadOnlySpan_1",
4067
4067
  "normalizedSignature": "ToManaged|():ReadOnlySpan_1|static=false",
4068
4068
  "emitScope": "ClassSurface",
@@ -4082,7 +4082,7 @@
4082
4082
  {
4083
4083
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.ReadOnlySpanMarshaller\u00602\u002BManagedToUnmanagedOut::GetUnmanagedValuesSource(System.Int32):ReadOnlySpan_1",
4084
4084
  "clrName": "GetUnmanagedValuesSource",
4085
- "metadataToken": 100695291,
4085
+ "metadataToken": 100695293,
4086
4086
  "canonicalSignature": "(System.Int32):ReadOnlySpan_1",
4087
4087
  "normalizedSignature": "GetUnmanagedValuesSource|(System.Int32):ReadOnlySpan_1|static=false",
4088
4088
  "emitScope": "ClassSurface",
@@ -4102,7 +4102,7 @@
4102
4102
  {
4103
4103
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.ReadOnlySpanMarshaller\u00602\u002BManagedToUnmanagedOut::GetManagedValuesDestination(System.Int32):Span_1",
4104
4104
  "clrName": "GetManagedValuesDestination",
4105
- "metadataToken": 100695292,
4105
+ "metadataToken": 100695294,
4106
4106
  "canonicalSignature": "(System.Int32):Span_1",
4107
4107
  "normalizedSignature": "GetManagedValuesDestination|(System.Int32):Span_1|static=false",
4108
4108
  "emitScope": "ClassSurface",
@@ -4122,7 +4122,7 @@
4122
4122
  {
4123
4123
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.ReadOnlySpanMarshaller\u00602\u002BManagedToUnmanagedOut::Free():System.Void",
4124
4124
  "clrName": "Free",
4125
- "metadataToken": 100695293,
4125
+ "metadataToken": 100695295,
4126
4126
  "canonicalSignature": "():System.Void",
4127
4127
  "normalizedSignature": "Free|():System.Void|static=false",
4128
4128
  "emitScope": "ClassSurface",
@@ -4168,7 +4168,7 @@
4168
4168
  {
4169
4169
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.ReadOnlySpanMarshaller\u00602\u002BUnmanagedToManagedOut::AllocateContainerForUnmanagedElements(ReadOnlySpan_1,System.Int32\u0026):TUnmanagedElement*",
4170
4170
  "clrName": "AllocateContainerForUnmanagedElements",
4171
- "metadataToken": 100695278,
4171
+ "metadataToken": 100695280,
4172
4172
  "canonicalSignature": "(ReadOnlySpan_1,System.Int32\u0026):TUnmanagedElement*",
4173
4173
  "normalizedSignature": "AllocateContainerForUnmanagedElements|(ReadOnlySpan_1,System.Int32\u0026):TUnmanagedElement*|static=true",
4174
4174
  "emitScope": "ClassSurface",
@@ -4194,7 +4194,7 @@
4194
4194
  {
4195
4195
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.ReadOnlySpanMarshaller\u00602\u002BUnmanagedToManagedOut::GetManagedValuesSource(ReadOnlySpan_1):ReadOnlySpan_1",
4196
4196
  "clrName": "GetManagedValuesSource",
4197
- "metadataToken": 100695279,
4197
+ "metadataToken": 100695281,
4198
4198
  "canonicalSignature": "(ReadOnlySpan_1):ReadOnlySpan_1",
4199
4199
  "normalizedSignature": "GetManagedValuesSource|(ReadOnlySpan_1):ReadOnlySpan_1|static=true",
4200
4200
  "emitScope": "ClassSurface",
@@ -4214,7 +4214,7 @@
4214
4214
  {
4215
4215
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.ReadOnlySpanMarshaller\u00602\u002BUnmanagedToManagedOut::GetUnmanagedValuesDestination(TUnmanagedElement*,System.Int32):Span_1",
4216
4216
  "clrName": "GetUnmanagedValuesDestination",
4217
- "metadataToken": 100695280,
4217
+ "metadataToken": 100695282,
4218
4218
  "canonicalSignature": "(TUnmanagedElement*,System.Int32):Span_1",
4219
4219
  "normalizedSignature": "GetUnmanagedValuesDestination|(TUnmanagedElement*,System.Int32):Span_1|static=true",
4220
4220
  "emitScope": "ClassSurface",
@@ -4283,7 +4283,7 @@
4283
4283
  {
4284
4284
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.SafeHandleMarshaller\u00601\u002BManagedToUnmanagedIn::FromManaged(T):System.Void",
4285
4285
  "clrName": "FromManaged",
4286
- "metadataToken": 100695294,
4286
+ "metadataToken": 100695296,
4287
4287
  "canonicalSignature": "(T):System.Void",
4288
4288
  "normalizedSignature": "FromManaged|(T):System.Void|static=false",
4289
4289
  "emitScope": "ClassSurface",
@@ -4303,7 +4303,7 @@
4303
4303
  {
4304
4304
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.SafeHandleMarshaller\u00601\u002BManagedToUnmanagedIn::ToUnmanaged():System.IntPtr",
4305
4305
  "clrName": "ToUnmanaged",
4306
- "metadataToken": 100695295,
4306
+ "metadataToken": 100695297,
4307
4307
  "canonicalSignature": "():System.IntPtr",
4308
4308
  "normalizedSignature": "ToUnmanaged|():System.IntPtr|static=false",
4309
4309
  "emitScope": "ClassSurface",
@@ -4323,7 +4323,7 @@
4323
4323
  {
4324
4324
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.SafeHandleMarshaller\u00601\u002BManagedToUnmanagedIn::Free():System.Void",
4325
4325
  "clrName": "Free",
4326
- "metadataToken": 100695296,
4326
+ "metadataToken": 100695298,
4327
4327
  "canonicalSignature": "():System.Void",
4328
4328
  "normalizedSignature": "Free|():System.Void|static=false",
4329
4329
  "emitScope": "ClassSurface",
@@ -4368,7 +4368,7 @@
4368
4368
  {
4369
4369
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.SafeHandleMarshaller\u00601\u002BManagedToUnmanagedOut::FromUnmanaged(System.IntPtr):System.Void",
4370
4370
  "clrName": "FromUnmanaged",
4371
- "metadataToken": 100695305,
4371
+ "metadataToken": 100695307,
4372
4372
  "canonicalSignature": "(System.IntPtr):System.Void",
4373
4373
  "normalizedSignature": "FromUnmanaged|(System.IntPtr):System.Void|static=false",
4374
4374
  "emitScope": "ClassSurface",
@@ -4388,7 +4388,7 @@
4388
4388
  {
4389
4389
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.SafeHandleMarshaller\u00601\u002BManagedToUnmanagedOut::ToManaged():T",
4390
4390
  "clrName": "ToManaged",
4391
- "metadataToken": 100695306,
4391
+ "metadataToken": 100695308,
4392
4392
  "canonicalSignature": "():T",
4393
4393
  "normalizedSignature": "ToManaged|():T|static=false",
4394
4394
  "emitScope": "ClassSurface",
@@ -4408,7 +4408,7 @@
4408
4408
  {
4409
4409
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.SafeHandleMarshaller\u00601\u002BManagedToUnmanagedOut::Free():System.Void",
4410
4410
  "clrName": "Free",
4411
- "metadataToken": 100695307,
4411
+ "metadataToken": 100695309,
4412
4412
  "canonicalSignature": "():System.Void",
4413
4413
  "normalizedSignature": "Free|():System.Void|static=false",
4414
4414
  "emitScope": "ClassSurface",
@@ -4432,7 +4432,7 @@
4432
4432
  "constructors": [
4433
4433
  {
4434
4434
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.SafeHandleMarshaller\u00601\u002BManagedToUnmanagedOut::.ctor():void",
4435
- "metadataToken": 100695304,
4435
+ "metadataToken": 100695306,
4436
4436
  "canonicalSignature": "():void",
4437
4437
  "normalizedSignature": "constructor|():void|static=false",
4438
4438
  "isStatic": false,
@@ -4465,7 +4465,7 @@
4465
4465
  {
4466
4466
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.SafeHandleMarshaller\u00601\u002BManagedToUnmanagedRef::FromManaged(T):System.Void",
4467
4467
  "clrName": "FromManaged",
4468
- "metadataToken": 100695298,
4468
+ "metadataToken": 100695300,
4469
4469
  "canonicalSignature": "(T):System.Void",
4470
4470
  "normalizedSignature": "FromManaged|(T):System.Void|static=false",
4471
4471
  "emitScope": "ClassSurface",
@@ -4485,7 +4485,7 @@
4485
4485
  {
4486
4486
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.SafeHandleMarshaller\u00601\u002BManagedToUnmanagedRef::ToUnmanaged():System.IntPtr",
4487
4487
  "clrName": "ToUnmanaged",
4488
- "metadataToken": 100695299,
4488
+ "metadataToken": 100695301,
4489
4489
  "canonicalSignature": "():System.IntPtr",
4490
4490
  "normalizedSignature": "ToUnmanaged|():System.IntPtr|static=false",
4491
4491
  "emitScope": "ClassSurface",
@@ -4505,7 +4505,7 @@
4505
4505
  {
4506
4506
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.SafeHandleMarshaller\u00601\u002BManagedToUnmanagedRef::FromUnmanaged(System.IntPtr):System.Void",
4507
4507
  "clrName": "FromUnmanaged",
4508
- "metadataToken": 100695300,
4508
+ "metadataToken": 100695302,
4509
4509
  "canonicalSignature": "(System.IntPtr):System.Void",
4510
4510
  "normalizedSignature": "FromUnmanaged|(System.IntPtr):System.Void|static=false",
4511
4511
  "emitScope": "ClassSurface",
@@ -4525,7 +4525,7 @@
4525
4525
  {
4526
4526
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.SafeHandleMarshaller\u00601\u002BManagedToUnmanagedRef::OnInvoked():System.Void",
4527
4527
  "clrName": "OnInvoked",
4528
- "metadataToken": 100695301,
4528
+ "metadataToken": 100695303,
4529
4529
  "canonicalSignature": "():System.Void",
4530
4530
  "normalizedSignature": "OnInvoked|():System.Void|static=false",
4531
4531
  "emitScope": "ClassSurface",
@@ -4545,7 +4545,7 @@
4545
4545
  {
4546
4546
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.SafeHandleMarshaller\u00601\u002BManagedToUnmanagedRef::ToManagedFinally():T",
4547
4547
  "clrName": "ToManagedFinally",
4548
- "metadataToken": 100695302,
4548
+ "metadataToken": 100695304,
4549
4549
  "canonicalSignature": "():T",
4550
4550
  "normalizedSignature": "ToManagedFinally|():T|static=false",
4551
4551
  "emitScope": "ClassSurface",
@@ -4565,7 +4565,7 @@
4565
4565
  {
4566
4566
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.SafeHandleMarshaller\u00601\u002BManagedToUnmanagedRef::Free():System.Void",
4567
4567
  "clrName": "Free",
4568
- "metadataToken": 100695303,
4568
+ "metadataToken": 100695305,
4569
4569
  "canonicalSignature": "():System.Void",
4570
4570
  "normalizedSignature": "Free|():System.Void|static=false",
4571
4571
  "emitScope": "ClassSurface",
@@ -4589,7 +4589,7 @@
4589
4589
  "constructors": [
4590
4590
  {
4591
4591
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.SafeHandleMarshaller\u00601\u002BManagedToUnmanagedRef::.ctor():void",
4592
- "metadataToken": 100695297,
4592
+ "metadataToken": 100695299,
4593
4593
  "canonicalSignature": "():void",
4594
4594
  "normalizedSignature": "constructor|():void|static=false",
4595
4595
  "isStatic": false,
@@ -4623,7 +4623,7 @@
4623
4623
  {
4624
4624
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.SpanMarshaller\u00602::AllocateContainerForUnmanagedElements(Span_1,System.Int32\u0026):TUnmanagedElement*",
4625
4625
  "clrName": "AllocateContainerForUnmanagedElements",
4626
- "metadataToken": 100695308,
4626
+ "metadataToken": 100695310,
4627
4627
  "canonicalSignature": "(Span_1,System.Int32\u0026):TUnmanagedElement*",
4628
4628
  "normalizedSignature": "AllocateContainerForUnmanagedElements|(Span_1,System.Int32\u0026):TUnmanagedElement*|static=true",
4629
4629
  "emitScope": "ClassSurface",
@@ -4649,7 +4649,7 @@
4649
4649
  {
4650
4650
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.SpanMarshaller\u00602::GetManagedValuesSource(Span_1):ReadOnlySpan_1",
4651
4651
  "clrName": "GetManagedValuesSource",
4652
- "metadataToken": 100695309,
4652
+ "metadataToken": 100695311,
4653
4653
  "canonicalSignature": "(Span_1):ReadOnlySpan_1",
4654
4654
  "normalizedSignature": "GetManagedValuesSource|(Span_1):ReadOnlySpan_1|static=true",
4655
4655
  "emitScope": "ClassSurface",
@@ -4669,7 +4669,7 @@
4669
4669
  {
4670
4670
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.SpanMarshaller\u00602::GetUnmanagedValuesDestination(TUnmanagedElement*,System.Int32):Span_1",
4671
4671
  "clrName": "GetUnmanagedValuesDestination",
4672
- "metadataToken": 100695310,
4672
+ "metadataToken": 100695312,
4673
4673
  "canonicalSignature": "(TUnmanagedElement*,System.Int32):Span_1",
4674
4674
  "normalizedSignature": "GetUnmanagedValuesDestination|(TUnmanagedElement*,System.Int32):Span_1|static=true",
4675
4675
  "emitScope": "ClassSurface",
@@ -4689,7 +4689,7 @@
4689
4689
  {
4690
4690
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.SpanMarshaller\u00602::AllocateContainerForManagedElements(TUnmanagedElement*,System.Int32):Span_1",
4691
4691
  "clrName": "AllocateContainerForManagedElements",
4692
- "metadataToken": 100695311,
4692
+ "metadataToken": 100695313,
4693
4693
  "canonicalSignature": "(TUnmanagedElement*,System.Int32):Span_1",
4694
4694
  "normalizedSignature": "AllocateContainerForManagedElements|(TUnmanagedElement*,System.Int32):Span_1|static=true",
4695
4695
  "emitScope": "ClassSurface",
@@ -4709,7 +4709,7 @@
4709
4709
  {
4710
4710
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.SpanMarshaller\u00602::GetManagedValuesDestination(Span_1):Span_1",
4711
4711
  "clrName": "GetManagedValuesDestination",
4712
- "metadataToken": 100695312,
4712
+ "metadataToken": 100695314,
4713
4713
  "canonicalSignature": "(Span_1):Span_1",
4714
4714
  "normalizedSignature": "GetManagedValuesDestination|(Span_1):Span_1|static=true",
4715
4715
  "emitScope": "ClassSurface",
@@ -4729,7 +4729,7 @@
4729
4729
  {
4730
4730
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.SpanMarshaller\u00602::GetUnmanagedValuesSource(TUnmanagedElement*,System.Int32):ReadOnlySpan_1",
4731
4731
  "clrName": "GetUnmanagedValuesSource",
4732
- "metadataToken": 100695313,
4732
+ "metadataToken": 100695315,
4733
4733
  "canonicalSignature": "(TUnmanagedElement*,System.Int32):ReadOnlySpan_1",
4734
4734
  "normalizedSignature": "GetUnmanagedValuesSource|(TUnmanagedElement*,System.Int32):ReadOnlySpan_1|static=true",
4735
4735
  "emitScope": "ClassSurface",
@@ -4749,7 +4749,7 @@
4749
4749
  {
4750
4750
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.SpanMarshaller\u00602::Free(TUnmanagedElement*):System.Void",
4751
4751
  "clrName": "Free",
4752
- "metadataToken": 100695314,
4752
+ "metadataToken": 100695316,
4753
4753
  "canonicalSignature": "(TUnmanagedElement*):System.Void",
4754
4754
  "normalizedSignature": "Free|(TUnmanagedElement*):System.Void|static=true",
4755
4755
  "emitScope": "ClassSurface",
@@ -4795,7 +4795,7 @@
4795
4795
  {
4796
4796
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.SpanMarshaller\u00602\u002BManagedToUnmanagedIn::FromManaged(Span_1,Span_1):System.Void",
4797
4797
  "clrName": "FromManaged",
4798
- "metadataToken": 100695316,
4798
+ "metadataToken": 100695318,
4799
4799
  "canonicalSignature": "(Span_1,Span_1):System.Void",
4800
4800
  "normalizedSignature": "FromManaged|(Span_1,Span_1):System.Void|static=false",
4801
4801
  "emitScope": "ClassSurface",
@@ -4815,7 +4815,7 @@
4815
4815
  {
4816
4816
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.SpanMarshaller\u00602\u002BManagedToUnmanagedIn::GetManagedValuesSource():ReadOnlySpan_1",
4817
4817
  "clrName": "GetManagedValuesSource",
4818
- "metadataToken": 100695317,
4818
+ "metadataToken": 100695319,
4819
4819
  "canonicalSignature": "():ReadOnlySpan_1",
4820
4820
  "normalizedSignature": "GetManagedValuesSource|():ReadOnlySpan_1|static=false",
4821
4821
  "emitScope": "ClassSurface",
@@ -4835,7 +4835,7 @@
4835
4835
  {
4836
4836
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.SpanMarshaller\u00602\u002BManagedToUnmanagedIn::GetUnmanagedValuesDestination():Span_1",
4837
4837
  "clrName": "GetUnmanagedValuesDestination",
4838
- "metadataToken": 100695318,
4838
+ "metadataToken": 100695320,
4839
4839
  "canonicalSignature": "():Span_1",
4840
4840
  "normalizedSignature": "GetUnmanagedValuesDestination|():Span_1|static=false",
4841
4841
  "emitScope": "ClassSurface",
@@ -4855,7 +4855,7 @@
4855
4855
  {
4856
4856
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.SpanMarshaller\u00602\u002BManagedToUnmanagedIn::GetPinnableReference():TUnmanagedElement\u0026",
4857
4857
  "clrName": "GetPinnableReference",
4858
- "metadataToken": 100695319,
4858
+ "metadataToken": 100695321,
4859
4859
  "canonicalSignature": "():TUnmanagedElement\u0026",
4860
4860
  "normalizedSignature": "GetPinnableReference|():TUnmanagedElement\u0026|static=false",
4861
4861
  "emitScope": "ClassSurface",
@@ -4875,7 +4875,7 @@
4875
4875
  {
4876
4876
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.SpanMarshaller\u00602\u002BManagedToUnmanagedIn::ToUnmanaged():TUnmanagedElement*",
4877
4877
  "clrName": "ToUnmanaged",
4878
- "metadataToken": 100695320,
4878
+ "metadataToken": 100695322,
4879
4879
  "canonicalSignature": "():TUnmanagedElement*",
4880
4880
  "normalizedSignature": "ToUnmanaged|():TUnmanagedElement*|static=false",
4881
4881
  "emitScope": "ClassSurface",
@@ -4895,7 +4895,7 @@
4895
4895
  {
4896
4896
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.SpanMarshaller\u00602\u002BManagedToUnmanagedIn::Free():System.Void",
4897
4897
  "clrName": "Free",
4898
- "metadataToken": 100695321,
4898
+ "metadataToken": 100695323,
4899
4899
  "canonicalSignature": "():System.Void",
4900
4900
  "normalizedSignature": "Free|():System.Void|static=false",
4901
4901
  "emitScope": "ClassSurface",
@@ -4915,7 +4915,7 @@
4915
4915
  {
4916
4916
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.SpanMarshaller\u00602\u002BManagedToUnmanagedIn::GetPinnableReference(Span_1):T\u0026",
4917
4917
  "clrName": "GetPinnableReference",
4918
- "metadataToken": 100695322,
4918
+ "metadataToken": 100695324,
4919
4919
  "canonicalSignature": "(Span_1):T\u0026",
4920
4920
  "normalizedSignature": "GetPinnableReference|(Span_1):T\u0026|static=true",
4921
4921
  "emitScope": "ClassSurface",
@@ -5062,7 +5062,7 @@
5062
5062
  {
5063
5063
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.Utf16StringMarshaller::ConvertToUnmanaged(System.String):System.UInt16*",
5064
5064
  "clrName": "ConvertToUnmanaged",
5065
- "metadataToken": 100695323,
5065
+ "metadataToken": 100695325,
5066
5066
  "canonicalSignature": "(System.String):System.UInt16*",
5067
5067
  "normalizedSignature": "ConvertToUnmanaged|(System.String):System.UInt16*|static=true",
5068
5068
  "emitScope": "ClassSurface",
@@ -5082,7 +5082,7 @@
5082
5082
  {
5083
5083
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.Utf16StringMarshaller::ConvertToManaged(System.UInt16*):System.String",
5084
5084
  "clrName": "ConvertToManaged",
5085
- "metadataToken": 100695324,
5085
+ "metadataToken": 100695326,
5086
5086
  "canonicalSignature": "(System.UInt16*):System.String",
5087
5087
  "normalizedSignature": "ConvertToManaged|(System.UInt16*):System.String|static=true",
5088
5088
  "emitScope": "ClassSurface",
@@ -5102,7 +5102,7 @@
5102
5102
  {
5103
5103
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.Utf16StringMarshaller::Free(System.UInt16*):System.Void",
5104
5104
  "clrName": "Free",
5105
- "metadataToken": 100695325,
5105
+ "metadataToken": 100695327,
5106
5106
  "canonicalSignature": "(System.UInt16*):System.Void",
5107
5107
  "normalizedSignature": "Free|(System.UInt16*):System.Void|static=true",
5108
5108
  "emitScope": "ClassSurface",
@@ -5122,7 +5122,7 @@
5122
5122
  {
5123
5123
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.Utf16StringMarshaller::GetPinnableReference(System.String):System.Char\u0026",
5124
5124
  "clrName": "GetPinnableReference",
5125
- "metadataToken": 100695326,
5125
+ "metadataToken": 100695328,
5126
5126
  "canonicalSignature": "(System.String):System.Char\u0026",
5127
5127
  "normalizedSignature": "GetPinnableReference|(System.String):System.Char\u0026|static=true",
5128
5128
  "emitScope": "ClassSurface",
@@ -5164,7 +5164,7 @@
5164
5164
  {
5165
5165
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.Utf8StringMarshaller::ConvertToUnmanaged(System.String):System.Byte*",
5166
5166
  "clrName": "ConvertToUnmanaged",
5167
- "metadataToken": 100695327,
5167
+ "metadataToken": 100695329,
5168
5168
  "canonicalSignature": "(System.String):System.Byte*",
5169
5169
  "normalizedSignature": "ConvertToUnmanaged|(System.String):System.Byte*|static=true",
5170
5170
  "emitScope": "ClassSurface",
@@ -5184,7 +5184,7 @@
5184
5184
  {
5185
5185
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.Utf8StringMarshaller::ConvertToManaged(System.Byte*):System.String",
5186
5186
  "clrName": "ConvertToManaged",
5187
- "metadataToken": 100695328,
5187
+ "metadataToken": 100695330,
5188
5188
  "canonicalSignature": "(System.Byte*):System.String",
5189
5189
  "normalizedSignature": "ConvertToManaged|(System.Byte*):System.String|static=true",
5190
5190
  "emitScope": "ClassSurface",
@@ -5204,7 +5204,7 @@
5204
5204
  {
5205
5205
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.Utf8StringMarshaller::Free(System.Byte*):System.Void",
5206
5206
  "clrName": "Free",
5207
- "metadataToken": 100695329,
5207
+ "metadataToken": 100695331,
5208
5208
  "canonicalSignature": "(System.Byte*):System.Void",
5209
5209
  "normalizedSignature": "Free|(System.Byte*):System.Void|static=true",
5210
5210
  "emitScope": "ClassSurface",
@@ -5246,7 +5246,7 @@
5246
5246
  {
5247
5247
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.Utf8StringMarshaller\u002BManagedToUnmanagedIn::FromManaged(System.String,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
5248
5248
  "clrName": "FromManaged",
5249
- "metadataToken": 100695331,
5249
+ "metadataToken": 100695333,
5250
5250
  "canonicalSignature": "(System.String,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
5251
5251
  "normalizedSignature": "FromManaged|(System.String,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
5252
5252
  "emitScope": "ClassSurface",
@@ -5266,7 +5266,7 @@
5266
5266
  {
5267
5267
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.Utf8StringMarshaller\u002BManagedToUnmanagedIn::ToUnmanaged():System.Byte*",
5268
5268
  "clrName": "ToUnmanaged",
5269
- "metadataToken": 100695332,
5269
+ "metadataToken": 100695334,
5270
5270
  "canonicalSignature": "():System.Byte*",
5271
5271
  "normalizedSignature": "ToUnmanaged|():System.Byte*|static=false",
5272
5272
  "emitScope": "ClassSurface",
@@ -5286,7 +5286,7 @@
5286
5286
  {
5287
5287
  "stableId": "System.Private.CoreLib:System.Runtime.InteropServices.Marshalling.Utf8StringMarshaller\u002BManagedToUnmanagedIn::Free():System.Void",
5288
5288
  "clrName": "Free",
5289
- "metadataToken": 100695333,
5289
+ "metadataToken": 100695335,
5290
5290
  "canonicalSignature": "():System.Void",
5291
5291
  "normalizedSignature": "Free|():System.Void|static=false",
5292
5292
  "emitScope": "ClassSurface",