@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
@@ -46,7 +46,7 @@
46
46
  {
47
47
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.CompilationRelaxations::value__System.Int32",
48
48
  "clrName": "value__",
49
- "metadataToken": 67114320,
49
+ "metadataToken": 67114315,
50
50
  "normalizedSignature": "value__|System.Int32|static=false|const=false",
51
51
  "isStatic": false,
52
52
  "isReadOnly": false,
@@ -58,7 +58,7 @@
58
58
  {
59
59
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.CompilationRelaxations::NoStringInterningSystem.Runtime.CompilerServices.CompilationRelaxations",
60
60
  "clrName": "NoStringInterning",
61
- "metadataToken": 67114321,
61
+ "metadataToken": 67114316,
62
62
  "normalizedSignature": "NoStringInterning|System.Runtime.CompilerServices.CompilationRelaxations|static=true|const=true",
63
63
  "isStatic": true,
64
64
  "isReadOnly": false,
@@ -110,7 +110,7 @@
110
110
  {
111
111
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.LoadHint::value__System.Int32",
112
112
  "clrName": "value__",
113
- "metadataToken": 67114393,
113
+ "metadataToken": 67114388,
114
114
  "normalizedSignature": "value__|System.Int32|static=false|const=false",
115
115
  "isStatic": false,
116
116
  "isReadOnly": false,
@@ -122,7 +122,7 @@
122
122
  {
123
123
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.LoadHint::DefaultSystem.Runtime.CompilerServices.LoadHint",
124
124
  "clrName": "Default",
125
- "metadataToken": 67114394,
125
+ "metadataToken": 67114389,
126
126
  "normalizedSignature": "Default|System.Runtime.CompilerServices.LoadHint|static=true|const=true",
127
127
  "isStatic": true,
128
128
  "isReadOnly": false,
@@ -134,7 +134,7 @@
134
134
  {
135
135
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.LoadHint::AlwaysSystem.Runtime.CompilerServices.LoadHint",
136
136
  "clrName": "Always",
137
- "metadataToken": 67114395,
137
+ "metadataToken": 67114390,
138
138
  "normalizedSignature": "Always|System.Runtime.CompilerServices.LoadHint|static=true|const=true",
139
139
  "isStatic": true,
140
140
  "isReadOnly": false,
@@ -146,7 +146,7 @@
146
146
  {
147
147
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.LoadHint::SometimesSystem.Runtime.CompilerServices.LoadHint",
148
148
  "clrName": "Sometimes",
149
- "metadataToken": 67114396,
149
+ "metadataToken": 67114391,
150
150
  "normalizedSignature": "Sometimes|System.Runtime.CompilerServices.LoadHint|static=true|const=true",
151
151
  "isStatic": true,
152
152
  "isReadOnly": false,
@@ -198,7 +198,7 @@
198
198
  {
199
199
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.MethodCodeType::value__System.Int32",
200
200
  "clrName": "value__",
201
- "metadataToken": 67114397,
201
+ "metadataToken": 67114392,
202
202
  "normalizedSignature": "value__|System.Int32|static=false|const=false",
203
203
  "isStatic": false,
204
204
  "isReadOnly": false,
@@ -210,7 +210,7 @@
210
210
  {
211
211
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.MethodCodeType::ILSystem.Runtime.CompilerServices.MethodCodeType",
212
212
  "clrName": "IL",
213
- "metadataToken": 67114398,
213
+ "metadataToken": 67114393,
214
214
  "normalizedSignature": "IL|System.Runtime.CompilerServices.MethodCodeType|static=true|const=true",
215
215
  "isStatic": true,
216
216
  "isReadOnly": false,
@@ -222,7 +222,7 @@
222
222
  {
223
223
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.MethodCodeType::NativeSystem.Runtime.CompilerServices.MethodCodeType",
224
224
  "clrName": "Native",
225
- "metadataToken": 67114399,
225
+ "metadataToken": 67114394,
226
226
  "normalizedSignature": "Native|System.Runtime.CompilerServices.MethodCodeType|static=true|const=true",
227
227
  "isStatic": true,
228
228
  "isReadOnly": false,
@@ -234,7 +234,7 @@
234
234
  {
235
235
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.MethodCodeType::OPTILSystem.Runtime.CompilerServices.MethodCodeType",
236
236
  "clrName": "OPTIL",
237
- "metadataToken": 67114400,
237
+ "metadataToken": 67114395,
238
238
  "normalizedSignature": "OPTIL|System.Runtime.CompilerServices.MethodCodeType|static=true|const=true",
239
239
  "isStatic": true,
240
240
  "isReadOnly": false,
@@ -246,7 +246,7 @@
246
246
  {
247
247
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.MethodCodeType::RuntimeSystem.Runtime.CompilerServices.MethodCodeType",
248
248
  "clrName": "Runtime",
249
- "metadataToken": 67114401,
249
+ "metadataToken": 67114396,
250
250
  "normalizedSignature": "Runtime|System.Runtime.CompilerServices.MethodCodeType|static=true|const=true",
251
251
  "isStatic": true,
252
252
  "isReadOnly": false,
@@ -298,7 +298,7 @@
298
298
  {
299
299
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.MethodImplOptions::value__System.Int32",
300
300
  "clrName": "value__",
301
- "metadataToken": 67114404,
301
+ "metadataToken": 67114399,
302
302
  "normalizedSignature": "value__|System.Int32|static=false|const=false",
303
303
  "isStatic": false,
304
304
  "isReadOnly": false,
@@ -310,7 +310,7 @@
310
310
  {
311
311
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.MethodImplOptions::UnmanagedSystem.Runtime.CompilerServices.MethodImplOptions",
312
312
  "clrName": "Unmanaged",
313
- "metadataToken": 67114405,
313
+ "metadataToken": 67114400,
314
314
  "normalizedSignature": "Unmanaged|System.Runtime.CompilerServices.MethodImplOptions|static=true|const=true",
315
315
  "isStatic": true,
316
316
  "isReadOnly": false,
@@ -322,7 +322,7 @@
322
322
  {
323
323
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.MethodImplOptions::NoInliningSystem.Runtime.CompilerServices.MethodImplOptions",
324
324
  "clrName": "NoInlining",
325
- "metadataToken": 67114406,
325
+ "metadataToken": 67114401,
326
326
  "normalizedSignature": "NoInlining|System.Runtime.CompilerServices.MethodImplOptions|static=true|const=true",
327
327
  "isStatic": true,
328
328
  "isReadOnly": false,
@@ -334,7 +334,7 @@
334
334
  {
335
335
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.MethodImplOptions::ForwardRefSystem.Runtime.CompilerServices.MethodImplOptions",
336
336
  "clrName": "ForwardRef",
337
- "metadataToken": 67114407,
337
+ "metadataToken": 67114402,
338
338
  "normalizedSignature": "ForwardRef|System.Runtime.CompilerServices.MethodImplOptions|static=true|const=true",
339
339
  "isStatic": true,
340
340
  "isReadOnly": false,
@@ -346,7 +346,7 @@
346
346
  {
347
347
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.MethodImplOptions::SynchronizedSystem.Runtime.CompilerServices.MethodImplOptions",
348
348
  "clrName": "Synchronized",
349
- "metadataToken": 67114408,
349
+ "metadataToken": 67114403,
350
350
  "normalizedSignature": "Synchronized|System.Runtime.CompilerServices.MethodImplOptions|static=true|const=true",
351
351
  "isStatic": true,
352
352
  "isReadOnly": false,
@@ -358,7 +358,7 @@
358
358
  {
359
359
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.MethodImplOptions::NoOptimizationSystem.Runtime.CompilerServices.MethodImplOptions",
360
360
  "clrName": "NoOptimization",
361
- "metadataToken": 67114409,
361
+ "metadataToken": 67114404,
362
362
  "normalizedSignature": "NoOptimization|System.Runtime.CompilerServices.MethodImplOptions|static=true|const=true",
363
363
  "isStatic": true,
364
364
  "isReadOnly": false,
@@ -370,7 +370,7 @@
370
370
  {
371
371
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.MethodImplOptions::PreserveSigSystem.Runtime.CompilerServices.MethodImplOptions",
372
372
  "clrName": "PreserveSig",
373
- "metadataToken": 67114410,
373
+ "metadataToken": 67114405,
374
374
  "normalizedSignature": "PreserveSig|System.Runtime.CompilerServices.MethodImplOptions|static=true|const=true",
375
375
  "isStatic": true,
376
376
  "isReadOnly": false,
@@ -382,7 +382,7 @@
382
382
  {
383
383
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.MethodImplOptions::AggressiveInliningSystem.Runtime.CompilerServices.MethodImplOptions",
384
384
  "clrName": "AggressiveInlining",
385
- "metadataToken": 67114411,
385
+ "metadataToken": 67114406,
386
386
  "normalizedSignature": "AggressiveInlining|System.Runtime.CompilerServices.MethodImplOptions|static=true|const=true",
387
387
  "isStatic": true,
388
388
  "isReadOnly": false,
@@ -394,7 +394,7 @@
394
394
  {
395
395
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.MethodImplOptions::AggressiveOptimizationSystem.Runtime.CompilerServices.MethodImplOptions",
396
396
  "clrName": "AggressiveOptimization",
397
- "metadataToken": 67114412,
397
+ "metadataToken": 67114407,
398
398
  "normalizedSignature": "AggressiveOptimization|System.Runtime.CompilerServices.MethodImplOptions|static=true|const=true",
399
399
  "isStatic": true,
400
400
  "isReadOnly": false,
@@ -406,7 +406,7 @@
406
406
  {
407
407
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.MethodImplOptions::AsyncSystem.Runtime.CompilerServices.MethodImplOptions",
408
408
  "clrName": "Async",
409
- "metadataToken": 67114413,
409
+ "metadataToken": 67114408,
410
410
  "normalizedSignature": "Async|System.Runtime.CompilerServices.MethodImplOptions|static=true|const=true",
411
411
  "isStatic": true,
412
412
  "isReadOnly": false,
@@ -418,7 +418,7 @@
418
418
  {
419
419
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.MethodImplOptions::InternalCallSystem.Runtime.CompilerServices.MethodImplOptions",
420
420
  "clrName": "InternalCall",
421
- "metadataToken": 67114414,
421
+ "metadataToken": 67114409,
422
422
  "normalizedSignature": "InternalCall|System.Runtime.CompilerServices.MethodImplOptions|static=true|const=true",
423
423
  "isStatic": true,
424
424
  "isReadOnly": false,
@@ -470,7 +470,7 @@
470
470
  {
471
471
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.UnsafeAccessorKind::value__System.Int32",
472
472
  "clrName": "value__",
473
- "metadataToken": 67114461,
473
+ "metadataToken": 67114456,
474
474
  "normalizedSignature": "value__|System.Int32|static=false|const=false",
475
475
  "isStatic": false,
476
476
  "isReadOnly": false,
@@ -482,7 +482,7 @@
482
482
  {
483
483
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.UnsafeAccessorKind::ConstructorSystem.Runtime.CompilerServices.UnsafeAccessorKind",
484
484
  "clrName": "Constructor",
485
- "metadataToken": 67114462,
485
+ "metadataToken": 67114457,
486
486
  "normalizedSignature": "Constructor|System.Runtime.CompilerServices.UnsafeAccessorKind|static=true|const=true",
487
487
  "isStatic": true,
488
488
  "isReadOnly": false,
@@ -494,7 +494,7 @@
494
494
  {
495
495
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.UnsafeAccessorKind::MethodSystem.Runtime.CompilerServices.UnsafeAccessorKind",
496
496
  "clrName": "Method",
497
- "metadataToken": 67114463,
497
+ "metadataToken": 67114458,
498
498
  "normalizedSignature": "Method|System.Runtime.CompilerServices.UnsafeAccessorKind|static=true|const=true",
499
499
  "isStatic": true,
500
500
  "isReadOnly": false,
@@ -506,7 +506,7 @@
506
506
  {
507
507
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.UnsafeAccessorKind::StaticMethodSystem.Runtime.CompilerServices.UnsafeAccessorKind",
508
508
  "clrName": "StaticMethod",
509
- "metadataToken": 67114464,
509
+ "metadataToken": 67114459,
510
510
  "normalizedSignature": "StaticMethod|System.Runtime.CompilerServices.UnsafeAccessorKind|static=true|const=true",
511
511
  "isStatic": true,
512
512
  "isReadOnly": false,
@@ -518,7 +518,7 @@
518
518
  {
519
519
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.UnsafeAccessorKind::FieldSystem.Runtime.CompilerServices.UnsafeAccessorKind",
520
520
  "clrName": "Field",
521
- "metadataToken": 67114465,
521
+ "metadataToken": 67114460,
522
522
  "normalizedSignature": "Field|System.Runtime.CompilerServices.UnsafeAccessorKind|static=true|const=true",
523
523
  "isStatic": true,
524
524
  "isReadOnly": false,
@@ -530,7 +530,7 @@
530
530
  {
531
531
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.UnsafeAccessorKind::StaticFieldSystem.Runtime.CompilerServices.UnsafeAccessorKind",
532
532
  "clrName": "StaticField",
533
- "metadataToken": 67114466,
533
+ "metadataToken": 67114461,
534
534
  "normalizedSignature": "StaticField|System.Runtime.CompilerServices.UnsafeAccessorKind|static=true|const=true",
535
535
  "isStatic": true,
536
536
  "isReadOnly": false,
@@ -558,7 +558,7 @@
558
558
  {
559
559
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.IAsyncStateMachine::MoveNext():System.Void",
560
560
  "clrName": "MoveNext",
561
- "metadataToken": 100696046,
561
+ "metadataToken": 100696048,
562
562
  "canonicalSignature": "():System.Void",
563
563
  "normalizedSignature": "MoveNext|():System.Void|static=false",
564
564
  "emitScope": "ClassSurface",
@@ -578,7 +578,7 @@
578
578
  {
579
579
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.IAsyncStateMachine::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine):System.Void",
580
580
  "clrName": "SetStateMachine",
581
- "metadataToken": 100696047,
581
+ "metadataToken": 100696049,
582
582
  "canonicalSignature": "(System.Runtime.CompilerServices.IAsyncStateMachine):System.Void",
583
583
  "normalizedSignature": "SetStateMachine|(System.Runtime.CompilerServices.IAsyncStateMachine):System.Void|static=false",
584
584
  "emitScope": "ClassSurface",
@@ -622,7 +622,7 @@
622
622
  {
623
623
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ICriticalNotifyCompletion::UnsafeOnCompleted(System.Action):System.Void",
624
624
  "clrName": "UnsafeOnCompleted",
625
- "metadataToken": 100696054,
625
+ "metadataToken": 100696056,
626
626
  "canonicalSignature": "(System.Action):System.Void",
627
627
  "normalizedSignature": "UnsafeOnCompleted|(System.Action):System.Void|static=false",
628
628
  "emitScope": "ClassSurface",
@@ -660,7 +660,7 @@
660
660
  {
661
661
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.INotifyCompletion::OnCompleted(System.Action):System.Void",
662
662
  "clrName": "OnCompleted",
663
- "metadataToken": 100696053,
663
+ "metadataToken": 100696055,
664
664
  "canonicalSignature": "(System.Action):System.Void",
665
665
  "normalizedSignature": "OnCompleted|(System.Action):System.Void|static=false",
666
666
  "emitScope": "ClassSurface",
@@ -851,7 +851,7 @@
851
851
  {
852
852
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncIteratorMethodBuilder::Create():System.Runtime.CompilerServices.AsyncIteratorMethodBuilder",
853
853
  "clrName": "Create",
854
- "metadataToken": 100695795,
854
+ "metadataToken": 100695797,
855
855
  "canonicalSignature": "():System.Runtime.CompilerServices.AsyncIteratorMethodBuilder",
856
856
  "normalizedSignature": "Create|():System.Runtime.CompilerServices.AsyncIteratorMethodBuilder|static=true",
857
857
  "emitScope": "ClassSurface",
@@ -871,7 +871,7 @@
871
871
  {
872
872
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncIteratorMethodBuilder::MoveNext(TStateMachine\u0026):System.Void",
873
873
  "clrName": "MoveNext",
874
- "metadataToken": 100695796,
874
+ "metadataToken": 100695798,
875
875
  "canonicalSignature": "(TStateMachine\u0026):System.Void",
876
876
  "normalizedSignature": "MoveNext|(TStateMachine\u0026):System.Void|static=false",
877
877
  "emitScope": "ClassSurface",
@@ -897,7 +897,7 @@
897
897
  {
898
898
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncIteratorMethodBuilder::AwaitOnCompleted(TAwaiter\u0026,TStateMachine\u0026):System.Void",
899
899
  "clrName": "AwaitOnCompleted",
900
- "metadataToken": 100695797,
900
+ "metadataToken": 100695799,
901
901
  "canonicalSignature": "(TAwaiter\u0026,TStateMachine\u0026):System.Void",
902
902
  "normalizedSignature": "AwaitOnCompleted|(TAwaiter\u0026,TStateMachine\u0026):System.Void|static=false",
903
903
  "emitScope": "ClassSurface",
@@ -927,7 +927,7 @@
927
927
  {
928
928
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncIteratorMethodBuilder::AwaitUnsafeOnCompleted(TAwaiter\u0026,TStateMachine\u0026):System.Void",
929
929
  "clrName": "AwaitUnsafeOnCompleted",
930
- "metadataToken": 100695798,
930
+ "metadataToken": 100695800,
931
931
  "canonicalSignature": "(TAwaiter\u0026,TStateMachine\u0026):System.Void",
932
932
  "normalizedSignature": "AwaitUnsafeOnCompleted|(TAwaiter\u0026,TStateMachine\u0026):System.Void|static=false",
933
933
  "emitScope": "ClassSurface",
@@ -957,7 +957,7 @@
957
957
  {
958
958
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncIteratorMethodBuilder::Complete():System.Void",
959
959
  "clrName": "Complete",
960
- "metadataToken": 100695799,
960
+ "metadataToken": 100695801,
961
961
  "canonicalSignature": "():System.Void",
962
962
  "normalizedSignature": "Complete|():System.Void|static=false",
963
963
  "emitScope": "ClassSurface",
@@ -999,7 +999,7 @@
999
999
  {
1000
1000
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Create():System.Runtime.CompilerServices.AsyncTaskMethodBuilder",
1001
1001
  "clrName": "Create",
1002
- "metadataToken": 100695815,
1002
+ "metadataToken": 100695817,
1003
1003
  "canonicalSignature": "():System.Runtime.CompilerServices.AsyncTaskMethodBuilder",
1004
1004
  "normalizedSignature": "Create|():System.Runtime.CompilerServices.AsyncTaskMethodBuilder|static=true",
1005
1005
  "emitScope": "ClassSurface",
@@ -1019,7 +1019,7 @@
1019
1019
  {
1020
1020
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start(TStateMachine\u0026):System.Void",
1021
1021
  "clrName": "Start",
1022
- "metadataToken": 100695816,
1022
+ "metadataToken": 100695818,
1023
1023
  "canonicalSignature": "(TStateMachine\u0026):System.Void",
1024
1024
  "normalizedSignature": "Start|(TStateMachine\u0026):System.Void|static=false",
1025
1025
  "emitScope": "ClassSurface",
@@ -1045,7 +1045,7 @@
1045
1045
  {
1046
1046
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncTaskMethodBuilder::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine):System.Void",
1047
1047
  "clrName": "SetStateMachine",
1048
- "metadataToken": 100695817,
1048
+ "metadataToken": 100695819,
1049
1049
  "canonicalSignature": "(System.Runtime.CompilerServices.IAsyncStateMachine):System.Void",
1050
1050
  "normalizedSignature": "SetStateMachine|(System.Runtime.CompilerServices.IAsyncStateMachine):System.Void|static=false",
1051
1051
  "emitScope": "ClassSurface",
@@ -1065,7 +1065,7 @@
1065
1065
  {
1066
1066
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitOnCompleted(TAwaiter\u0026,TStateMachine\u0026):System.Void",
1067
1067
  "clrName": "AwaitOnCompleted",
1068
- "metadataToken": 100695818,
1068
+ "metadataToken": 100695820,
1069
1069
  "canonicalSignature": "(TAwaiter\u0026,TStateMachine\u0026):System.Void",
1070
1070
  "normalizedSignature": "AwaitOnCompleted|(TAwaiter\u0026,TStateMachine\u0026):System.Void|static=false",
1071
1071
  "emitScope": "ClassSurface",
@@ -1095,7 +1095,7 @@
1095
1095
  {
1096
1096
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted(TAwaiter\u0026,TStateMachine\u0026):System.Void",
1097
1097
  "clrName": "AwaitUnsafeOnCompleted",
1098
- "metadataToken": 100695819,
1098
+ "metadataToken": 100695821,
1099
1099
  "canonicalSignature": "(TAwaiter\u0026,TStateMachine\u0026):System.Void",
1100
1100
  "normalizedSignature": "AwaitUnsafeOnCompleted|(TAwaiter\u0026,TStateMachine\u0026):System.Void|static=false",
1101
1101
  "emitScope": "ClassSurface",
@@ -1125,7 +1125,7 @@
1125
1125
  {
1126
1126
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncTaskMethodBuilder::SetResult():System.Void",
1127
1127
  "clrName": "SetResult",
1128
- "metadataToken": 100695822,
1128
+ "metadataToken": 100695824,
1129
1129
  "canonicalSignature": "():System.Void",
1130
1130
  "normalizedSignature": "SetResult|():System.Void|static=false",
1131
1131
  "emitScope": "ClassSurface",
@@ -1145,7 +1145,7 @@
1145
1145
  {
1146
1146
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncTaskMethodBuilder::SetException(System.Exception):System.Void",
1147
1147
  "clrName": "SetException",
1148
- "metadataToken": 100695823,
1148
+ "metadataToken": 100695825,
1149
1149
  "canonicalSignature": "(System.Exception):System.Void",
1150
1150
  "normalizedSignature": "SetException|(System.Exception):System.Void|static=false",
1151
1151
  "emitScope": "ClassSurface",
@@ -1210,7 +1210,7 @@
1210
1210
  {
1211
1211
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncTaskMethodBuilder\u00601::Create():AsyncTaskMethodBuilder_1",
1212
1212
  "clrName": "Create",
1213
- "metadataToken": 100695826,
1213
+ "metadataToken": 100695828,
1214
1214
  "canonicalSignature": "():AsyncTaskMethodBuilder_1",
1215
1215
  "normalizedSignature": "Create|():AsyncTaskMethodBuilder_1|static=true",
1216
1216
  "emitScope": "ClassSurface",
@@ -1230,7 +1230,7 @@
1230
1230
  {
1231
1231
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncTaskMethodBuilder\u00601::Start(TStateMachine\u0026):System.Void",
1232
1232
  "clrName": "Start",
1233
- "metadataToken": 100695827,
1233
+ "metadataToken": 100695829,
1234
1234
  "canonicalSignature": "(TStateMachine\u0026):System.Void",
1235
1235
  "normalizedSignature": "Start|(TStateMachine\u0026):System.Void|static=false",
1236
1236
  "emitScope": "ClassSurface",
@@ -1256,7 +1256,7 @@
1256
1256
  {
1257
1257
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncTaskMethodBuilder\u00601::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine):System.Void",
1258
1258
  "clrName": "SetStateMachine",
1259
- "metadataToken": 100695828,
1259
+ "metadataToken": 100695830,
1260
1260
  "canonicalSignature": "(System.Runtime.CompilerServices.IAsyncStateMachine):System.Void",
1261
1261
  "normalizedSignature": "SetStateMachine|(System.Runtime.CompilerServices.IAsyncStateMachine):System.Void|static=false",
1262
1262
  "emitScope": "ClassSurface",
@@ -1276,7 +1276,7 @@
1276
1276
  {
1277
1277
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncTaskMethodBuilder\u00601::AwaitOnCompleted(TAwaiter\u0026,TStateMachine\u0026):System.Void",
1278
1278
  "clrName": "AwaitOnCompleted",
1279
- "metadataToken": 100695829,
1279
+ "metadataToken": 100695831,
1280
1280
  "canonicalSignature": "(TAwaiter\u0026,TStateMachine\u0026):System.Void",
1281
1281
  "normalizedSignature": "AwaitOnCompleted|(TAwaiter\u0026,TStateMachine\u0026):System.Void|static=false",
1282
1282
  "emitScope": "ClassSurface",
@@ -1306,7 +1306,7 @@
1306
1306
  {
1307
1307
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncTaskMethodBuilder\u00601::AwaitUnsafeOnCompleted(TAwaiter\u0026,TStateMachine\u0026):System.Void",
1308
1308
  "clrName": "AwaitUnsafeOnCompleted",
1309
- "metadataToken": 100695831,
1309
+ "metadataToken": 100695833,
1310
1310
  "canonicalSignature": "(TAwaiter\u0026,TStateMachine\u0026):System.Void",
1311
1311
  "normalizedSignature": "AwaitUnsafeOnCompleted|(TAwaiter\u0026,TStateMachine\u0026):System.Void|static=false",
1312
1312
  "emitScope": "ClassSurface",
@@ -1336,7 +1336,7 @@
1336
1336
  {
1337
1337
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncTaskMethodBuilder\u00601::SetResult(TResult):System.Void",
1338
1338
  "clrName": "SetResult",
1339
- "metadataToken": 100695839,
1339
+ "metadataToken": 100695841,
1340
1340
  "canonicalSignature": "(TResult):System.Void",
1341
1341
  "normalizedSignature": "SetResult|(TResult):System.Void|static=false",
1342
1342
  "emitScope": "ClassSurface",
@@ -1356,7 +1356,7 @@
1356
1356
  {
1357
1357
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncTaskMethodBuilder\u00601::SetException(System.Exception):System.Void",
1358
1358
  "clrName": "SetException",
1359
- "metadataToken": 100695841,
1359
+ "metadataToken": 100695843,
1360
1360
  "canonicalSignature": "(System.Exception):System.Void",
1361
1361
  "normalizedSignature": "SetException|(System.Exception):System.Void|static=false",
1362
1362
  "emitScope": "ClassSurface",
@@ -1418,7 +1418,7 @@
1418
1418
  {
1419
1419
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder::Create():System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder",
1420
1420
  "clrName": "Create",
1421
- "metadataToken": 100695859,
1421
+ "metadataToken": 100695861,
1422
1422
  "canonicalSignature": "():System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder",
1423
1423
  "normalizedSignature": "Create|():System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder|static=true",
1424
1424
  "emitScope": "ClassSurface",
@@ -1438,7 +1438,7 @@
1438
1438
  {
1439
1439
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder::Start(TStateMachine\u0026):System.Void",
1440
1440
  "clrName": "Start",
1441
- "metadataToken": 100695860,
1441
+ "metadataToken": 100695862,
1442
1442
  "canonicalSignature": "(TStateMachine\u0026):System.Void",
1443
1443
  "normalizedSignature": "Start|(TStateMachine\u0026):System.Void|static=false",
1444
1444
  "emitScope": "ClassSurface",
@@ -1464,7 +1464,7 @@
1464
1464
  {
1465
1465
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine):System.Void",
1466
1466
  "clrName": "SetStateMachine",
1467
- "metadataToken": 100695861,
1467
+ "metadataToken": 100695863,
1468
1468
  "canonicalSignature": "(System.Runtime.CompilerServices.IAsyncStateMachine):System.Void",
1469
1469
  "normalizedSignature": "SetStateMachine|(System.Runtime.CompilerServices.IAsyncStateMachine):System.Void|static=false",
1470
1470
  "emitScope": "ClassSurface",
@@ -1484,7 +1484,7 @@
1484
1484
  {
1485
1485
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder::SetResult():System.Void",
1486
1486
  "clrName": "SetResult",
1487
- "metadataToken": 100695862,
1487
+ "metadataToken": 100695864,
1488
1488
  "canonicalSignature": "():System.Void",
1489
1489
  "normalizedSignature": "SetResult|():System.Void|static=false",
1490
1490
  "emitScope": "ClassSurface",
@@ -1504,7 +1504,7 @@
1504
1504
  {
1505
1505
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder::SetException(System.Exception):System.Void",
1506
1506
  "clrName": "SetException",
1507
- "metadataToken": 100695863,
1507
+ "metadataToken": 100695865,
1508
1508
  "canonicalSignature": "(System.Exception):System.Void",
1509
1509
  "normalizedSignature": "SetException|(System.Exception):System.Void|static=false",
1510
1510
  "emitScope": "ClassSurface",
@@ -1524,7 +1524,7 @@
1524
1524
  {
1525
1525
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder::AwaitOnCompleted(TAwaiter\u0026,TStateMachine\u0026):System.Void",
1526
1526
  "clrName": "AwaitOnCompleted",
1527
- "metadataToken": 100695865,
1527
+ "metadataToken": 100695867,
1528
1528
  "canonicalSignature": "(TAwaiter\u0026,TStateMachine\u0026):System.Void",
1529
1529
  "normalizedSignature": "AwaitOnCompleted|(TAwaiter\u0026,TStateMachine\u0026):System.Void|static=false",
1530
1530
  "emitScope": "ClassSurface",
@@ -1554,7 +1554,7 @@
1554
1554
  {
1555
1555
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder::AwaitUnsafeOnCompleted(TAwaiter\u0026,TStateMachine\u0026):System.Void",
1556
1556
  "clrName": "AwaitUnsafeOnCompleted",
1557
- "metadataToken": 100695866,
1557
+ "metadataToken": 100695868,
1558
1558
  "canonicalSignature": "(TAwaiter\u0026,TStateMachine\u0026):System.Void",
1559
1559
  "normalizedSignature": "AwaitUnsafeOnCompleted|(TAwaiter\u0026,TStateMachine\u0026):System.Void|static=false",
1560
1560
  "emitScope": "ClassSurface",
@@ -1629,7 +1629,7 @@
1629
1629
  {
1630
1630
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder\u00601::Create():AsyncValueTaskMethodBuilder_1",
1631
1631
  "clrName": "Create",
1632
- "metadataToken": 100695869,
1632
+ "metadataToken": 100695871,
1633
1633
  "canonicalSignature": "():AsyncValueTaskMethodBuilder_1",
1634
1634
  "normalizedSignature": "Create|():AsyncValueTaskMethodBuilder_1|static=true",
1635
1635
  "emitScope": "ClassSurface",
@@ -1649,7 +1649,7 @@
1649
1649
  {
1650
1650
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder\u00601::Start(TStateMachine\u0026):System.Void",
1651
1651
  "clrName": "Start",
1652
- "metadataToken": 100695870,
1652
+ "metadataToken": 100695872,
1653
1653
  "canonicalSignature": "(TStateMachine\u0026):System.Void",
1654
1654
  "normalizedSignature": "Start|(TStateMachine\u0026):System.Void|static=false",
1655
1655
  "emitScope": "ClassSurface",
@@ -1675,7 +1675,7 @@
1675
1675
  {
1676
1676
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder\u00601::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine):System.Void",
1677
1677
  "clrName": "SetStateMachine",
1678
- "metadataToken": 100695871,
1678
+ "metadataToken": 100695873,
1679
1679
  "canonicalSignature": "(System.Runtime.CompilerServices.IAsyncStateMachine):System.Void",
1680
1680
  "normalizedSignature": "SetStateMachine|(System.Runtime.CompilerServices.IAsyncStateMachine):System.Void|static=false",
1681
1681
  "emitScope": "ClassSurface",
@@ -1695,7 +1695,7 @@
1695
1695
  {
1696
1696
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder\u00601::SetResult(TResult):System.Void",
1697
1697
  "clrName": "SetResult",
1698
- "metadataToken": 100695872,
1698
+ "metadataToken": 100695874,
1699
1699
  "canonicalSignature": "(TResult):System.Void",
1700
1700
  "normalizedSignature": "SetResult|(TResult):System.Void|static=false",
1701
1701
  "emitScope": "ClassSurface",
@@ -1715,7 +1715,7 @@
1715
1715
  {
1716
1716
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder\u00601::SetException(System.Exception):System.Void",
1717
1717
  "clrName": "SetException",
1718
- "metadataToken": 100695873,
1718
+ "metadataToken": 100695875,
1719
1719
  "canonicalSignature": "(System.Exception):System.Void",
1720
1720
  "normalizedSignature": "SetException|(System.Exception):System.Void|static=false",
1721
1721
  "emitScope": "ClassSurface",
@@ -1735,7 +1735,7 @@
1735
1735
  {
1736
1736
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder\u00601::AwaitOnCompleted(TAwaiter\u0026,TStateMachine\u0026):System.Void",
1737
1737
  "clrName": "AwaitOnCompleted",
1738
- "metadataToken": 100695875,
1738
+ "metadataToken": 100695877,
1739
1739
  "canonicalSignature": "(TAwaiter\u0026,TStateMachine\u0026):System.Void",
1740
1740
  "normalizedSignature": "AwaitOnCompleted|(TAwaiter\u0026,TStateMachine\u0026):System.Void|static=false",
1741
1741
  "emitScope": "ClassSurface",
@@ -1765,7 +1765,7 @@
1765
1765
  {
1766
1766
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder\u00601::AwaitUnsafeOnCompleted(TAwaiter\u0026,TStateMachine\u0026):System.Void",
1767
1767
  "clrName": "AwaitUnsafeOnCompleted",
1768
- "metadataToken": 100695876,
1768
+ "metadataToken": 100695878,
1769
1769
  "canonicalSignature": "(TAwaiter\u0026,TStateMachine\u0026):System.Void",
1770
1770
  "normalizedSignature": "AwaitUnsafeOnCompleted|(TAwaiter\u0026,TStateMachine\u0026):System.Void|static=false",
1771
1771
  "emitScope": "ClassSurface",
@@ -1837,7 +1837,7 @@
1837
1837
  {
1838
1838
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncVoidMethodBuilder::Create():System.Runtime.CompilerServices.AsyncVoidMethodBuilder",
1839
1839
  "clrName": "Create",
1840
- "metadataToken": 100695879,
1840
+ "metadataToken": 100695881,
1841
1841
  "canonicalSignature": "():System.Runtime.CompilerServices.AsyncVoidMethodBuilder",
1842
1842
  "normalizedSignature": "Create|():System.Runtime.CompilerServices.AsyncVoidMethodBuilder|static=true",
1843
1843
  "emitScope": "ClassSurface",
@@ -1857,7 +1857,7 @@
1857
1857
  {
1858
1858
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncVoidMethodBuilder::Start(TStateMachine\u0026):System.Void",
1859
1859
  "clrName": "Start",
1860
- "metadataToken": 100695880,
1860
+ "metadataToken": 100695882,
1861
1861
  "canonicalSignature": "(TStateMachine\u0026):System.Void",
1862
1862
  "normalizedSignature": "Start|(TStateMachine\u0026):System.Void|static=false",
1863
1863
  "emitScope": "ClassSurface",
@@ -1883,7 +1883,7 @@
1883
1883
  {
1884
1884
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncVoidMethodBuilder::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine):System.Void",
1885
1885
  "clrName": "SetStateMachine",
1886
- "metadataToken": 100695881,
1886
+ "metadataToken": 100695883,
1887
1887
  "canonicalSignature": "(System.Runtime.CompilerServices.IAsyncStateMachine):System.Void",
1888
1888
  "normalizedSignature": "SetStateMachine|(System.Runtime.CompilerServices.IAsyncStateMachine):System.Void|static=false",
1889
1889
  "emitScope": "ClassSurface",
@@ -1903,7 +1903,7 @@
1903
1903
  {
1904
1904
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncVoidMethodBuilder::AwaitOnCompleted(TAwaiter\u0026,TStateMachine\u0026):System.Void",
1905
1905
  "clrName": "AwaitOnCompleted",
1906
- "metadataToken": 100695882,
1906
+ "metadataToken": 100695884,
1907
1907
  "canonicalSignature": "(TAwaiter\u0026,TStateMachine\u0026):System.Void",
1908
1908
  "normalizedSignature": "AwaitOnCompleted|(TAwaiter\u0026,TStateMachine\u0026):System.Void|static=false",
1909
1909
  "emitScope": "ClassSurface",
@@ -1933,7 +1933,7 @@
1933
1933
  {
1934
1934
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncVoidMethodBuilder::AwaitUnsafeOnCompleted(TAwaiter\u0026,TStateMachine\u0026):System.Void",
1935
1935
  "clrName": "AwaitUnsafeOnCompleted",
1936
- "metadataToken": 100695883,
1936
+ "metadataToken": 100695885,
1937
1937
  "canonicalSignature": "(TAwaiter\u0026,TStateMachine\u0026):System.Void",
1938
1938
  "normalizedSignature": "AwaitUnsafeOnCompleted|(TAwaiter\u0026,TStateMachine\u0026):System.Void|static=false",
1939
1939
  "emitScope": "ClassSurface",
@@ -1963,7 +1963,7 @@
1963
1963
  {
1964
1964
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncVoidMethodBuilder::SetResult():System.Void",
1965
1965
  "clrName": "SetResult",
1966
- "metadataToken": 100695884,
1966
+ "metadataToken": 100695886,
1967
1967
  "canonicalSignature": "():System.Void",
1968
1968
  "normalizedSignature": "SetResult|():System.Void|static=false",
1969
1969
  "emitScope": "ClassSurface",
@@ -1983,7 +1983,7 @@
1983
1983
  {
1984
1984
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncVoidMethodBuilder::SetException(System.Exception):System.Void",
1985
1985
  "clrName": "SetException",
1986
- "metadataToken": 100695885,
1986
+ "metadataToken": 100695887,
1987
1987
  "canonicalSignature": "(System.Exception):System.Void",
1988
1988
  "normalizedSignature": "SetException|(System.Exception):System.Void|static=false",
1989
1989
  "emitScope": "ClassSurface",
@@ -2025,7 +2025,7 @@
2025
2025
  {
2026
2026
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredAsyncDisposable::DisposeAsync():System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable",
2027
2027
  "clrName": "DisposeAsync",
2028
- "metadataToken": 100695984,
2028
+ "metadataToken": 100695986,
2029
2029
  "canonicalSignature": "():System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable",
2030
2030
  "normalizedSignature": "DisposeAsync|():System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable|static=false",
2031
2031
  "emitScope": "ClassSurface",
@@ -2070,7 +2070,7 @@
2070
2070
  {
2071
2071
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable\u00601::ConfigureAwait(System.Boolean):ConfiguredCancelableAsyncEnumerable_1",
2072
2072
  "clrName": "ConfigureAwait",
2073
- "metadataToken": 100695986,
2073
+ "metadataToken": 100695988,
2074
2074
  "canonicalSignature": "(System.Boolean):ConfiguredCancelableAsyncEnumerable_1",
2075
2075
  "normalizedSignature": "ConfigureAwait|(System.Boolean):ConfiguredCancelableAsyncEnumerable_1|static=false",
2076
2076
  "emitScope": "ClassSurface",
@@ -2090,7 +2090,7 @@
2090
2090
  {
2091
2091
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable\u00601::WithCancellation(System.Threading.CancellationToken):ConfiguredCancelableAsyncEnumerable_1",
2092
2092
  "clrName": "WithCancellation",
2093
- "metadataToken": 100695987,
2093
+ "metadataToken": 100695989,
2094
2094
  "canonicalSignature": "(System.Threading.CancellationToken):ConfiguredCancelableAsyncEnumerable_1",
2095
2095
  "normalizedSignature": "WithCancellation|(System.Threading.CancellationToken):ConfiguredCancelableAsyncEnumerable_1|static=false",
2096
2096
  "emitScope": "ClassSurface",
@@ -2110,7 +2110,7 @@
2110
2110
  {
2111
2111
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable\u00601::GetAsyncEnumerator():Enumerator",
2112
2112
  "clrName": "GetAsyncEnumerator",
2113
- "metadataToken": 100695988,
2113
+ "metadataToken": 100695990,
2114
2114
  "canonicalSignature": "():Enumerator",
2115
2115
  "normalizedSignature": "GetAsyncEnumerator|():Enumerator|static=false",
2116
2116
  "emitScope": "ClassSurface",
@@ -2155,7 +2155,7 @@
2155
2155
  {
2156
2156
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable\u00601\u002BEnumerator::MoveNextAsync():System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2157
2157
  "clrName": "MoveNextAsync",
2158
- "metadataToken": 100695990,
2158
+ "metadataToken": 100695992,
2159
2159
  "canonicalSignature": "():System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2160
2160
  "normalizedSignature": "MoveNextAsync|():System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
2161
2161
  "emitScope": "ClassSurface",
@@ -2175,7 +2175,7 @@
2175
2175
  {
2176
2176
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable\u00601\u002BEnumerator::DisposeAsync():System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable",
2177
2177
  "clrName": "DisposeAsync",
2178
- "metadataToken": 100695992,
2178
+ "metadataToken": 100695994,
2179
2179
  "canonicalSignature": "():System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable",
2180
2180
  "normalizedSignature": "DisposeAsync|():System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable|static=false",
2181
2181
  "emitScope": "ClassSurface",
@@ -2237,7 +2237,7 @@
2237
2237
  {
2238
2238
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredTaskAwaitable::GetAwaiter():System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u002BConfiguredTaskAwaiter",
2239
2239
  "clrName": "GetAwaiter",
2240
- "metadataToken": 100696221,
2240
+ "metadataToken": 100696223,
2241
2241
  "canonicalSignature": "():System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u002BConfiguredTaskAwaiter",
2242
2242
  "normalizedSignature": "GetAwaiter|():System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u002BConfiguredTaskAwaiter|static=false",
2243
2243
  "emitScope": "ClassSurface",
@@ -2293,7 +2293,7 @@
2293
2293
  {
2294
2294
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u002BConfiguredTaskAwaiter::OnCompleted(System.Action):System.Void",
2295
2295
  "clrName": "OnCompleted",
2296
- "metadataToken": 100696224,
2296
+ "metadataToken": 100696226,
2297
2297
  "canonicalSignature": "(System.Action):System.Void",
2298
2298
  "normalizedSignature": "OnCompleted|(System.Action):System.Void|static=false",
2299
2299
  "emitScope": "ClassSurface",
@@ -2313,7 +2313,7 @@
2313
2313
  {
2314
2314
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u002BConfiguredTaskAwaiter::UnsafeOnCompleted(System.Action):System.Void",
2315
2315
  "clrName": "UnsafeOnCompleted",
2316
- "metadataToken": 100696225,
2316
+ "metadataToken": 100696227,
2317
2317
  "canonicalSignature": "(System.Action):System.Void",
2318
2318
  "normalizedSignature": "UnsafeOnCompleted|(System.Action):System.Void|static=false",
2319
2319
  "emitScope": "ClassSurface",
@@ -2333,7 +2333,7 @@
2333
2333
  {
2334
2334
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u002BConfiguredTaskAwaiter::GetResult():System.Void",
2335
2335
  "clrName": "GetResult",
2336
- "metadataToken": 100696226,
2336
+ "metadataToken": 100696228,
2337
2337
  "canonicalSignature": "():System.Void",
2338
2338
  "normalizedSignature": "GetResult|():System.Void|static=false",
2339
2339
  "emitScope": "ClassSurface",
@@ -2398,7 +2398,7 @@
2398
2398
  {
2399
2399
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u00601::GetAwaiter():ConfiguredTaskAwaiter",
2400
2400
  "clrName": "GetAwaiter",
2401
- "metadataToken": 100696228,
2401
+ "metadataToken": 100696230,
2402
2402
  "canonicalSignature": "():ConfiguredTaskAwaiter",
2403
2403
  "normalizedSignature": "GetAwaiter|():ConfiguredTaskAwaiter|static=false",
2404
2404
  "emitScope": "ClassSurface",
@@ -2457,7 +2457,7 @@
2457
2457
  {
2458
2458
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u00601\u002BConfiguredTaskAwaiter::OnCompleted(System.Action):System.Void",
2459
2459
  "clrName": "OnCompleted",
2460
- "metadataToken": 100696231,
2460
+ "metadataToken": 100696233,
2461
2461
  "canonicalSignature": "(System.Action):System.Void",
2462
2462
  "normalizedSignature": "OnCompleted|(System.Action):System.Void|static=false",
2463
2463
  "emitScope": "ClassSurface",
@@ -2477,7 +2477,7 @@
2477
2477
  {
2478
2478
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u00601\u002BConfiguredTaskAwaiter::UnsafeOnCompleted(System.Action):System.Void",
2479
2479
  "clrName": "UnsafeOnCompleted",
2480
- "metadataToken": 100696232,
2480
+ "metadataToken": 100696234,
2481
2481
  "canonicalSignature": "(System.Action):System.Void",
2482
2482
  "normalizedSignature": "UnsafeOnCompleted|(System.Action):System.Void|static=false",
2483
2483
  "emitScope": "ClassSurface",
@@ -2497,7 +2497,7 @@
2497
2497
  {
2498
2498
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u00601\u002BConfiguredTaskAwaiter::GetResult():TResult",
2499
2499
  "clrName": "GetResult",
2500
- "metadataToken": 100696233,
2500
+ "metadataToken": 100696235,
2501
2501
  "canonicalSignature": "():TResult",
2502
2502
  "normalizedSignature": "GetResult|():TResult|static=false",
2503
2503
  "emitScope": "ClassSurface",
@@ -2559,7 +2559,7 @@
2559
2559
  {
2560
2560
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable::GetAwaiter():System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u002BConfiguredValueTaskAwaiter",
2561
2561
  "clrName": "GetAwaiter",
2562
- "metadataToken": 100695994,
2562
+ "metadataToken": 100695996,
2563
2563
  "canonicalSignature": "():System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u002BConfiguredValueTaskAwaiter",
2564
2564
  "normalizedSignature": "GetAwaiter|():System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u002BConfiguredValueTaskAwaiter|static=false",
2565
2565
  "emitScope": "ClassSurface",
@@ -2615,7 +2615,7 @@
2615
2615
  {
2616
2616
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u002BConfiguredValueTaskAwaiter::GetResult():System.Void",
2617
2617
  "clrName": "GetResult",
2618
- "metadataToken": 100695997,
2618
+ "metadataToken": 100695999,
2619
2619
  "canonicalSignature": "():System.Void",
2620
2620
  "normalizedSignature": "GetResult|():System.Void|static=false",
2621
2621
  "emitScope": "ClassSurface",
@@ -2635,7 +2635,7 @@
2635
2635
  {
2636
2636
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u002BConfiguredValueTaskAwaiter::OnCompleted(System.Action):System.Void",
2637
2637
  "clrName": "OnCompleted",
2638
- "metadataToken": 100695998,
2638
+ "metadataToken": 100696000,
2639
2639
  "canonicalSignature": "(System.Action):System.Void",
2640
2640
  "normalizedSignature": "OnCompleted|(System.Action):System.Void|static=false",
2641
2641
  "emitScope": "ClassSurface",
@@ -2655,7 +2655,7 @@
2655
2655
  {
2656
2656
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u002BConfiguredValueTaskAwaiter::UnsafeOnCompleted(System.Action):System.Void",
2657
2657
  "clrName": "UnsafeOnCompleted",
2658
- "metadataToken": 100695999,
2658
+ "metadataToken": 100696001,
2659
2659
  "canonicalSignature": "(System.Action):System.Void",
2660
2660
  "normalizedSignature": "UnsafeOnCompleted|(System.Action):System.Void|static=false",
2661
2661
  "emitScope": "ClassSurface",
@@ -2720,7 +2720,7 @@
2720
2720
  {
2721
2721
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u00601::GetAwaiter():ConfiguredValueTaskAwaiter",
2722
2722
  "clrName": "GetAwaiter",
2723
- "metadataToken": 100696002,
2723
+ "metadataToken": 100696004,
2724
2724
  "canonicalSignature": "():ConfiguredValueTaskAwaiter",
2725
2725
  "normalizedSignature": "GetAwaiter|():ConfiguredValueTaskAwaiter|static=false",
2726
2726
  "emitScope": "ClassSurface",
@@ -2779,7 +2779,7 @@
2779
2779
  {
2780
2780
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u00601\u002BConfiguredValueTaskAwaiter::GetResult():TResult",
2781
2781
  "clrName": "GetResult",
2782
- "metadataToken": 100696005,
2782
+ "metadataToken": 100696007,
2783
2783
  "canonicalSignature": "():TResult",
2784
2784
  "normalizedSignature": "GetResult|():TResult|static=false",
2785
2785
  "emitScope": "ClassSurface",
@@ -2799,7 +2799,7 @@
2799
2799
  {
2800
2800
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u00601\u002BConfiguredValueTaskAwaiter::OnCompleted(System.Action):System.Void",
2801
2801
  "clrName": "OnCompleted",
2802
- "metadataToken": 100696006,
2802
+ "metadataToken": 100696008,
2803
2803
  "canonicalSignature": "(System.Action):System.Void",
2804
2804
  "normalizedSignature": "OnCompleted|(System.Action):System.Void|static=false",
2805
2805
  "emitScope": "ClassSurface",
@@ -2819,7 +2819,7 @@
2819
2819
  {
2820
2820
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u00601\u002BConfiguredValueTaskAwaiter::UnsafeOnCompleted(System.Action):System.Void",
2821
2821
  "clrName": "UnsafeOnCompleted",
2822
- "metadataToken": 100696007,
2822
+ "metadataToken": 100696009,
2823
2823
  "canonicalSignature": "(System.Action):System.Void",
2824
2824
  "normalizedSignature": "UnsafeOnCompleted|(System.Action):System.Void|static=false",
2825
2825
  "emitScope": "ClassSurface",
@@ -2881,7 +2881,7 @@
2881
2881
  {
2882
2882
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::ToString():System.String",
2883
2883
  "clrName": "ToString",
2884
- "metadataToken": 100696072,
2884
+ "metadataToken": 100696074,
2885
2885
  "canonicalSignature": "():System.String",
2886
2886
  "normalizedSignature": "ToString|():System.String|static=false",
2887
2887
  "emitScope": "ClassSurface",
@@ -2901,7 +2901,7 @@
2901
2901
  {
2902
2902
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::ToStringAndClear():System.String",
2903
2903
  "clrName": "ToStringAndClear",
2904
- "metadataToken": 100696073,
2904
+ "metadataToken": 100696075,
2905
2905
  "canonicalSignature": "():System.String",
2906
2906
  "normalizedSignature": "ToStringAndClear|():System.String|static=false",
2907
2907
  "emitScope": "ClassSurface",
@@ -2921,7 +2921,7 @@
2921
2921
  {
2922
2922
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::Clear():System.Void",
2923
2923
  "clrName": "Clear",
2924
- "metadataToken": 100696074,
2924
+ "metadataToken": 100696076,
2925
2925
  "canonicalSignature": "():System.Void",
2926
2926
  "normalizedSignature": "Clear|():System.Void|static=false",
2927
2927
  "emitScope": "ClassSurface",
@@ -2941,7 +2941,7 @@
2941
2941
  {
2942
2942
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendLiteral(System.String):System.Void",
2943
2943
  "clrName": "AppendLiteral",
2944
- "metadataToken": 100696076,
2944
+ "metadataToken": 100696078,
2945
2945
  "canonicalSignature": "(System.String):System.Void",
2946
2946
  "normalizedSignature": "AppendLiteral|(System.String):System.Void|static=false",
2947
2947
  "emitScope": "ClassSurface",
@@ -2961,7 +2961,7 @@
2961
2961
  {
2962
2962
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendFormatted(T):System.Void",
2963
2963
  "clrName": "AppendFormatted",
2964
- "metadataToken": 100696077,
2964
+ "metadataToken": 100696079,
2965
2965
  "canonicalSignature": "(T):System.Void",
2966
2966
  "normalizedSignature": "AppendFormatted|(T):System.Void|static=false",
2967
2967
  "emitScope": "ClassSurface",
@@ -2981,7 +2981,7 @@
2981
2981
  {
2982
2982
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendFormatted(T,System.String):System.Void",
2983
2983
  "clrName": "AppendFormatted",
2984
- "metadataToken": 100696078,
2984
+ "metadataToken": 100696080,
2985
2985
  "canonicalSignature": "(T,System.String):System.Void",
2986
2986
  "normalizedSignature": "AppendFormatted|(T,System.String):System.Void|static=false",
2987
2987
  "emitScope": "ClassSurface",
@@ -3001,7 +3001,7 @@
3001
3001
  {
3002
3002
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendFormatted(T,System.Int32):System.Void",
3003
3003
  "clrName": "AppendFormatted",
3004
- "metadataToken": 100696079,
3004
+ "metadataToken": 100696081,
3005
3005
  "canonicalSignature": "(T,System.Int32):System.Void",
3006
3006
  "normalizedSignature": "AppendFormatted|(T,System.Int32):System.Void|static=false",
3007
3007
  "emitScope": "ClassSurface",
@@ -3021,7 +3021,7 @@
3021
3021
  {
3022
3022
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendFormatted(T,System.Int32,System.String):System.Void",
3023
3023
  "clrName": "AppendFormatted",
3024
- "metadataToken": 100696080,
3024
+ "metadataToken": 100696082,
3025
3025
  "canonicalSignature": "(T,System.Int32,System.String):System.Void",
3026
3026
  "normalizedSignature": "AppendFormatted|(T,System.Int32,System.String):System.Void|static=false",
3027
3027
  "emitScope": "ClassSurface",
@@ -3041,7 +3041,7 @@
3041
3041
  {
3042
3042
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendFormatted(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
3043
3043
  "clrName": "AppendFormatted",
3044
- "metadataToken": 100696081,
3044
+ "metadataToken": 100696083,
3045
3045
  "canonicalSignature": "(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
3046
3046
  "normalizedSignature": "AppendFormatted|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
3047
3047
  "emitScope": "ClassSurface",
@@ -3061,7 +3061,7 @@
3061
3061
  {
3062
3062
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendFormatted(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32,System.String):System.Void",
3063
3063
  "clrName": "AppendFormatted",
3064
- "metadataToken": 100696082,
3064
+ "metadataToken": 100696084,
3065
3065
  "canonicalSignature": "(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32,System.String):System.Void",
3066
3066
  "normalizedSignature": "AppendFormatted|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32,System.String):System.Void|static=false",
3067
3067
  "emitScope": "ClassSurface",
@@ -3081,7 +3081,7 @@
3081
3081
  {
3082
3082
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendFormatted(System.String):System.Void",
3083
3083
  "clrName": "AppendFormatted",
3084
- "metadataToken": 100696083,
3084
+ "metadataToken": 100696085,
3085
3085
  "canonicalSignature": "(System.String):System.Void",
3086
3086
  "normalizedSignature": "AppendFormatted|(System.String):System.Void|static=false",
3087
3087
  "emitScope": "ClassSurface",
@@ -3101,7 +3101,7 @@
3101
3101
  {
3102
3102
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendFormatted(System.String,System.Int32,System.String):System.Void",
3103
3103
  "clrName": "AppendFormatted",
3104
- "metadataToken": 100696085,
3104
+ "metadataToken": 100696087,
3105
3105
  "canonicalSignature": "(System.String,System.Int32,System.String):System.Void",
3106
3106
  "normalizedSignature": "AppendFormatted|(System.String,System.Int32,System.String):System.Void|static=false",
3107
3107
  "emitScope": "ClassSurface",
@@ -3121,7 +3121,7 @@
3121
3121
  {
3122
3122
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendFormatted(System.Object,System.Int32,System.String):System.Void",
3123
3123
  "clrName": "AppendFormatted",
3124
- "metadataToken": 100696086,
3124
+ "metadataToken": 100696088,
3125
3125
  "canonicalSignature": "(System.Object,System.Int32,System.String):System.Void",
3126
3126
  "normalizedSignature": "AppendFormatted|(System.Object,System.Int32,System.String):System.Void|static=false",
3127
3127
  "emitScope": "ClassSurface",
@@ -3165,7 +3165,7 @@
3165
3165
  "constructors": [
3166
3166
  {
3167
3167
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::.ctor(System.Int32,System.Int32):void",
3168
- "metadataToken": 100696068,
3168
+ "metadataToken": 100696070,
3169
3169
  "canonicalSignature": "(System.Int32,System.Int32):void",
3170
3170
  "normalizedSignature": "constructor|(System.Int32,System.Int32):void|static=false",
3171
3171
  "isStatic": false,
@@ -3176,7 +3176,7 @@
3176
3176
  },
3177
3177
  {
3178
3178
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::.ctor(System.Int32,System.Int32,System.IFormatProvider):void",
3179
- "metadataToken": 100696069,
3179
+ "metadataToken": 100696071,
3180
3180
  "canonicalSignature": "(System.Int32,System.Int32,System.IFormatProvider):void",
3181
3181
  "normalizedSignature": "constructor|(System.Int32,System.Int32,System.IFormatProvider):void|static=false",
3182
3182
  "isStatic": false,
@@ -3187,7 +3187,7 @@
3187
3187
  },
3188
3188
  {
3189
3189
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::.ctor(System.Int32,System.Int32,System.IFormatProvider,System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
3190
- "metadataToken": 100696070,
3190
+ "metadataToken": 100696072,
3191
3191
  "canonicalSignature": "(System.Int32,System.Int32,System.IFormatProvider,System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
3192
3192
  "normalizedSignature": "constructor|(System.Int32,System.Int32,System.IFormatProvider,System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
3193
3193
  "isStatic": false,
@@ -3577,7 +3577,7 @@
3577
3577
  {
3578
3578
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder::Create():System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder",
3579
3579
  "clrName": "Create",
3580
- "metadataToken": 100696116,
3580
+ "metadataToken": 100696118,
3581
3581
  "canonicalSignature": "():System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder",
3582
3582
  "normalizedSignature": "Create|():System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder|static=true",
3583
3583
  "emitScope": "ClassSurface",
@@ -3597,7 +3597,7 @@
3597
3597
  {
3598
3598
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder::Start(TStateMachine\u0026):System.Void",
3599
3599
  "clrName": "Start",
3600
- "metadataToken": 100696117,
3600
+ "metadataToken": 100696119,
3601
3601
  "canonicalSignature": "(TStateMachine\u0026):System.Void",
3602
3602
  "normalizedSignature": "Start|(TStateMachine\u0026):System.Void|static=false",
3603
3603
  "emitScope": "ClassSurface",
@@ -3623,7 +3623,7 @@
3623
3623
  {
3624
3624
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine):System.Void",
3625
3625
  "clrName": "SetStateMachine",
3626
- "metadataToken": 100696118,
3626
+ "metadataToken": 100696120,
3627
3627
  "canonicalSignature": "(System.Runtime.CompilerServices.IAsyncStateMachine):System.Void",
3628
3628
  "normalizedSignature": "SetStateMachine|(System.Runtime.CompilerServices.IAsyncStateMachine):System.Void|static=false",
3629
3629
  "emitScope": "ClassSurface",
@@ -3643,7 +3643,7 @@
3643
3643
  {
3644
3644
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder::SetResult():System.Void",
3645
3645
  "clrName": "SetResult",
3646
- "metadataToken": 100696119,
3646
+ "metadataToken": 100696121,
3647
3647
  "canonicalSignature": "():System.Void",
3648
3648
  "normalizedSignature": "SetResult|():System.Void|static=false",
3649
3649
  "emitScope": "ClassSurface",
@@ -3663,7 +3663,7 @@
3663
3663
  {
3664
3664
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder::SetException(System.Exception):System.Void",
3665
3665
  "clrName": "SetException",
3666
- "metadataToken": 100696120,
3666
+ "metadataToken": 100696122,
3667
3667
  "canonicalSignature": "(System.Exception):System.Void",
3668
3668
  "normalizedSignature": "SetException|(System.Exception):System.Void|static=false",
3669
3669
  "emitScope": "ClassSurface",
@@ -3683,7 +3683,7 @@
3683
3683
  {
3684
3684
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder::AwaitOnCompleted(TAwaiter\u0026,TStateMachine\u0026):System.Void",
3685
3685
  "clrName": "AwaitOnCompleted",
3686
- "metadataToken": 100696122,
3686
+ "metadataToken": 100696124,
3687
3687
  "canonicalSignature": "(TAwaiter\u0026,TStateMachine\u0026):System.Void",
3688
3688
  "normalizedSignature": "AwaitOnCompleted|(TAwaiter\u0026,TStateMachine\u0026):System.Void|static=false",
3689
3689
  "emitScope": "ClassSurface",
@@ -3713,7 +3713,7 @@
3713
3713
  {
3714
3714
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder::AwaitUnsafeOnCompleted(TAwaiter\u0026,TStateMachine\u0026):System.Void",
3715
3715
  "clrName": "AwaitUnsafeOnCompleted",
3716
- "metadataToken": 100696123,
3716
+ "metadataToken": 100696125,
3717
3717
  "canonicalSignature": "(TAwaiter\u0026,TStateMachine\u0026):System.Void",
3718
3718
  "normalizedSignature": "AwaitUnsafeOnCompleted|(TAwaiter\u0026,TStateMachine\u0026):System.Void|static=false",
3719
3719
  "emitScope": "ClassSurface",
@@ -3788,7 +3788,7 @@
3788
3788
  {
3789
3789
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder\u00601::Create():PoolingAsyncValueTaskMethodBuilder_1",
3790
3790
  "clrName": "Create",
3791
- "metadataToken": 100696125,
3791
+ "metadataToken": 100696127,
3792
3792
  "canonicalSignature": "():PoolingAsyncValueTaskMethodBuilder_1",
3793
3793
  "normalizedSignature": "Create|():PoolingAsyncValueTaskMethodBuilder_1|static=true",
3794
3794
  "emitScope": "ClassSurface",
@@ -3808,7 +3808,7 @@
3808
3808
  {
3809
3809
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder\u00601::Start(TStateMachine\u0026):System.Void",
3810
3810
  "clrName": "Start",
3811
- "metadataToken": 100696126,
3811
+ "metadataToken": 100696128,
3812
3812
  "canonicalSignature": "(TStateMachine\u0026):System.Void",
3813
3813
  "normalizedSignature": "Start|(TStateMachine\u0026):System.Void|static=false",
3814
3814
  "emitScope": "ClassSurface",
@@ -3834,7 +3834,7 @@
3834
3834
  {
3835
3835
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder\u00601::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine):System.Void",
3836
3836
  "clrName": "SetStateMachine",
3837
- "metadataToken": 100696127,
3837
+ "metadataToken": 100696129,
3838
3838
  "canonicalSignature": "(System.Runtime.CompilerServices.IAsyncStateMachine):System.Void",
3839
3839
  "normalizedSignature": "SetStateMachine|(System.Runtime.CompilerServices.IAsyncStateMachine):System.Void|static=false",
3840
3840
  "emitScope": "ClassSurface",
@@ -3854,7 +3854,7 @@
3854
3854
  {
3855
3855
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder\u00601::SetResult(TResult):System.Void",
3856
3856
  "clrName": "SetResult",
3857
- "metadataToken": 100696128,
3857
+ "metadataToken": 100696130,
3858
3858
  "canonicalSignature": "(TResult):System.Void",
3859
3859
  "normalizedSignature": "SetResult|(TResult):System.Void|static=false",
3860
3860
  "emitScope": "ClassSurface",
@@ -3874,7 +3874,7 @@
3874
3874
  {
3875
3875
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder\u00601::SetException(System.Exception):System.Void",
3876
3876
  "clrName": "SetException",
3877
- "metadataToken": 100696129,
3877
+ "metadataToken": 100696131,
3878
3878
  "canonicalSignature": "(System.Exception):System.Void",
3879
3879
  "normalizedSignature": "SetException|(System.Exception):System.Void|static=false",
3880
3880
  "emitScope": "ClassSurface",
@@ -3894,7 +3894,7 @@
3894
3894
  {
3895
3895
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder\u00601::AwaitOnCompleted(TAwaiter\u0026,TStateMachine\u0026):System.Void",
3896
3896
  "clrName": "AwaitOnCompleted",
3897
- "metadataToken": 100696132,
3897
+ "metadataToken": 100696134,
3898
3898
  "canonicalSignature": "(TAwaiter\u0026,TStateMachine\u0026):System.Void",
3899
3899
  "normalizedSignature": "AwaitOnCompleted|(TAwaiter\u0026,TStateMachine\u0026):System.Void|static=false",
3900
3900
  "emitScope": "ClassSurface",
@@ -3924,7 +3924,7 @@
3924
3924
  {
3925
3925
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder\u00601::AwaitUnsafeOnCompleted(TAwaiter\u0026,TStateMachine\u0026):System.Void",
3926
3926
  "clrName": "AwaitUnsafeOnCompleted",
3927
- "metadataToken": 100696134,
3927
+ "metadataToken": 100696136,
3928
3928
  "canonicalSignature": "(TAwaiter\u0026,TStateMachine\u0026):System.Void",
3929
3929
  "normalizedSignature": "AwaitUnsafeOnCompleted|(TAwaiter\u0026,TStateMachine\u0026):System.Void|static=false",
3930
3930
  "emitScope": "ClassSurface",
@@ -4006,7 +4006,7 @@
4006
4006
  {
4007
4007
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.TaskAwaiter::OnCompleted(System.Action):System.Void",
4008
4008
  "clrName": "OnCompleted",
4009
- "metadataToken": 100696203,
4009
+ "metadataToken": 100696205,
4010
4010
  "canonicalSignature": "(System.Action):System.Void",
4011
4011
  "normalizedSignature": "OnCompleted|(System.Action):System.Void|static=false",
4012
4012
  "emitScope": "ClassSurface",
@@ -4026,7 +4026,7 @@
4026
4026
  {
4027
4027
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.TaskAwaiter::UnsafeOnCompleted(System.Action):System.Void",
4028
4028
  "clrName": "UnsafeOnCompleted",
4029
- "metadataToken": 100696204,
4029
+ "metadataToken": 100696206,
4030
4030
  "canonicalSignature": "(System.Action):System.Void",
4031
4031
  "normalizedSignature": "UnsafeOnCompleted|(System.Action):System.Void|static=false",
4032
4032
  "emitScope": "ClassSurface",
@@ -4046,7 +4046,7 @@
4046
4046
  {
4047
4047
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.TaskAwaiter::GetResult():System.Void",
4048
4048
  "clrName": "GetResult",
4049
- "metadataToken": 100696205,
4049
+ "metadataToken": 100696207,
4050
4050
  "canonicalSignature": "():System.Void",
4051
4051
  "normalizedSignature": "GetResult|():System.Void|static=false",
4052
4052
  "emitScope": "ClassSurface",
@@ -4066,7 +4066,7 @@
4066
4066
  {
4067
4067
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ICriticalNotifyCompletion::UnsafeOnCompleted(System.Action):System.Void",
4068
4068
  "clrName": "UnsafeOnCompleted",
4069
- "metadataToken": 100696054,
4069
+ "metadataToken": 100696056,
4070
4070
  "canonicalSignature": "(System.Action):System.Void",
4071
4071
  "normalizedSignature": "UnsafeOnCompleted|(System.Action):System.Void|static=false",
4072
4072
  "emitScope": "ViewOnly",
@@ -4087,7 +4087,7 @@
4087
4087
  {
4088
4088
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.INotifyCompletion::OnCompleted(System.Action):System.Void",
4089
4089
  "clrName": "OnCompleted",
4090
- "metadataToken": 100696053,
4090
+ "metadataToken": 100696055,
4091
4091
  "canonicalSignature": "(System.Action):System.Void",
4092
4092
  "normalizedSignature": "OnCompleted|(System.Action):System.Void|static=false",
4093
4093
  "emitScope": "ViewOnly",
@@ -4163,7 +4163,7 @@
4163
4163
  {
4164
4164
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.TaskAwaiter\u00601::OnCompleted(System.Action):System.Void",
4165
4165
  "clrName": "OnCompleted",
4166
- "metadataToken": 100696217,
4166
+ "metadataToken": 100696219,
4167
4167
  "canonicalSignature": "(System.Action):System.Void",
4168
4168
  "normalizedSignature": "OnCompleted|(System.Action):System.Void|static=false",
4169
4169
  "emitScope": "ClassSurface",
@@ -4183,7 +4183,7 @@
4183
4183
  {
4184
4184
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.TaskAwaiter\u00601::UnsafeOnCompleted(System.Action):System.Void",
4185
4185
  "clrName": "UnsafeOnCompleted",
4186
- "metadataToken": 100696218,
4186
+ "metadataToken": 100696220,
4187
4187
  "canonicalSignature": "(System.Action):System.Void",
4188
4188
  "normalizedSignature": "UnsafeOnCompleted|(System.Action):System.Void|static=false",
4189
4189
  "emitScope": "ClassSurface",
@@ -4203,7 +4203,7 @@
4203
4203
  {
4204
4204
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.TaskAwaiter\u00601::GetResult():TResult",
4205
4205
  "clrName": "GetResult",
4206
- "metadataToken": 100696219,
4206
+ "metadataToken": 100696221,
4207
4207
  "canonicalSignature": "():TResult",
4208
4208
  "normalizedSignature": "GetResult|():TResult|static=false",
4209
4209
  "emitScope": "ClassSurface",
@@ -4223,7 +4223,7 @@
4223
4223
  {
4224
4224
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ICriticalNotifyCompletion::UnsafeOnCompleted(System.Action):System.Void",
4225
4225
  "clrName": "UnsafeOnCompleted",
4226
- "metadataToken": 100696054,
4226
+ "metadataToken": 100696056,
4227
4227
  "canonicalSignature": "(System.Action):System.Void",
4228
4228
  "normalizedSignature": "UnsafeOnCompleted|(System.Action):System.Void|static=false",
4229
4229
  "emitScope": "ViewOnly",
@@ -4244,7 +4244,7 @@
4244
4244
  {
4245
4245
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.INotifyCompletion::OnCompleted(System.Action):System.Void",
4246
4246
  "clrName": "OnCompleted",
4247
- "metadataToken": 100696053,
4247
+ "metadataToken": 100696055,
4248
4248
  "canonicalSignature": "(System.Action):System.Void",
4249
4249
  "normalizedSignature": "OnCompleted|(System.Action):System.Void|static=false",
4250
4250
  "emitScope": "ViewOnly",
@@ -4317,7 +4317,7 @@
4317
4317
  {
4318
4318
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ValueTaskAwaiter::GetResult():System.Void",
4319
4319
  "clrName": "GetResult",
4320
- "metadataToken": 100696295,
4320
+ "metadataToken": 100696297,
4321
4321
  "canonicalSignature": "():System.Void",
4322
4322
  "normalizedSignature": "GetResult|():System.Void|static=false",
4323
4323
  "emitScope": "ClassSurface",
@@ -4337,7 +4337,7 @@
4337
4337
  {
4338
4338
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ValueTaskAwaiter::OnCompleted(System.Action):System.Void",
4339
4339
  "clrName": "OnCompleted",
4340
- "metadataToken": 100696296,
4340
+ "metadataToken": 100696298,
4341
4341
  "canonicalSignature": "(System.Action):System.Void",
4342
4342
  "normalizedSignature": "OnCompleted|(System.Action):System.Void|static=false",
4343
4343
  "emitScope": "ClassSurface",
@@ -4357,7 +4357,7 @@
4357
4357
  {
4358
4358
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ValueTaskAwaiter::UnsafeOnCompleted(System.Action):System.Void",
4359
4359
  "clrName": "UnsafeOnCompleted",
4360
- "metadataToken": 100696297,
4360
+ "metadataToken": 100696299,
4361
4361
  "canonicalSignature": "(System.Action):System.Void",
4362
4362
  "normalizedSignature": "UnsafeOnCompleted|(System.Action):System.Void|static=false",
4363
4363
  "emitScope": "ClassSurface",
@@ -4377,7 +4377,7 @@
4377
4377
  {
4378
4378
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ICriticalNotifyCompletion::UnsafeOnCompleted(System.Action):System.Void",
4379
4379
  "clrName": "UnsafeOnCompleted",
4380
- "metadataToken": 100696054,
4380
+ "metadataToken": 100696056,
4381
4381
  "canonicalSignature": "(System.Action):System.Void",
4382
4382
  "normalizedSignature": "UnsafeOnCompleted|(System.Action):System.Void|static=false",
4383
4383
  "emitScope": "ViewOnly",
@@ -4398,7 +4398,7 @@
4398
4398
  {
4399
4399
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.INotifyCompletion::OnCompleted(System.Action):System.Void",
4400
4400
  "clrName": "OnCompleted",
4401
- "metadataToken": 100696053,
4401
+ "metadataToken": 100696055,
4402
4402
  "canonicalSignature": "(System.Action):System.Void",
4403
4403
  "normalizedSignature": "OnCompleted|(System.Action):System.Void|static=false",
4404
4404
  "emitScope": "ViewOnly",
@@ -4474,7 +4474,7 @@
4474
4474
  {
4475
4475
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ValueTaskAwaiter\u00601::GetResult():TResult",
4476
4476
  "clrName": "GetResult",
4477
- "metadataToken": 100696305,
4477
+ "metadataToken": 100696307,
4478
4478
  "canonicalSignature": "():TResult",
4479
4479
  "normalizedSignature": "GetResult|():TResult|static=false",
4480
4480
  "emitScope": "ClassSurface",
@@ -4494,7 +4494,7 @@
4494
4494
  {
4495
4495
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ValueTaskAwaiter\u00601::OnCompleted(System.Action):System.Void",
4496
4496
  "clrName": "OnCompleted",
4497
- "metadataToken": 100696306,
4497
+ "metadataToken": 100696308,
4498
4498
  "canonicalSignature": "(System.Action):System.Void",
4499
4499
  "normalizedSignature": "OnCompleted|(System.Action):System.Void|static=false",
4500
4500
  "emitScope": "ClassSurface",
@@ -4514,7 +4514,7 @@
4514
4514
  {
4515
4515
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ValueTaskAwaiter\u00601::UnsafeOnCompleted(System.Action):System.Void",
4516
4516
  "clrName": "UnsafeOnCompleted",
4517
- "metadataToken": 100696307,
4517
+ "metadataToken": 100696309,
4518
4518
  "canonicalSignature": "(System.Action):System.Void",
4519
4519
  "normalizedSignature": "UnsafeOnCompleted|(System.Action):System.Void|static=false",
4520
4520
  "emitScope": "ClassSurface",
@@ -4534,7 +4534,7 @@
4534
4534
  {
4535
4535
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ICriticalNotifyCompletion::UnsafeOnCompleted(System.Action):System.Void",
4536
4536
  "clrName": "UnsafeOnCompleted",
4537
- "metadataToken": 100696054,
4537
+ "metadataToken": 100696056,
4538
4538
  "canonicalSignature": "(System.Action):System.Void",
4539
4539
  "normalizedSignature": "UnsafeOnCompleted|(System.Action):System.Void|static=false",
4540
4540
  "emitScope": "ViewOnly",
@@ -4555,7 +4555,7 @@
4555
4555
  {
4556
4556
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.INotifyCompletion::OnCompleted(System.Action):System.Void",
4557
4557
  "clrName": "OnCompleted",
4558
- "metadataToken": 100696053,
4558
+ "metadataToken": 100696055,
4559
4559
  "canonicalSignature": "(System.Action):System.Void",
4560
4560
  "normalizedSignature": "OnCompleted|(System.Action):System.Void|static=false",
4561
4561
  "emitScope": "ViewOnly",
@@ -4618,7 +4618,7 @@
4618
4618
  {
4619
4619
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.YieldAwaitable::GetAwaiter():System.Runtime.CompilerServices.YieldAwaitable\u002BYieldAwaiter",
4620
4620
  "clrName": "GetAwaiter",
4621
- "metadataToken": 100696310,
4621
+ "metadataToken": 100696312,
4622
4622
  "canonicalSignature": "():System.Runtime.CompilerServices.YieldAwaitable\u002BYieldAwaiter",
4623
4623
  "normalizedSignature": "GetAwaiter|():System.Runtime.CompilerServices.YieldAwaitable\u002BYieldAwaiter|static=false",
4624
4624
  "emitScope": "ClassSurface",
@@ -4674,7 +4674,7 @@
4674
4674
  {
4675
4675
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.YieldAwaitable\u002BYieldAwaiter::OnCompleted(System.Action):System.Void",
4676
4676
  "clrName": "OnCompleted",
4677
- "metadataToken": 100696312,
4677
+ "metadataToken": 100696314,
4678
4678
  "canonicalSignature": "(System.Action):System.Void",
4679
4679
  "normalizedSignature": "OnCompleted|(System.Action):System.Void|static=false",
4680
4680
  "emitScope": "ClassSurface",
@@ -4694,7 +4694,7 @@
4694
4694
  {
4695
4695
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.YieldAwaitable\u002BYieldAwaiter::UnsafeOnCompleted(System.Action):System.Void",
4696
4696
  "clrName": "UnsafeOnCompleted",
4697
- "metadataToken": 100696313,
4697
+ "metadataToken": 100696315,
4698
4698
  "canonicalSignature": "(System.Action):System.Void",
4699
4699
  "normalizedSignature": "UnsafeOnCompleted|(System.Action):System.Void|static=false",
4700
4700
  "emitScope": "ClassSurface",
@@ -4714,7 +4714,7 @@
4714
4714
  {
4715
4715
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.YieldAwaitable\u002BYieldAwaiter::GetResult():System.Void",
4716
4716
  "clrName": "GetResult",
4717
- "metadataToken": 100696318,
4717
+ "metadataToken": 100696320,
4718
4718
  "canonicalSignature": "():System.Void",
4719
4719
  "normalizedSignature": "GetResult|():System.Void|static=false",
4720
4720
  "emitScope": "ClassSurface",
@@ -4799,7 +4799,7 @@
4799
4799
  "constructors": [
4800
4800
  {
4801
4801
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AccessedThroughPropertyAttribute::.ctor(System.String):void",
4802
- "metadataToken": 100695793,
4802
+ "metadataToken": 100695795,
4803
4803
  "canonicalSignature": "(System.String):void",
4804
4804
  "normalizedSignature": "constructor|(System.String):void|static=false",
4805
4805
  "isStatic": false,
@@ -4832,7 +4832,7 @@
4832
4832
  "constructors": [
4833
4833
  {
4834
4834
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncIteratorStateMachineAttribute::.ctor(System.Type):void",
4835
- "metadataToken": 100695801,
4835
+ "metadataToken": 100695803,
4836
4836
  "canonicalSignature": "(System.Type):void",
4837
4837
  "normalizedSignature": "constructor|(System.Type):void|static=false",
4838
4838
  "isStatic": false,
@@ -4885,7 +4885,7 @@
4885
4885
  "constructors": [
4886
4886
  {
4887
4887
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncMethodBuilderAttribute::.ctor(System.Type):void",
4888
- "metadataToken": 100695802,
4888
+ "metadataToken": 100695804,
4889
4889
  "canonicalSignature": "(System.Type):void",
4890
4890
  "normalizedSignature": "constructor|(System.Type):void|static=false",
4891
4891
  "isStatic": false,
@@ -4918,7 +4918,7 @@
4918
4918
  "constructors": [
4919
4919
  {
4920
4920
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncStateMachineAttribute::.ctor(System.Type):void",
4921
- "metadataToken": 100695814,
4921
+ "metadataToken": 100695816,
4922
4922
  "canonicalSignature": "(System.Type):void",
4923
4923
  "normalizedSignature": "constructor|(System.Type):void|static=false",
4924
4924
  "isStatic": false,
@@ -4951,7 +4951,7 @@
4951
4951
  "constructors": [
4952
4952
  {
4953
4953
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.CallConvCdecl::.ctor():void",
4954
- "metadataToken": 100695915,
4954
+ "metadataToken": 100695917,
4955
4955
  "canonicalSignature": "():void",
4956
4956
  "normalizedSignature": "constructor|():void|static=false",
4957
4957
  "isStatic": false,
@@ -4984,7 +4984,7 @@
4984
4984
  "constructors": [
4985
4985
  {
4986
4986
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.CallConvFastcall::.ctor():void",
4987
- "metadataToken": 100695916,
4987
+ "metadataToken": 100695918,
4988
4988
  "canonicalSignature": "():void",
4989
4989
  "normalizedSignature": "constructor|():void|static=false",
4990
4990
  "isStatic": false,
@@ -5017,7 +5017,7 @@
5017
5017
  "constructors": [
5018
5018
  {
5019
5019
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.CallConvMemberFunction::.ctor():void",
5020
- "metadataToken": 100695921,
5020
+ "metadataToken": 100695923,
5021
5021
  "canonicalSignature": "():void",
5022
5022
  "normalizedSignature": "constructor|():void|static=false",
5023
5023
  "isStatic": false,
@@ -5050,7 +5050,7 @@
5050
5050
  "constructors": [
5051
5051
  {
5052
5052
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.CallConvStdcall::.ctor():void",
5053
- "metadataToken": 100695917,
5053
+ "metadataToken": 100695919,
5054
5054
  "canonicalSignature": "():void",
5055
5055
  "normalizedSignature": "constructor|():void|static=false",
5056
5056
  "isStatic": false,
@@ -5083,7 +5083,7 @@
5083
5083
  "constructors": [
5084
5084
  {
5085
5085
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.CallConvSuppressGCTransition::.ctor():void",
5086
- "metadataToken": 100695919,
5086
+ "metadataToken": 100695921,
5087
5087
  "canonicalSignature": "():void",
5088
5088
  "normalizedSignature": "constructor|():void|static=false",
5089
5089
  "isStatic": false,
@@ -5116,7 +5116,7 @@
5116
5116
  "constructors": [
5117
5117
  {
5118
5118
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.CallConvSwift::.ctor():void",
5119
- "metadataToken": 100695918,
5119
+ "metadataToken": 100695920,
5120
5120
  "canonicalSignature": "():void",
5121
5121
  "normalizedSignature": "constructor|():void|static=false",
5122
5122
  "isStatic": false,
@@ -5149,7 +5149,7 @@
5149
5149
  "constructors": [
5150
5150
  {
5151
5151
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.CallConvThiscall::.ctor():void",
5152
- "metadataToken": 100695920,
5152
+ "metadataToken": 100695922,
5153
5153
  "canonicalSignature": "():void",
5154
5154
  "normalizedSignature": "constructor|():void|static=false",
5155
5155
  "isStatic": false,
@@ -5202,7 +5202,7 @@
5202
5202
  "constructors": [
5203
5203
  {
5204
5204
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.CallerArgumentExpressionAttribute::.ctor(System.String):void",
5205
- "metadataToken": 100695910,
5205
+ "metadataToken": 100695912,
5206
5206
  "canonicalSignature": "(System.String):void",
5207
5207
  "normalizedSignature": "constructor|(System.String):void|static=false",
5208
5208
  "isStatic": false,
@@ -5235,7 +5235,7 @@
5235
5235
  "constructors": [
5236
5236
  {
5237
5237
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.CallerFilePathAttribute::.ctor():void",
5238
- "metadataToken": 100695912,
5238
+ "metadataToken": 100695914,
5239
5239
  "canonicalSignature": "():void",
5240
5240
  "normalizedSignature": "constructor|():void|static=false",
5241
5241
  "isStatic": false,
@@ -5268,7 +5268,7 @@
5268
5268
  "constructors": [
5269
5269
  {
5270
5270
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.CallerLineNumberAttribute::.ctor():void",
5271
- "metadataToken": 100695913,
5271
+ "metadataToken": 100695915,
5272
5272
  "canonicalSignature": "():void",
5273
5273
  "normalizedSignature": "constructor|():void|static=false",
5274
5274
  "isStatic": false,
@@ -5301,7 +5301,7 @@
5301
5301
  "constructors": [
5302
5302
  {
5303
5303
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.CallerMemberNameAttribute::.ctor():void",
5304
- "metadataToken": 100695914,
5304
+ "metadataToken": 100695916,
5305
5305
  "canonicalSignature": "():void",
5306
5306
  "normalizedSignature": "constructor|():void|static=false",
5307
5307
  "isStatic": false,
@@ -5685,7 +5685,7 @@
5685
5685
  "constructors": [
5686
5686
  {
5687
5687
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.CollectionBuilderAttribute::.ctor(System.Type,System.String):void",
5688
- "metadataToken": 100695922,
5688
+ "metadataToken": 100695924,
5689
5689
  "canonicalSignature": "(System.Type,System.String):void",
5690
5690
  "normalizedSignature": "constructor|(System.Type,System.String):void|static=false",
5691
5691
  "isStatic": false,
@@ -5738,7 +5738,7 @@
5738
5738
  "constructors": [
5739
5739
  {
5740
5740
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.CompilationRelaxationsAttribute::.ctor(System.Int32):void",
5741
- "metadataToken": 100695926,
5741
+ "metadataToken": 100695928,
5742
5742
  "canonicalSignature": "(System.Int32):void",
5743
5743
  "normalizedSignature": "constructor|(System.Int32):void|static=false",
5744
5744
  "isStatic": false,
@@ -5749,7 +5749,7 @@
5749
5749
  },
5750
5750
  {
5751
5751
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.CompilationRelaxationsAttribute::.ctor(System.Runtime.CompilerServices.CompilationRelaxations):void",
5752
- "metadataToken": 100695927,
5752
+ "metadataToken": 100695929,
5753
5753
  "canonicalSignature": "(System.Runtime.CompilerServices.CompilationRelaxations):void",
5754
5754
  "normalizedSignature": "constructor|(System.Runtime.CompilerServices.CompilationRelaxations):void|static=false",
5755
5755
  "isStatic": false,
@@ -5820,7 +5820,7 @@
5820
5820
  {
5821
5821
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.CompilerFeatureRequiredAttribute::RefStructsSystem.String",
5822
5822
  "clrName": "RefStructs",
5823
- "metadataToken": 67114325,
5823
+ "metadataToken": 67114320,
5824
5824
  "normalizedSignature": "RefStructs|System.String|static=true|const=true",
5825
5825
  "isStatic": true,
5826
5826
  "isReadOnly": false,
@@ -5832,7 +5832,7 @@
5832
5832
  {
5833
5833
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.CompilerFeatureRequiredAttribute::RequiredMembersSystem.String",
5834
5834
  "clrName": "RequiredMembers",
5835
- "metadataToken": 67114326,
5835
+ "metadataToken": 67114321,
5836
5836
  "normalizedSignature": "RequiredMembers|System.String|static=true|const=true",
5837
5837
  "isStatic": true,
5838
5838
  "isReadOnly": false,
@@ -5846,7 +5846,7 @@
5846
5846
  "constructors": [
5847
5847
  {
5848
5848
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.CompilerFeatureRequiredAttribute::.ctor(System.String):void",
5849
- "metadataToken": 100695929,
5849
+ "metadataToken": 100695931,
5850
5850
  "canonicalSignature": "(System.String):void",
5851
5851
  "normalizedSignature": "constructor|(System.String):void|static=false",
5852
5852
  "isStatic": false,
@@ -5879,7 +5879,7 @@
5879
5879
  "constructors": [
5880
5880
  {
5881
5881
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor():void",
5882
- "metadataToken": 100695933,
5882
+ "metadataToken": 100695935,
5883
5883
  "canonicalSignature": "():void",
5884
5884
  "normalizedSignature": "constructor|():void|static=false",
5885
5885
  "isStatic": false,
@@ -5912,7 +5912,7 @@
5912
5912
  "constructors": [
5913
5913
  {
5914
5914
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.CompilerGlobalScopeAttribute::.ctor():void",
5915
- "metadataToken": 100695935,
5915
+ "metadataToken": 100695937,
5916
5916
  "canonicalSignature": "():void",
5917
5917
  "normalizedSignature": "constructor|():void|static=false",
5918
5918
  "isStatic": false,
@@ -5945,7 +5945,7 @@
5945
5945
  "constructors": [
5946
5946
  {
5947
5947
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.CompilerLoweringPreserveAttribute::.ctor():void",
5948
- "metadataToken": 100695934,
5948
+ "metadataToken": 100695936,
5949
5949
  "canonicalSignature": "():void",
5950
5950
  "normalizedSignature": "constructor|():void|static=false",
5951
5951
  "isStatic": false,
@@ -5992,7 +5992,7 @@
5992
5992
  {
5993
5993
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConditionalWeakTable\u00602::TryGetValue(TKey,TValue\u0026):System.Boolean",
5994
5994
  "clrName": "TryGetValue",
5995
- "metadataToken": 100695937,
5995
+ "metadataToken": 100695939,
5996
5996
  "canonicalSignature": "(TKey,TValue\u0026):System.Boolean",
5997
5997
  "normalizedSignature": "TryGetValue|(TKey,TValue\u0026):System.Boolean|static=false",
5998
5998
  "emitScope": "ClassSurface",
@@ -6018,7 +6018,7 @@
6018
6018
  {
6019
6019
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConditionalWeakTable\u00602::Add(TKey,TValue):System.Void",
6020
6020
  "clrName": "Add",
6021
- "metadataToken": 100695938,
6021
+ "metadataToken": 100695940,
6022
6022
  "canonicalSignature": "(TKey,TValue):System.Void",
6023
6023
  "normalizedSignature": "Add|(TKey,TValue):System.Void|static=false",
6024
6024
  "emitScope": "ClassSurface",
@@ -6038,7 +6038,7 @@
6038
6038
  {
6039
6039
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConditionalWeakTable\u00602::TryAdd(TKey,TValue):System.Boolean",
6040
6040
  "clrName": "TryAdd",
6041
- "metadataToken": 100695939,
6041
+ "metadataToken": 100695941,
6042
6042
  "canonicalSignature": "(TKey,TValue):System.Boolean",
6043
6043
  "normalizedSignature": "TryAdd|(TKey,TValue):System.Boolean|static=false",
6044
6044
  "emitScope": "ClassSurface",
@@ -6058,7 +6058,7 @@
6058
6058
  {
6059
6059
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConditionalWeakTable\u00602::AddOrUpdate(TKey,TValue):System.Void",
6060
6060
  "clrName": "AddOrUpdate",
6061
- "metadataToken": 100695940,
6061
+ "metadataToken": 100695942,
6062
6062
  "canonicalSignature": "(TKey,TValue):System.Void",
6063
6063
  "normalizedSignature": "AddOrUpdate|(TKey,TValue):System.Void|static=false",
6064
6064
  "emitScope": "ClassSurface",
@@ -6078,7 +6078,7 @@
6078
6078
  {
6079
6079
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConditionalWeakTable\u00602::Remove(TKey):System.Boolean",
6080
6080
  "clrName": "Remove",
6081
- "metadataToken": 100695941,
6081
+ "metadataToken": 100695943,
6082
6082
  "canonicalSignature": "(TKey):System.Boolean",
6083
6083
  "normalizedSignature": "Remove|(TKey):System.Boolean|static=false",
6084
6084
  "emitScope": "ClassSurface",
@@ -6098,7 +6098,7 @@
6098
6098
  {
6099
6099
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConditionalWeakTable\u00602::Remove(TKey,TValue\u0026):System.Boolean",
6100
6100
  "clrName": "Remove",
6101
- "metadataToken": 100695942,
6101
+ "metadataToken": 100695944,
6102
6102
  "canonicalSignature": "(TKey,TValue\u0026):System.Boolean",
6103
6103
  "normalizedSignature": "Remove|(TKey,TValue\u0026):System.Boolean|static=false",
6104
6104
  "emitScope": "ClassSurface",
@@ -6124,7 +6124,7 @@
6124
6124
  {
6125
6125
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConditionalWeakTable\u00602::Clear():System.Void",
6126
6126
  "clrName": "Clear",
6127
- "metadataToken": 100695943,
6127
+ "metadataToken": 100695945,
6128
6128
  "canonicalSignature": "():System.Void",
6129
6129
  "normalizedSignature": "Clear|():System.Void|static=false",
6130
6130
  "emitScope": "ClassSurface",
@@ -6144,7 +6144,7 @@
6144
6144
  {
6145
6145
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConditionalWeakTable\u00602::GetOrAdd(TKey,TValue):TValue",
6146
6146
  "clrName": "GetOrAdd",
6147
- "metadataToken": 100695944,
6147
+ "metadataToken": 100695946,
6148
6148
  "canonicalSignature": "(TKey,TValue):TValue",
6149
6149
  "normalizedSignature": "GetOrAdd|(TKey,TValue):TValue|static=false",
6150
6150
  "emitScope": "ClassSurface",
@@ -6164,7 +6164,7 @@
6164
6164
  {
6165
6165
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConditionalWeakTable\u00602::GetOrAdd(TKey,Func_2):TValue",
6166
6166
  "clrName": "GetOrAdd",
6167
- "metadataToken": 100695945,
6167
+ "metadataToken": 100695947,
6168
6168
  "canonicalSignature": "(TKey,Func_2):TValue",
6169
6169
  "normalizedSignature": "GetOrAdd|(TKey,Func_2):TValue|static=false",
6170
6170
  "emitScope": "ClassSurface",
@@ -6184,7 +6184,7 @@
6184
6184
  {
6185
6185
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConditionalWeakTable\u00602::GetOrAdd(TKey,Func_3,TArg):TValue",
6186
6186
  "clrName": "GetOrAdd",
6187
- "metadataToken": 100695946,
6187
+ "metadataToken": 100695948,
6188
6188
  "canonicalSignature": "(TKey,Func_3,TArg):TValue",
6189
6189
  "normalizedSignature": "GetOrAdd|(TKey,Func_3,TArg):TValue|static=false",
6190
6190
  "emitScope": "ClassSurface",
@@ -6204,7 +6204,7 @@
6204
6204
  {
6205
6205
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConditionalWeakTable\u00602::GetValue(TKey,CreateValueCallback):TValue",
6206
6206
  "clrName": "GetValue",
6207
- "metadataToken": 100695947,
6207
+ "metadataToken": 100695949,
6208
6208
  "canonicalSignature": "(TKey,CreateValueCallback):TValue",
6209
6209
  "normalizedSignature": "GetValue|(TKey,CreateValueCallback):TValue|static=false",
6210
6210
  "emitScope": "ClassSurface",
@@ -6224,7 +6224,7 @@
6224
6224
  {
6225
6225
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConditionalWeakTable\u00602::GetOrCreateValue(TKey):TValue",
6226
6226
  "clrName": "GetOrCreateValue",
6227
- "metadataToken": 100695949,
6227
+ "metadataToken": 100695951,
6228
6228
  "canonicalSignature": "(TKey):TValue",
6229
6229
  "normalizedSignature": "GetOrCreateValue|(TKey):TValue|static=false",
6230
6230
  "emitScope": "ClassSurface",
@@ -6244,7 +6244,7 @@
6244
6244
  {
6245
6245
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
6246
6246
  "clrName": "GetEnumerator",
6247
- "metadataToken": 100704560,
6247
+ "metadataToken": 100704565,
6248
6248
  "canonicalSignature": "():IEnumerator_1",
6249
6249
  "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
6250
6250
  "emitScope": "ViewOnly",
@@ -6265,7 +6265,7 @@
6265
6265
  {
6266
6266
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
6267
6267
  "clrName": "GetEnumerator",
6268
- "metadataToken": 100703845,
6268
+ "metadataToken": 100703850,
6269
6269
  "canonicalSignature": "():System.Collections.IEnumerator",
6270
6270
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
6271
6271
  "emitScope": "ViewOnly",
@@ -6290,7 +6290,7 @@
6290
6290
  "constructors": [
6291
6291
  {
6292
6292
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConditionalWeakTable\u00602::.ctor():void",
6293
- "metadataToken": 100695936,
6293
+ "metadataToken": 100695938,
6294
6294
  "canonicalSignature": "():void",
6295
6295
  "normalizedSignature": "constructor|():void|static=false",
6296
6296
  "isStatic": false,
@@ -6334,7 +6334,7 @@
6334
6334
  {
6335
6335
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConditionalWeakTable\u00602\u002BCreateValueCallback::Invoke(TKey):TValue",
6336
6336
  "clrName": "Invoke",
6337
- "metadataToken": 100695954,
6337
+ "metadataToken": 100695956,
6338
6338
  "canonicalSignature": "(TKey):TValue",
6339
6339
  "normalizedSignature": "Invoke|(TKey):TValue|static=false",
6340
6340
  "emitScope": "ClassSurface",
@@ -6354,7 +6354,7 @@
6354
6354
  {
6355
6355
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConditionalWeakTable\u00602\u002BCreateValueCallback::BeginInvoke(TKey,System.AsyncCallback,System.Object):System.IAsyncResult",
6356
6356
  "clrName": "BeginInvoke",
6357
- "metadataToken": 100695955,
6357
+ "metadataToken": 100695957,
6358
6358
  "canonicalSignature": "(TKey,System.AsyncCallback,System.Object):System.IAsyncResult",
6359
6359
  "normalizedSignature": "BeginInvoke|(TKey,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
6360
6360
  "emitScope": "ClassSurface",
@@ -6374,7 +6374,7 @@
6374
6374
  {
6375
6375
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConditionalWeakTable\u00602\u002BCreateValueCallback::EndInvoke(System.IAsyncResult):TValue",
6376
6376
  "clrName": "EndInvoke",
6377
- "metadataToken": 100695956,
6377
+ "metadataToken": 100695958,
6378
6378
  "canonicalSignature": "(System.IAsyncResult):TValue",
6379
6379
  "normalizedSignature": "EndInvoke|(System.IAsyncResult):TValue|static=false",
6380
6380
  "emitScope": "ClassSurface",
@@ -6398,7 +6398,7 @@
6398
6398
  "constructors": [
6399
6399
  {
6400
6400
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConditionalWeakTable\u00602\u002BCreateValueCallback::.ctor(System.Object,System.IntPtr):void",
6401
- "metadataToken": 100695953,
6401
+ "metadataToken": 100695955,
6402
6402
  "canonicalSignature": "(System.Object,System.IntPtr):void",
6403
6403
  "normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
6404
6404
  "isStatic": false,
@@ -6464,7 +6464,7 @@
6464
6464
  "constructors": [
6465
6465
  {
6466
6466
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.CreateNewOnMetadataUpdateAttribute::.ctor():void",
6467
- "metadataToken": 100696015,
6467
+ "metadataToken": 100696017,
6468
6468
  "canonicalSignature": "():void",
6469
6469
  "normalizedSignature": "constructor|():void|static=false",
6470
6470
  "isStatic": false,
@@ -6517,7 +6517,7 @@
6517
6517
  "constructors": [
6518
6518
  {
6519
6519
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.CustomConstantAttribute::.ctor():void",
6520
- "metadataToken": 100696017,
6520
+ "metadataToken": 100696019,
6521
6521
  "canonicalSignature": "():void",
6522
6522
  "normalizedSignature": "constructor|():void|static=false",
6523
6523
  "isStatic": false,
@@ -6570,7 +6570,7 @@
6570
6570
  "constructors": [
6571
6571
  {
6572
6572
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.DateTimeConstantAttribute::.ctor(System.Int64):void",
6573
- "metadataToken": 100696018,
6573
+ "metadataToken": 100696020,
6574
6574
  "canonicalSignature": "(System.Int64):void",
6575
6575
  "normalizedSignature": "constructor|(System.Int64):void|static=false",
6576
6576
  "isStatic": false,
@@ -6697,7 +6697,7 @@
6697
6697
  "constructors": [
6698
6698
  {
6699
6699
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.DecimalConstantAttribute::.ctor(System.Byte,System.Byte,System.UInt32,System.UInt32,System.UInt32):void",
6700
- "metadataToken": 100696020,
6700
+ "metadataToken": 100696022,
6701
6701
  "canonicalSignature": "(System.Byte,System.Byte,System.UInt32,System.UInt32,System.UInt32):void",
6702
6702
  "normalizedSignature": "constructor|(System.Byte,System.Byte,System.UInt32,System.UInt32,System.UInt32):void|static=false",
6703
6703
  "isStatic": false,
@@ -6708,7 +6708,7 @@
6708
6708
  },
6709
6709
  {
6710
6710
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.DecimalConstantAttribute::.ctor(System.Byte,System.Byte,System.Int32,System.Int32,System.Int32):void",
6711
- "metadataToken": 100696021,
6711
+ "metadataToken": 100696023,
6712
6712
  "canonicalSignature": "(System.Byte,System.Byte,System.Int32,System.Int32,System.Int32):void",
6713
6713
  "normalizedSignature": "constructor|(System.Byte,System.Byte,System.Int32,System.Int32,System.Int32):void|static=false",
6714
6714
  "isStatic": false,
@@ -6761,7 +6761,7 @@
6761
6761
  "constructors": [
6762
6762
  {
6763
6763
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.DefaultDependencyAttribute::.ctor(System.Runtime.CompilerServices.LoadHint):void",
6764
- "metadataToken": 100696023,
6764
+ "metadataToken": 100696025,
6765
6765
  "canonicalSignature": "(System.Runtime.CompilerServices.LoadHint):void",
6766
6766
  "normalizedSignature": "constructor|(System.Runtime.CompilerServices.LoadHint):void|static=false",
6767
6767
  "isStatic": false,
@@ -6833,7 +6833,7 @@
6833
6833
  "constructors": [
6834
6834
  {
6835
6835
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.DependencyAttribute::.ctor(System.String,System.Runtime.CompilerServices.LoadHint):void",
6836
- "metadataToken": 100696025,
6836
+ "metadataToken": 100696027,
6837
6837
  "canonicalSignature": "(System.String,System.Runtime.CompilerServices.LoadHint):void",
6838
6838
  "normalizedSignature": "constructor|(System.String,System.Runtime.CompilerServices.LoadHint):void|static=false",
6839
6839
  "isStatic": false,
@@ -6866,7 +6866,7 @@
6866
6866
  "constructors": [
6867
6867
  {
6868
6868
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.DisablePrivateReflectionAttribute::.ctor():void",
6869
- "metadataToken": 100696028,
6869
+ "metadataToken": 100696030,
6870
6870
  "canonicalSignature": "():void",
6871
6871
  "normalizedSignature": "constructor|():void|static=false",
6872
6872
  "isStatic": false,
@@ -6899,7 +6899,7 @@
6899
6899
  "constructors": [
6900
6900
  {
6901
6901
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.DisableRuntimeMarshallingAttribute::.ctor():void",
6902
- "metadataToken": 100696029,
6902
+ "metadataToken": 100696031,
6903
6903
  "canonicalSignature": "():void",
6904
6904
  "normalizedSignature": "constructor|():void|static=false",
6905
6905
  "isStatic": false,
@@ -6932,7 +6932,7 @@
6932
6932
  "constructors": [
6933
6933
  {
6934
6934
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.DiscardableAttribute::.ctor():void",
6935
- "metadataToken": 100696030,
6935
+ "metadataToken": 100696032,
6936
6936
  "canonicalSignature": "():void",
6937
6937
  "normalizedSignature": "constructor|():void|static=false",
6938
6938
  "isStatic": false,
@@ -7029,7 +7029,7 @@
7029
7029
  "constructors": [
7030
7030
  {
7031
7031
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.EnumeratorCancellationAttribute::.ctor():void",
7032
- "metadataToken": 100696031,
7032
+ "metadataToken": 100696033,
7033
7033
  "canonicalSignature": "():void",
7034
7034
  "normalizedSignature": "constructor|():void|static=false",
7035
7035
  "isStatic": false,
@@ -7062,7 +7062,7 @@
7062
7062
  "constructors": [
7063
7063
  {
7064
7064
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ExtensionAttribute::.ctor():void",
7065
- "metadataToken": 100696032,
7065
+ "metadataToken": 100696034,
7066
7066
  "canonicalSignature": "():void",
7067
7067
  "normalizedSignature": "constructor|():void|static=false",
7068
7068
  "isStatic": false,
@@ -7115,7 +7115,7 @@
7115
7115
  "constructors": [
7116
7116
  {
7117
7117
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ExtensionMarkerAttribute::.ctor(System.String):void",
7118
- "metadataToken": 100696033,
7118
+ "metadataToken": 100696035,
7119
7119
  "canonicalSignature": "(System.String):void",
7120
7120
  "normalizedSignature": "constructor|(System.String):void|static=false",
7121
7121
  "isStatic": false,
@@ -7148,7 +7148,7 @@
7148
7148
  "constructors": [
7149
7149
  {
7150
7150
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.FixedAddressValueTypeAttribute::.ctor():void",
7151
- "metadataToken": 100696035,
7151
+ "metadataToken": 100696037,
7152
7152
  "canonicalSignature": "():void",
7153
7153
  "normalizedSignature": "constructor|():void|static=false",
7154
7154
  "isStatic": false,
@@ -7220,7 +7220,7 @@
7220
7220
  "constructors": [
7221
7221
  {
7222
7222
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.FixedBufferAttribute::.ctor(System.Type,System.Int32):void",
7223
- "metadataToken": 100696036,
7223
+ "metadataToken": 100696038,
7224
7224
  "canonicalSignature": "(System.Type,System.Int32):void",
7225
7225
  "normalizedSignature": "constructor|(System.Type,System.Int32):void|static=false",
7226
7226
  "isStatic": false,
@@ -7339,7 +7339,7 @@
7339
7339
  "constructors": [
7340
7340
  {
7341
7341
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.IndexerNameAttribute::.ctor(System.String):void",
7342
- "metadataToken": 100696052,
7342
+ "metadataToken": 100696054,
7343
7343
  "canonicalSignature": "(System.String):void",
7344
7344
  "normalizedSignature": "constructor|(System.String):void|static=false",
7345
7345
  "isStatic": false,
@@ -7392,7 +7392,7 @@
7392
7392
  "constructors": [
7393
7393
  {
7394
7394
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.InlineArrayAttribute::.ctor(System.Int32):void",
7395
- "metadataToken": 100696061,
7395
+ "metadataToken": 100696063,
7396
7396
  "canonicalSignature": "(System.Int32):void",
7397
7397
  "normalizedSignature": "constructor|(System.Int32):void|static=false",
7398
7398
  "isStatic": false,
@@ -7464,7 +7464,7 @@
7464
7464
  "constructors": [
7465
7465
  {
7466
7466
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.InternalsVisibleToAttribute::.ctor(System.String):void",
7467
- "metadataToken": 100696055,
7467
+ "metadataToken": 100696057,
7468
7468
  "canonicalSignature": "(System.String):void",
7469
7469
  "normalizedSignature": "constructor|(System.String):void|static=false",
7470
7470
  "isStatic": false,
@@ -7517,7 +7517,7 @@
7517
7517
  "constructors": [
7518
7518
  {
7519
7519
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.InterpolatedStringHandlerArgumentAttribute::.ctor(System.String):void",
7520
- "metadataToken": 100696065,
7520
+ "metadataToken": 100696067,
7521
7521
  "canonicalSignature": "(System.String):void",
7522
7522
  "normalizedSignature": "constructor|(System.String):void|static=false",
7523
7523
  "isStatic": false,
@@ -7528,7 +7528,7 @@
7528
7528
  },
7529
7529
  {
7530
7530
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.InterpolatedStringHandlerArgumentAttribute::.ctor(System.String[]):void",
7531
- "metadataToken": 100696066,
7531
+ "metadataToken": 100696068,
7532
7532
  "canonicalSignature": "(System.String[]):void",
7533
7533
  "normalizedSignature": "constructor|(System.String[]):void|static=false",
7534
7534
  "isStatic": false,
@@ -7561,7 +7561,7 @@
7561
7561
  "constructors": [
7562
7562
  {
7563
7563
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.InterpolatedStringHandlerAttribute::.ctor():void",
7564
- "metadataToken": 100696064,
7564
+ "metadataToken": 100696066,
7565
7565
  "canonicalSignature": "():void",
7566
7566
  "normalizedSignature": "constructor|():void|static=false",
7567
7567
  "isStatic": false,
@@ -7594,7 +7594,7 @@
7594
7594
  "constructors": [
7595
7595
  {
7596
7596
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.IsByRefLikeAttribute::.ctor():void",
7597
- "metadataToken": 100696060,
7597
+ "metadataToken": 100696062,
7598
7598
  "canonicalSignature": "():void",
7599
7599
  "normalizedSignature": "constructor|():void|static=false",
7600
7600
  "isStatic": false,
@@ -7627,7 +7627,7 @@
7627
7627
  "constructors": [
7628
7628
  {
7629
7629
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.IsReadOnlyAttribute::.ctor():void",
7630
- "metadataToken": 100696063,
7630
+ "metadataToken": 100696065,
7631
7631
  "canonicalSignature": "():void",
7632
7632
  "normalizedSignature": "constructor|():void|static=false",
7633
7633
  "isStatic": false,
@@ -7660,7 +7660,7 @@
7660
7660
  "constructors": [
7661
7661
  {
7662
7662
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.IsUnmanagedAttribute::.ctor():void",
7663
- "metadataToken": 100696096,
7663
+ "metadataToken": 100696098,
7664
7664
  "canonicalSignature": "():void",
7665
7665
  "normalizedSignature": "constructor|():void|static=false",
7666
7666
  "isStatic": false,
@@ -7693,7 +7693,7 @@
7693
7693
  "constructors": [
7694
7694
  {
7695
7695
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.IteratorStateMachineAttribute::.ctor(System.Type):void",
7696
- "metadataToken": 100696097,
7696
+ "metadataToken": 100696099,
7697
7697
  "canonicalSignature": "(System.Type):void",
7698
7698
  "normalizedSignature": "constructor|(System.Type):void|static=false",
7699
7699
  "isStatic": false,
@@ -7779,7 +7779,7 @@
7779
7779
  "constructors": [
7780
7780
  {
7781
7781
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.MetadataUpdateDeletedAttribute::.ctor():void",
7782
- "metadataToken": 100696105,
7782
+ "metadataToken": 100696107,
7783
7783
  "canonicalSignature": "():void",
7784
7784
  "normalizedSignature": "constructor|():void|static=false",
7785
7785
  "isStatic": false,
@@ -7832,7 +7832,7 @@
7832
7832
  "constructors": [
7833
7833
  {
7834
7834
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.MetadataUpdateOriginalTypeAttribute::.ctor(System.Type):void",
7835
- "metadataToken": 100696106,
7835
+ "metadataToken": 100696108,
7836
7836
  "canonicalSignature": "(System.Type):void",
7837
7837
  "normalizedSignature": "constructor|(System.Type):void|static=false",
7838
7838
  "isStatic": false,
@@ -7884,7 +7884,7 @@
7884
7884
  {
7885
7885
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.MethodImplAttribute::MethodCodeTypeSystem.Runtime.CompilerServices.MethodCodeType",
7886
7886
  "clrName": "MethodCodeType",
7887
- "metadataToken": 67114402,
7887
+ "metadataToken": 67114397,
7888
7888
  "normalizedSignature": "MethodCodeType|System.Runtime.CompilerServices.MethodCodeType|static=false|const=false",
7889
7889
  "isStatic": false,
7890
7890
  "isReadOnly": false,
@@ -7898,7 +7898,7 @@
7898
7898
  "constructors": [
7899
7899
  {
7900
7900
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.MethodImplAttribute::.ctor(System.Runtime.CompilerServices.MethodImplOptions):void",
7901
- "metadataToken": 100696100,
7901
+ "metadataToken": 100696102,
7902
7902
  "canonicalSignature": "(System.Runtime.CompilerServices.MethodImplOptions):void",
7903
7903
  "normalizedSignature": "constructor|(System.Runtime.CompilerServices.MethodImplOptions):void|static=false",
7904
7904
  "isStatic": false,
@@ -7909,7 +7909,7 @@
7909
7909
  },
7910
7910
  {
7911
7911
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.MethodImplAttribute::.ctor(System.Int16):void",
7912
- "metadataToken": 100696101,
7912
+ "metadataToken": 100696103,
7913
7913
  "canonicalSignature": "(System.Int16):void",
7914
7914
  "normalizedSignature": "constructor|(System.Int16):void|static=false",
7915
7915
  "isStatic": false,
@@ -7920,7 +7920,7 @@
7920
7920
  },
7921
7921
  {
7922
7922
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.MethodImplAttribute::.ctor():void",
7923
- "metadataToken": 100696102,
7923
+ "metadataToken": 100696104,
7924
7924
  "canonicalSignature": "():void",
7925
7925
  "normalizedSignature": "constructor|():void|static=false",
7926
7926
  "isStatic": false,
@@ -7953,7 +7953,7 @@
7953
7953
  "constructors": [
7954
7954
  {
7955
7955
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ModuleInitializerAttribute::.ctor():void",
7956
- "metadataToken": 100696104,
7956
+ "metadataToken": 100696106,
7957
7957
  "canonicalSignature": "():void",
7958
7958
  "normalizedSignature": "constructor|():void|static=false",
7959
7959
  "isStatic": false,
@@ -8018,7 +8018,7 @@
8018
8018
  {
8019
8019
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.NullableAttribute::NullableFlagsSystem.Byte[]",
8020
8020
  "clrName": "NullableFlags",
8021
- "metadataToken": 67114416,
8021
+ "metadataToken": 67114411,
8022
8022
  "normalizedSignature": "NullableFlags|System.Byte[]|static=false|const=false",
8023
8023
  "isStatic": false,
8024
8024
  "isReadOnly": true,
@@ -8032,7 +8032,7 @@
8032
8032
  "constructors": [
8033
8033
  {
8034
8034
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.NullableAttribute::.ctor(System.Byte):void",
8035
- "metadataToken": 100696108,
8035
+ "metadataToken": 100696110,
8036
8036
  "canonicalSignature": "(System.Byte):void",
8037
8037
  "normalizedSignature": "constructor|(System.Byte):void|static=false",
8038
8038
  "isStatic": false,
@@ -8043,7 +8043,7 @@
8043
8043
  },
8044
8044
  {
8045
8045
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.NullableAttribute::.ctor(System.Byte[]):void",
8046
- "metadataToken": 100696109,
8046
+ "metadataToken": 100696111,
8047
8047
  "canonicalSignature": "(System.Byte[]):void",
8048
8048
  "normalizedSignature": "constructor|(System.Byte[]):void|static=false",
8049
8049
  "isStatic": false,
@@ -8075,7 +8075,7 @@
8075
8075
  {
8076
8076
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.NullableContextAttribute::FlagSystem.Byte",
8077
8077
  "clrName": "Flag",
8078
- "metadataToken": 67114417,
8078
+ "metadataToken": 67114412,
8079
8079
  "normalizedSignature": "Flag|System.Byte|static=false|const=false",
8080
8080
  "isStatic": false,
8081
8081
  "isReadOnly": true,
@@ -8089,7 +8089,7 @@
8089
8089
  "constructors": [
8090
8090
  {
8091
8091
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.NullableContextAttribute::.ctor(System.Byte):void",
8092
- "metadataToken": 100696110,
8092
+ "metadataToken": 100696112,
8093
8093
  "canonicalSignature": "(System.Byte):void",
8094
8094
  "normalizedSignature": "constructor|(System.Byte):void|static=false",
8095
8095
  "isStatic": false,
@@ -8121,7 +8121,7 @@
8121
8121
  {
8122
8122
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.NullablePublicOnlyAttribute::IncludesInternalsSystem.Boolean",
8123
8123
  "clrName": "IncludesInternals",
8124
- "metadataToken": 67114418,
8124
+ "metadataToken": 67114413,
8125
8125
  "normalizedSignature": "IncludesInternals|System.Boolean|static=false|const=false",
8126
8126
  "isStatic": false,
8127
8127
  "isReadOnly": true,
@@ -8135,7 +8135,7 @@
8135
8135
  "constructors": [
8136
8136
  {
8137
8137
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.NullablePublicOnlyAttribute::.ctor(System.Boolean):void",
8138
- "metadataToken": 100696111,
8138
+ "metadataToken": 100696113,
8139
8139
  "canonicalSignature": "(System.Boolean):void",
8140
8140
  "normalizedSignature": "constructor|(System.Boolean):void|static=false",
8141
8141
  "isStatic": false,
@@ -8188,7 +8188,7 @@
8188
8188
  "constructors": [
8189
8189
  {
8190
8190
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.OverloadResolutionPriorityAttribute::.ctor(System.Int32):void",
8191
- "metadataToken": 100696162,
8191
+ "metadataToken": 100696164,
8192
8192
  "canonicalSignature": "(System.Int32):void",
8193
8193
  "normalizedSignature": "constructor|(System.Int32):void|static=false",
8194
8194
  "isStatic": false,
@@ -8221,7 +8221,7 @@
8221
8221
  "constructors": [
8222
8222
  {
8223
8223
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ParamCollectionAttribute::.ctor():void",
8224
- "metadataToken": 100696115,
8224
+ "metadataToken": 100696117,
8225
8225
  "canonicalSignature": "():void",
8226
8226
  "normalizedSignature": "constructor|():void|static=false",
8227
8227
  "isStatic": false,
@@ -8254,7 +8254,7 @@
8254
8254
  "constructors": [
8255
8255
  {
8256
8256
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.PreserveBaseOverridesAttribute::.ctor():void",
8257
- "metadataToken": 100696161,
8257
+ "metadataToken": 100696163,
8258
8258
  "canonicalSignature": "():void",
8259
8259
  "normalizedSignature": "constructor|():void|static=false",
8260
8260
  "isStatic": false,
@@ -8582,7 +8582,7 @@
8582
8582
  {
8583
8583
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
8584
8584
  "clrName": "GetEnumerator",
8585
- "metadataToken": 100703845,
8585
+ "metadataToken": 100703850,
8586
8586
  "canonicalSignature": "():System.Collections.IEnumerator",
8587
8587
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
8588
8588
  "emitScope": "ViewOnly",
@@ -8603,7 +8603,7 @@
8603
8603
  {
8604
8604
  "stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
8605
8605
  "clrName": "Add",
8606
- "metadataToken": 100703854,
8606
+ "metadataToken": 100703859,
8607
8607
  "canonicalSignature": "(System.Object):System.Int32",
8608
8608
  "normalizedSignature": "Add|(System.Object):System.Int32|static=false",
8609
8609
  "emitScope": "ViewOnly",
@@ -8624,7 +8624,7 @@
8624
8624
  {
8625
8625
  "stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
8626
8626
  "clrName": "Contains",
8627
- "metadataToken": 100703855,
8627
+ "metadataToken": 100703860,
8628
8628
  "canonicalSignature": "(System.Object):System.Boolean",
8629
8629
  "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
8630
8630
  "emitScope": "ViewOnly",
@@ -8645,7 +8645,7 @@
8645
8645
  {
8646
8646
  "stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
8647
8647
  "clrName": "Insert",
8648
- "metadataToken": 100703860,
8648
+ "metadataToken": 100703865,
8649
8649
  "canonicalSignature": "(System.Int32,System.Object):System.Void",
8650
8650
  "normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
8651
8651
  "emitScope": "ViewOnly",
@@ -8666,7 +8666,7 @@
8666
8666
  {
8667
8667
  "stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
8668
8668
  "clrName": "Remove",
8669
- "metadataToken": 100703861,
8669
+ "metadataToken": 100703866,
8670
8670
  "canonicalSignature": "(System.Object):System.Void",
8671
8671
  "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
8672
8672
  "emitScope": "ViewOnly",
@@ -8687,7 +8687,7 @@
8687
8687
  {
8688
8688
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
8689
8689
  "clrName": "CopyTo",
8690
- "metadataToken": 100703826,
8690
+ "metadataToken": 100703831,
8691
8691
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
8692
8692
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
8693
8693
  "emitScope": "ViewOnly",
@@ -8708,7 +8708,7 @@
8708
8708
  {
8709
8709
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::IndexOf(T):System.Int32",
8710
8710
  "clrName": "IndexOf",
8711
- "metadataToken": 100704568,
8711
+ "metadataToken": 100704573,
8712
8712
  "canonicalSignature": "(T):System.Int32",
8713
8713
  "normalizedSignature": "IndexOf|(T):System.Int32|static=false",
8714
8714
  "emitScope": "ViewOnly",
@@ -8729,7 +8729,7 @@
8729
8729
  {
8730
8730
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::Insert(System.Int32,T):System.Void",
8731
8731
  "clrName": "Insert",
8732
- "metadataToken": 100704569,
8732
+ "metadataToken": 100704574,
8733
8733
  "canonicalSignature": "(System.Int32,T):System.Void",
8734
8734
  "normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
8735
8735
  "emitScope": "ViewOnly",
@@ -8750,7 +8750,7 @@
8750
8750
  {
8751
8751
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::RemoveAt(System.Int32):System.Void",
8752
8752
  "clrName": "RemoveAt",
8753
- "metadataToken": 100704570,
8753
+ "metadataToken": 100704575,
8754
8754
  "canonicalSignature": "(System.Int32):System.Void",
8755
8755
  "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
8756
8756
  "emitScope": "ViewOnly",
@@ -8771,7 +8771,7 @@
8771
8771
  {
8772
8772
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
8773
8773
  "clrName": "Add",
8774
- "metadataToken": 100704538,
8774
+ "metadataToken": 100704543,
8775
8775
  "canonicalSignature": "(T):System.Void",
8776
8776
  "normalizedSignature": "Add|(T):System.Void|static=false",
8777
8777
  "emitScope": "ViewOnly",
@@ -8792,7 +8792,7 @@
8792
8792
  {
8793
8793
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
8794
8794
  "clrName": "Clear",
8795
- "metadataToken": 100704539,
8795
+ "metadataToken": 100704544,
8796
8796
  "canonicalSignature": "():System.Void",
8797
8797
  "normalizedSignature": "Clear|():System.Void|static=false",
8798
8798
  "emitScope": "ViewOnly",
@@ -8813,7 +8813,7 @@
8813
8813
  {
8814
8814
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
8815
8815
  "clrName": "Contains",
8816
- "metadataToken": 100704540,
8816
+ "metadataToken": 100704545,
8817
8817
  "canonicalSignature": "(T):System.Boolean",
8818
8818
  "normalizedSignature": "Contains|(T):System.Boolean|static=false",
8819
8819
  "emitScope": "ViewOnly",
@@ -8834,7 +8834,7 @@
8834
8834
  {
8835
8835
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
8836
8836
  "clrName": "CopyTo",
8837
- "metadataToken": 100704541,
8837
+ "metadataToken": 100704546,
8838
8838
  "canonicalSignature": "(T[],System.Int32):System.Void",
8839
8839
  "normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
8840
8840
  "emitScope": "ViewOnly",
@@ -8855,7 +8855,7 @@
8855
8855
  {
8856
8856
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
8857
8857
  "clrName": "GetEnumerator",
8858
- "metadataToken": 100704560,
8858
+ "metadataToken": 100704565,
8859
8859
  "canonicalSignature": "():IEnumerator_1",
8860
8860
  "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
8861
8861
  "emitScope": "ViewOnly",
@@ -8876,7 +8876,7 @@
8876
8876
  {
8877
8877
  "stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
8878
8878
  "clrName": "Clear",
8879
- "metadataToken": 100703856,
8879
+ "metadataToken": 100703861,
8880
8880
  "canonicalSignature": "():System.Void",
8881
8881
  "normalizedSignature": "Clear|():System.Void|static=false",
8882
8882
  "emitScope": "ViewOnly",
@@ -8897,7 +8897,7 @@
8897
8897
  {
8898
8898
  "stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
8899
8899
  "clrName": "RemoveAt",
8900
- "metadataToken": 100703862,
8900
+ "metadataToken": 100703867,
8901
8901
  "canonicalSignature": "(System.Int32):System.Void",
8902
8902
  "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
8903
8903
  "emitScope": "ViewOnly",
@@ -8977,7 +8977,7 @@
8977
8977
  {
8978
8978
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
8979
8979
  "clrName": "IsReadOnly",
8980
- "metadataToken": 385881418,
8980
+ "metadataToken": 385881420,
8981
8981
  "canonicalSignature": ":System.Boolean",
8982
8982
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
8983
8983
  "emitScope": "ViewOnly",
@@ -8997,7 +8997,7 @@
8997
8997
  {
8998
8998
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
8999
8999
  "clrName": "SyncRoot",
9000
- "metadataToken": 385881257,
9000
+ "metadataToken": 385881259,
9001
9001
  "canonicalSignature": ":System.Object",
9002
9002
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
9003
9003
  "emitScope": "ViewOnly",
@@ -9017,7 +9017,7 @@
9017
9017
  {
9018
9018
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
9019
9019
  "clrName": "Count",
9020
- "metadataToken": 385881417,
9020
+ "metadataToken": 385881419,
9021
9021
  "canonicalSignature": ":System.Int32",
9022
9022
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
9023
9023
  "emitScope": "ViewOnly",
@@ -9037,7 +9037,7 @@
9037
9037
  {
9038
9038
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
9039
9039
  "clrName": "IsReadOnly",
9040
- "metadataToken": 385881269,
9040
+ "metadataToken": 385881271,
9041
9041
  "canonicalSignature": ":System.Boolean",
9042
9042
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
9043
9043
  "emitScope": "ViewOnly",
@@ -9057,7 +9057,7 @@
9057
9057
  {
9058
9058
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
9059
9059
  "clrName": "IsFixedSize",
9060
- "metadataToken": 385881270,
9060
+ "metadataToken": 385881272,
9061
9061
  "canonicalSignature": ":System.Boolean",
9062
9062
  "normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
9063
9063
  "emitScope": "ViewOnly",
@@ -9077,7 +9077,7 @@
9077
9077
  {
9078
9078
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
9079
9079
  "clrName": "Count",
9080
- "metadataToken": 385881256,
9080
+ "metadataToken": 385881258,
9081
9081
  "canonicalSignature": ":System.Int32",
9082
9082
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
9083
9083
  "emitScope": "ViewOnly",
@@ -9097,7 +9097,7 @@
9097
9097
  {
9098
9098
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
9099
9099
  "clrName": "IsSynchronized",
9100
- "metadataToken": 385881258,
9100
+ "metadataToken": 385881260,
9101
9101
  "canonicalSignature": ":System.Boolean",
9102
9102
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
9103
9103
  "emitScope": "ViewOnly",
@@ -9195,7 +9195,7 @@
9195
9195
  "constructors": [
9196
9196
  {
9197
9197
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ReferenceAssemblyAttribute::.ctor():void",
9198
- "metadataToken": 100696112,
9198
+ "metadataToken": 100696114,
9199
9199
  "canonicalSignature": "():void",
9200
9200
  "normalizedSignature": "constructor|():void|static=false",
9201
9201
  "isStatic": false,
@@ -9206,7 +9206,7 @@
9206
9206
  },
9207
9207
  {
9208
9208
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ReferenceAssemblyAttribute::.ctor(System.String):void",
9209
- "metadataToken": 100696113,
9209
+ "metadataToken": 100696115,
9210
9210
  "canonicalSignature": "(System.String):void",
9211
9211
  "normalizedSignature": "constructor|(System.String):void|static=false",
9212
9212
  "isStatic": false,
@@ -9259,7 +9259,7 @@
9259
9259
  "constructors": [
9260
9260
  {
9261
9261
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RefSafetyRulesAttribute::.ctor(System.Int32):void",
9262
- "metadataToken": 100696164,
9262
+ "metadataToken": 100696166,
9263
9263
  "canonicalSignature": "(System.Int32):void",
9264
9264
  "normalizedSignature": "constructor|(System.Int32):void|static=false",
9265
9265
  "isStatic": false,
@@ -9345,7 +9345,7 @@
9345
9345
  "constructors": [
9346
9346
  {
9347
9347
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RequiredMemberAttribute::.ctor():void",
9348
- "metadataToken": 100696166,
9348
+ "metadataToken": 100696168,
9349
9349
  "canonicalSignature": "():void",
9350
9350
  "normalizedSignature": "constructor|():void|static=false",
9351
9351
  "isStatic": false,
@@ -9378,7 +9378,7 @@
9378
9378
  "constructors": [
9379
9379
  {
9380
9380
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RequiresLocationAttribute::.ctor():void",
9381
- "metadataToken": 100696167,
9381
+ "metadataToken": 100696169,
9382
9382
  "canonicalSignature": "():void",
9383
9383
  "normalizedSignature": "constructor|():void|static=false",
9384
9384
  "isStatic": false,
@@ -9455,7 +9455,7 @@
9455
9455
  "constructors": [
9456
9456
  {
9457
9457
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::.ctor():void",
9458
- "metadataToken": 100696168,
9458
+ "metadataToken": 100696170,
9459
9459
  "canonicalSignature": "():void",
9460
9460
  "normalizedSignature": "constructor|():void|static=false",
9461
9461
  "isStatic": false,
@@ -9491,7 +9491,7 @@
9491
9491
  {
9492
9492
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeWrappedException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
9493
9493
  "clrName": "GetObjectData",
9494
- "metadataToken": 100696177,
9494
+ "metadataToken": 100696179,
9495
9495
  "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
9496
9496
  "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
9497
9497
  "emitScope": "ClassSurface",
@@ -9556,7 +9556,7 @@
9556
9556
  "constructors": [
9557
9557
  {
9558
9558
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeWrappedException::.ctor(System.Object):void",
9559
- "metadataToken": 100696175,
9559
+ "metadataToken": 100696177,
9560
9560
  "canonicalSignature": "(System.Object):void",
9561
9561
  "normalizedSignature": "constructor|(System.Object):void|static=false",
9562
9562
  "isStatic": false,
@@ -9589,7 +9589,7 @@
9589
9589
  "constructors": [
9590
9590
  {
9591
9591
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ScopedRefAttribute::.ctor():void",
9592
- "metadataToken": 100696179,
9592
+ "metadataToken": 100696181,
9593
9593
  "canonicalSignature": "():void",
9594
9594
  "normalizedSignature": "constructor|():void|static=false",
9595
9595
  "isStatic": false,
@@ -9655,7 +9655,7 @@
9655
9655
  "constructors": [
9656
9656
  {
9657
9657
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.SkipLocalsInitAttribute::.ctor():void",
9658
- "metadataToken": 100696180,
9658
+ "metadataToken": 100696182,
9659
9659
  "canonicalSignature": "():void",
9660
9660
  "normalizedSignature": "constructor|():void|static=false",
9661
9661
  "isStatic": false,
@@ -9688,7 +9688,7 @@
9688
9688
  "constructors": [
9689
9689
  {
9690
9690
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.SpecialNameAttribute::.ctor():void",
9691
- "metadataToken": 100696181,
9691
+ "metadataToken": 100696183,
9692
9692
  "canonicalSignature": "():void",
9693
9693
  "normalizedSignature": "constructor|():void|static=false",
9694
9694
  "isStatic": false,
@@ -9741,7 +9741,7 @@
9741
9741
  "constructors": [
9742
9742
  {
9743
9743
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.StateMachineAttribute::.ctor(System.Type):void",
9744
- "metadataToken": 100696182,
9744
+ "metadataToken": 100696184,
9745
9745
  "canonicalSignature": "(System.Type):void",
9746
9746
  "normalizedSignature": "constructor|(System.Type):void|static=false",
9747
9747
  "isStatic": false,
@@ -9774,7 +9774,7 @@
9774
9774
  "constructors": [
9775
9775
  {
9776
9776
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.StringFreezingAttribute::.ctor():void",
9777
- "metadataToken": 100696184,
9777
+ "metadataToken": 100696186,
9778
9778
  "canonicalSignature": "():void",
9779
9779
  "normalizedSignature": "constructor|():void|static=false",
9780
9780
  "isStatic": false,
@@ -9836,7 +9836,7 @@
9836
9836
  {
9837
9837
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.StrongBox\u00601::ValueT",
9838
9838
  "clrName": "Value",
9839
- "metadataToken": 67114446,
9839
+ "metadataToken": 67114441,
9840
9840
  "normalizedSignature": "Value|T|static=false|const=false",
9841
9841
  "isStatic": false,
9842
9842
  "isReadOnly": false,
@@ -9850,7 +9850,7 @@
9850
9850
  "constructors": [
9851
9851
  {
9852
9852
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.StrongBox\u00601::.ctor():void",
9853
- "metadataToken": 100696185,
9853
+ "metadataToken": 100696187,
9854
9854
  "canonicalSignature": "():void",
9855
9855
  "normalizedSignature": "constructor|():void|static=false",
9856
9856
  "isStatic": false,
@@ -9861,7 +9861,7 @@
9861
9861
  },
9862
9862
  {
9863
9863
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.StrongBox\u00601::.ctor(T):void",
9864
- "metadataToken": 100696186,
9864
+ "metadataToken": 100696188,
9865
9865
  "canonicalSignature": "(T):void",
9866
9866
  "normalizedSignature": "constructor|(T):void|static=false",
9867
9867
  "isStatic": false,
@@ -9894,7 +9894,7 @@
9894
9894
  "constructors": [
9895
9895
  {
9896
9896
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.SuppressIldasmAttribute::.ctor():void",
9897
- "metadataToken": 100696191,
9897
+ "metadataToken": 100696193,
9898
9898
  "canonicalSignature": "():void",
9899
9899
  "normalizedSignature": "constructor|():void|static=false",
9900
9900
  "isStatic": false,
@@ -9930,7 +9930,7 @@
9930
9930
  {
9931
9931
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.SwitchExpressionException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
9932
9932
  "clrName": "GetObjectData",
9933
- "metadataToken": 100696199,
9933
+ "metadataToken": 100696201,
9934
9934
  "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
9935
9935
  "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
9936
9936
  "emitScope": "ClassSurface",
@@ -10014,7 +10014,7 @@
10014
10014
  "constructors": [
10015
10015
  {
10016
10016
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.SwitchExpressionException::.ctor():void",
10017
- "metadataToken": 100696192,
10017
+ "metadataToken": 100696194,
10018
10018
  "canonicalSignature": "():void",
10019
10019
  "normalizedSignature": "constructor|():void|static=false",
10020
10020
  "isStatic": false,
@@ -10025,7 +10025,7 @@
10025
10025
  },
10026
10026
  {
10027
10027
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.SwitchExpressionException::.ctor(System.Exception):void",
10028
- "metadataToken": 100696193,
10028
+ "metadataToken": 100696195,
10029
10029
  "canonicalSignature": "(System.Exception):void",
10030
10030
  "normalizedSignature": "constructor|(System.Exception):void|static=false",
10031
10031
  "isStatic": false,
@@ -10036,7 +10036,7 @@
10036
10036
  },
10037
10037
  {
10038
10038
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.SwitchExpressionException::.ctor(System.Object):void",
10039
- "metadataToken": 100696194,
10039
+ "metadataToken": 100696196,
10040
10040
  "canonicalSignature": "(System.Object):void",
10041
10041
  "normalizedSignature": "constructor|(System.Object):void|static=false",
10042
10042
  "isStatic": false,
@@ -10047,7 +10047,7 @@
10047
10047
  },
10048
10048
  {
10049
10049
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.SwitchExpressionException::.ctor(System.String):void",
10050
- "metadataToken": 100696196,
10050
+ "metadataToken": 100696198,
10051
10051
  "canonicalSignature": "(System.String):void",
10052
10052
  "normalizedSignature": "constructor|(System.String):void|static=false",
10053
10053
  "isStatic": false,
@@ -10058,7 +10058,7 @@
10058
10058
  },
10059
10059
  {
10060
10060
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.SwitchExpressionException::.ctor(System.String,System.Exception):void",
10061
- "metadataToken": 100696197,
10061
+ "metadataToken": 100696199,
10062
10062
  "canonicalSignature": "(System.String,System.Exception):void",
10063
10063
  "normalizedSignature": "constructor|(System.String,System.Exception):void|static=false",
10064
10064
  "isStatic": false,
@@ -10111,7 +10111,7 @@
10111
10111
  "constructors": [
10112
10112
  {
10113
10113
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.TupleElementNamesAttribute::.ctor(System.String[]):void",
10114
- "metadataToken": 100696234,
10114
+ "metadataToken": 100696236,
10115
10115
  "canonicalSignature": "(System.String[]):void",
10116
10116
  "normalizedSignature": "constructor|(System.String[]):void|static=false",
10117
10117
  "isStatic": false,
@@ -10164,7 +10164,7 @@
10164
10164
  "constructors": [
10165
10165
  {
10166
10166
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.TypeForwardedFromAttribute::.ctor(System.String):void",
10167
- "metadataToken": 100696236,
10167
+ "metadataToken": 100696238,
10168
10168
  "canonicalSignature": "(System.String):void",
10169
10169
  "normalizedSignature": "constructor|(System.String):void|static=false",
10170
10170
  "isStatic": false,
@@ -10217,7 +10217,7 @@
10217
10217
  "constructors": [
10218
10218
  {
10219
10219
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.TypeForwardedToAttribute::.ctor(System.Type):void",
10220
- "metadataToken": 100696238,
10220
+ "metadataToken": 100696240,
10221
10221
  "canonicalSignature": "(System.Type):void",
10222
10222
  "normalizedSignature": "constructor|(System.Type):void|static=false",
10223
10223
  "isStatic": false,
@@ -10289,7 +10289,7 @@
10289
10289
  "constructors": [
10290
10290
  {
10291
10291
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.UnsafeAccessorAttribute::.ctor(System.Runtime.CompilerServices.UnsafeAccessorKind):void",
10292
- "metadataToken": 100696286,
10292
+ "metadataToken": 100696288,
10293
10293
  "canonicalSignature": "(System.Runtime.CompilerServices.UnsafeAccessorKind):void",
10294
10294
  "normalizedSignature": "constructor|(System.Runtime.CompilerServices.UnsafeAccessorKind):void|static=false",
10295
10295
  "isStatic": false,
@@ -10342,7 +10342,7 @@
10342
10342
  "constructors": [
10343
10343
  {
10344
10344
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.UnsafeAccessorTypeAttribute::.ctor(System.String):void",
10345
- "metadataToken": 100696290,
10345
+ "metadataToken": 100696292,
10346
10346
  "canonicalSignature": "(System.String):void",
10347
10347
  "normalizedSignature": "constructor|(System.String):void|static=false",
10348
10348
  "isStatic": false,
@@ -10375,7 +10375,7 @@
10375
10375
  "constructors": [
10376
10376
  {
10377
10377
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.UnsafeValueTypeAttribute::.ctor():void",
10378
- "metadataToken": 100696292,
10378
+ "metadataToken": 100696294,
10379
10379
  "canonicalSignature": "():void",
10380
10380
  "normalizedSignature": "constructor|():void|static=false",
10381
10381
  "isStatic": false,
@@ -10405,7 +10405,7 @@
10405
10405
  {
10406
10406
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncHelpers::AwaitAwaiter(TAwaiter):System.Void",
10407
10407
  "clrName": "AwaitAwaiter",
10408
- "metadataToken": 100695585,
10408
+ "metadataToken": 100695587,
10409
10409
  "canonicalSignature": "(TAwaiter):System.Void",
10410
10410
  "normalizedSignature": "AwaitAwaiter|(TAwaiter):System.Void|static=true",
10411
10411
  "emitScope": "ClassSurface",
@@ -10425,7 +10425,7 @@
10425
10425
  {
10426
10426
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncHelpers::UnsafeAwaitAwaiter(TAwaiter):System.Void",
10427
10427
  "clrName": "UnsafeAwaitAwaiter",
10428
- "metadataToken": 100695586,
10428
+ "metadataToken": 100695588,
10429
10429
  "canonicalSignature": "(TAwaiter):System.Void",
10430
10430
  "normalizedSignature": "UnsafeAwaitAwaiter|(TAwaiter):System.Void|static=true",
10431
10431
  "emitScope": "ClassSurface",
@@ -10445,7 +10445,7 @@
10445
10445
  {
10446
10446
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncHelpers::Await(Task_1):T",
10447
10447
  "clrName": "Await",
10448
- "metadataToken": 100695587,
10448
+ "metadataToken": 100695589,
10449
10449
  "canonicalSignature": "(Task_1):T",
10450
10450
  "normalizedSignature": "Await|(Task_1):T|static=true",
10451
10451
  "emitScope": "ClassSurface",
@@ -10465,7 +10465,7 @@
10465
10465
  {
10466
10466
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncHelpers::Await(System.Threading.Tasks.Task):System.Void",
10467
10467
  "clrName": "Await",
10468
- "metadataToken": 100695588,
10468
+ "metadataToken": 100695590,
10469
10469
  "canonicalSignature": "(System.Threading.Tasks.Task):System.Void",
10470
10470
  "normalizedSignature": "Await|(System.Threading.Tasks.Task):System.Void|static=true",
10471
10471
  "emitScope": "ClassSurface",
@@ -10485,7 +10485,7 @@
10485
10485
  {
10486
10486
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncHelpers::Await(ValueTask_1):T",
10487
10487
  "clrName": "Await",
10488
- "metadataToken": 100695589,
10488
+ "metadataToken": 100695591,
10489
10489
  "canonicalSignature": "(ValueTask_1):T",
10490
10490
  "normalizedSignature": "Await|(ValueTask_1):T|static=true",
10491
10491
  "emitScope": "ClassSurface",
@@ -10505,7 +10505,7 @@
10505
10505
  {
10506
10506
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncHelpers::Await(System.Threading.Tasks.ValueTask):System.Void",
10507
10507
  "clrName": "Await",
10508
- "metadataToken": 100695590,
10508
+ "metadataToken": 100695592,
10509
10509
  "canonicalSignature": "(System.Threading.Tasks.ValueTask):System.Void",
10510
10510
  "normalizedSignature": "Await|(System.Threading.Tasks.ValueTask):System.Void|static=true",
10511
10511
  "emitScope": "ClassSurface",
@@ -10525,7 +10525,7 @@
10525
10525
  {
10526
10526
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncHelpers::Await(System.Runtime.CompilerServices.ConfiguredTaskAwaitable):System.Void",
10527
10527
  "clrName": "Await",
10528
- "metadataToken": 100695591,
10528
+ "metadataToken": 100695593,
10529
10529
  "canonicalSignature": "(System.Runtime.CompilerServices.ConfiguredTaskAwaitable):System.Void",
10530
10530
  "normalizedSignature": "Await|(System.Runtime.CompilerServices.ConfiguredTaskAwaitable):System.Void|static=true",
10531
10531
  "emitScope": "ClassSurface",
@@ -10545,7 +10545,7 @@
10545
10545
  {
10546
10546
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncHelpers::Await(System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable):System.Void",
10547
10547
  "clrName": "Await",
10548
- "metadataToken": 100695592,
10548
+ "metadataToken": 100695594,
10549
10549
  "canonicalSignature": "(System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable):System.Void",
10550
10550
  "normalizedSignature": "Await|(System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable):System.Void|static=true",
10551
10551
  "emitScope": "ClassSurface",
@@ -10565,7 +10565,7 @@
10565
10565
  {
10566
10566
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncHelpers::Await(ConfiguredTaskAwaitable_1):T",
10567
10567
  "clrName": "Await",
10568
- "metadataToken": 100695593,
10568
+ "metadataToken": 100695595,
10569
10569
  "canonicalSignature": "(ConfiguredTaskAwaitable_1):T",
10570
10570
  "normalizedSignature": "Await|(ConfiguredTaskAwaitable_1):T|static=true",
10571
10571
  "emitScope": "ClassSurface",
@@ -10585,7 +10585,7 @@
10585
10585
  {
10586
10586
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.AsyncHelpers::Await(ConfiguredValueTaskAwaitable_1):T",
10587
10587
  "clrName": "Await",
10588
- "metadataToken": 100695594,
10588
+ "metadataToken": 100695596,
10589
10589
  "canonicalSignature": "(ConfiguredValueTaskAwaitable_1):T",
10590
10590
  "normalizedSignature": "Await|(ConfiguredValueTaskAwaitable_1):T|static=true",
10591
10591
  "emitScope": "ClassSurface",
@@ -10932,7 +10932,7 @@
10932
10932
  {
10933
10933
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ContractHelper::RaiseContractFailedEvent(System.Diagnostics.Contracts.ContractFailureKind,System.String,System.String,System.Exception):System.String",
10934
10934
  "clrName": "RaiseContractFailedEvent",
10935
- "metadataToken": 100696011,
10935
+ "metadataToken": 100696013,
10936
10936
  "canonicalSignature": "(System.Diagnostics.Contracts.ContractFailureKind,System.String,System.String,System.Exception):System.String",
10937
10937
  "normalizedSignature": "RaiseContractFailedEvent|(System.Diagnostics.Contracts.ContractFailureKind,System.String,System.String,System.Exception):System.String|static=true",
10938
10938
  "emitScope": "ClassSurface",
@@ -10952,7 +10952,7 @@
10952
10952
  {
10953
10953
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ContractHelper::TriggerFailure(System.Diagnostics.Contracts.ContractFailureKind,System.String,System.String,System.String,System.Exception):System.Void",
10954
10954
  "clrName": "TriggerFailure",
10955
- "metadataToken": 100696012,
10955
+ "metadataToken": 100696014,
10956
10956
  "canonicalSignature": "(System.Diagnostics.Contracts.ContractFailureKind,System.String,System.String,System.String,System.Exception):System.Void",
10957
10957
  "normalizedSignature": "TriggerFailure|(System.Diagnostics.Contracts.ContractFailureKind,System.String,System.String,System.String,System.Exception):System.Void|static=true",
10958
10958
  "emitScope": "ClassSurface",
@@ -10994,7 +10994,7 @@
10994
10994
  {
10995
10995
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.FormattableStringFactory::Create(System.String,System.Object[]):System.FormattableString",
10996
10996
  "clrName": "Create",
10997
- "metadataToken": 100696039,
10997
+ "metadataToken": 100696041,
10998
10998
  "canonicalSignature": "(System.String,System.Object[]):System.FormattableString",
10999
10999
  "normalizedSignature": "Create|(System.String,System.Object[]):System.FormattableString|static=true",
11000
11000
  "emitScope": "ClassSurface",
@@ -11309,7 +11309,7 @@
11309
11309
  {
11310
11310
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeFeature::IsSupported(System.String):System.Boolean",
11311
11311
  "clrName": "IsSupported",
11312
- "metadataToken": 100696171,
11312
+ "metadataToken": 100696173,
11313
11313
  "canonicalSignature": "(System.String):System.Boolean",
11314
11314
  "normalizedSignature": "IsSupported|(System.String):System.Boolean|static=true",
11315
11315
  "emitScope": "ClassSurface",
@@ -11371,7 +11371,7 @@
11371
11371
  {
11372
11372
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeFeature::PortablePdbSystem.String",
11373
11373
  "clrName": "PortablePdb",
11374
- "metadataToken": 67114435,
11374
+ "metadataToken": 67114430,
11375
11375
  "normalizedSignature": "PortablePdb|System.String|static=true|const=true",
11376
11376
  "isStatic": true,
11377
11377
  "isReadOnly": false,
@@ -11383,7 +11383,7 @@
11383
11383
  {
11384
11384
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeFeature::DefaultImplementationsOfInterfacesSystem.String",
11385
11385
  "clrName": "DefaultImplementationsOfInterfaces",
11386
- "metadataToken": 67114436,
11386
+ "metadataToken": 67114431,
11387
11387
  "normalizedSignature": "DefaultImplementationsOfInterfaces|System.String|static=true|const=true",
11388
11388
  "isStatic": true,
11389
11389
  "isReadOnly": false,
@@ -11395,7 +11395,7 @@
11395
11395
  {
11396
11396
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeFeature::UnmanagedSignatureCallingConventionSystem.String",
11397
11397
  "clrName": "UnmanagedSignatureCallingConvention",
11398
- "metadataToken": 67114437,
11398
+ "metadataToken": 67114432,
11399
11399
  "normalizedSignature": "UnmanagedSignatureCallingConvention|System.String|static=true|const=true",
11400
11400
  "isStatic": true,
11401
11401
  "isReadOnly": false,
@@ -11407,7 +11407,7 @@
11407
11407
  {
11408
11408
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeFeature::CovariantReturnsOfClassesSystem.String",
11409
11409
  "clrName": "CovariantReturnsOfClasses",
11410
- "metadataToken": 67114438,
11410
+ "metadataToken": 67114433,
11411
11411
  "normalizedSignature": "CovariantReturnsOfClasses|System.String|static=true|const=true",
11412
11412
  "isStatic": true,
11413
11413
  "isReadOnly": false,
@@ -11419,7 +11419,7 @@
11419
11419
  {
11420
11420
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeFeature::ByRefFieldsSystem.String",
11421
11421
  "clrName": "ByRefFields",
11422
- "metadataToken": 67114439,
11422
+ "metadataToken": 67114434,
11423
11423
  "normalizedSignature": "ByRefFields|System.String|static=true|const=true",
11424
11424
  "isStatic": true,
11425
11425
  "isReadOnly": false,
@@ -11431,7 +11431,7 @@
11431
11431
  {
11432
11432
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeFeature::ByRefLikeGenericsSystem.String",
11433
11433
  "clrName": "ByRefLikeGenerics",
11434
- "metadataToken": 67114440,
11434
+ "metadataToken": 67114435,
11435
11435
  "normalizedSignature": "ByRefLikeGenerics|System.String|static=true|const=true",
11436
11436
  "isStatic": true,
11437
11437
  "isReadOnly": false,
@@ -11443,7 +11443,7 @@
11443
11443
  {
11444
11444
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeFeature::VirtualStaticsInInterfacesSystem.String",
11445
11445
  "clrName": "VirtualStaticsInInterfaces",
11446
- "metadataToken": 67114441,
11446
+ "metadataToken": 67114436,
11447
11447
  "normalizedSignature": "VirtualStaticsInInterfaces|System.String|static=true|const=true",
11448
11448
  "isStatic": true,
11449
11449
  "isReadOnly": false,
@@ -11455,7 +11455,7 @@
11455
11455
  {
11456
11456
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeFeature::NumericIntPtrSystem.String",
11457
11457
  "clrName": "NumericIntPtr",
11458
- "metadataToken": 67114442,
11458
+ "metadataToken": 67114437,
11459
11459
  "normalizedSignature": "NumericIntPtr|System.String|static=true|const=true",
11460
11460
  "isStatic": true,
11461
11461
  "isReadOnly": false,
@@ -11487,7 +11487,7 @@
11487
11487
  {
11488
11488
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle):System.Void",
11489
11489
  "clrName": "InitializeArray",
11490
- "metadataToken": 100695631,
11490
+ "metadataToken": 100695633,
11491
11491
  "canonicalSignature": "(System.Array,System.RuntimeFieldHandle):System.Void",
11492
11492
  "normalizedSignature": "InitializeArray|(System.Array,System.RuntimeFieldHandle):System.Void|static=true",
11493
11493
  "emitScope": "ClassSurface",
@@ -11507,7 +11507,7 @@
11507
11507
  {
11508
11508
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers::GetObjectValue(System.Object):System.Object",
11509
11509
  "clrName": "GetObjectValue",
11510
- "metadataToken": 100695633,
11510
+ "metadataToken": 100695635,
11511
11511
  "canonicalSignature": "(System.Object):System.Object",
11512
11512
  "normalizedSignature": "GetObjectValue|(System.Object):System.Object|static=true",
11513
11513
  "emitScope": "ClassSurface",
@@ -11527,7 +11527,7 @@
11527
11527
  {
11528
11528
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers::RunClassConstructor(System.RuntimeTypeHandle):System.Void",
11529
11529
  "clrName": "RunClassConstructor",
11530
- "metadataToken": 100695635,
11530
+ "metadataToken": 100695637,
11531
11531
  "canonicalSignature": "(System.RuntimeTypeHandle):System.Void",
11532
11532
  "normalizedSignature": "RunClassConstructor|(System.RuntimeTypeHandle):System.Void|static=true",
11533
11533
  "emitScope": "ClassSurface",
@@ -11547,7 +11547,7 @@
11547
11547
  {
11548
11548
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers::RunModuleConstructor(System.ModuleHandle):System.Void",
11549
11549
  "clrName": "RunModuleConstructor",
11550
- "metadataToken": 100695637,
11550
+ "metadataToken": 100695639,
11551
11551
  "canonicalSignature": "(System.ModuleHandle):System.Void",
11552
11552
  "normalizedSignature": "RunModuleConstructor|(System.ModuleHandle):System.Void|static=true",
11553
11553
  "emitScope": "ClassSurface",
@@ -11567,7 +11567,7 @@
11567
11567
  {
11568
11568
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers::PrepareMethod(System.RuntimeMethodHandle):System.Void",
11569
11569
  "clrName": "PrepareMethod",
11570
- "metadataToken": 100695640,
11570
+ "metadataToken": 100695642,
11571
11571
  "canonicalSignature": "(System.RuntimeMethodHandle):System.Void",
11572
11572
  "normalizedSignature": "PrepareMethod|(System.RuntimeMethodHandle):System.Void|static=true",
11573
11573
  "emitScope": "ClassSurface",
@@ -11587,7 +11587,7 @@
11587
11587
  {
11588
11588
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers::PrepareMethod(System.RuntimeMethodHandle,System.RuntimeTypeHandle[]):System.Void",
11589
11589
  "clrName": "PrepareMethod",
11590
- "metadataToken": 100695641,
11590
+ "metadataToken": 100695643,
11591
11591
  "canonicalSignature": "(System.RuntimeMethodHandle,System.RuntimeTypeHandle[]):System.Void",
11592
11592
  "normalizedSignature": "PrepareMethod|(System.RuntimeMethodHandle,System.RuntimeTypeHandle[]):System.Void|static=true",
11593
11593
  "emitScope": "ClassSurface",
@@ -11607,7 +11607,7 @@
11607
11607
  {
11608
11608
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers::PrepareDelegate(System.Delegate):System.Void",
11609
11609
  "clrName": "PrepareDelegate",
11610
- "metadataToken": 100695643,
11610
+ "metadataToken": 100695645,
11611
11611
  "canonicalSignature": "(System.Delegate):System.Void",
11612
11612
  "normalizedSignature": "PrepareDelegate|(System.Delegate):System.Void|static=true",
11613
11613
  "emitScope": "ClassSurface",
@@ -11627,7 +11627,7 @@
11627
11627
  {
11628
11628
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers::GetHashCode(System.Object):System.Int32",
11629
11629
  "clrName": "GetHashCode",
11630
- "metadataToken": 100695646,
11630
+ "metadataToken": 100695648,
11631
11631
  "canonicalSignature": "(System.Object):System.Int32",
11632
11632
  "normalizedSignature": "GetHashCode|(System.Object):System.Int32|static=true",
11633
11633
  "emitScope": "ClassSurface",
@@ -11647,7 +11647,7 @@
11647
11647
  {
11648
11648
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers::Equals(System.Object,System.Object):System.Boolean",
11649
11649
  "clrName": "Equals",
11650
- "metadataToken": 100695647,
11650
+ "metadataToken": 100695649,
11651
11651
  "canonicalSignature": "(System.Object,System.Object):System.Boolean",
11652
11652
  "normalizedSignature": "Equals|(System.Object,System.Object):System.Boolean|static=true",
11653
11653
  "emitScope": "ClassSurface",
@@ -11667,7 +11667,7 @@
11667
11667
  {
11668
11668
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers::EnsureSufficientExecutionStack():System.Void",
11669
11669
  "clrName": "EnsureSufficientExecutionStack",
11670
- "metadataToken": 100695650,
11670
+ "metadataToken": 100695652,
11671
11671
  "canonicalSignature": "():System.Void",
11672
11672
  "normalizedSignature": "EnsureSufficientExecutionStack|():System.Void|static=true",
11673
11673
  "emitScope": "ClassSurface",
@@ -11687,7 +11687,7 @@
11687
11687
  {
11688
11688
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers::TryEnsureSufficientExecutionStack():System.Boolean",
11689
11689
  "clrName": "TryEnsureSufficientExecutionStack",
11690
- "metadataToken": 100695651,
11690
+ "metadataToken": 100695653,
11691
11691
  "canonicalSignature": "():System.Boolean",
11692
11692
  "normalizedSignature": "TryEnsureSufficientExecutionStack|():System.Boolean|static=true",
11693
11693
  "emitScope": "ClassSurface",
@@ -11707,7 +11707,7 @@
11707
11707
  {
11708
11708
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers::GetUninitializedObject(System.Type):System.Object",
11709
11709
  "clrName": "GetUninitializedObject",
11710
- "metadataToken": 100695652,
11710
+ "metadataToken": 100695654,
11711
11711
  "canonicalSignature": "(System.Type):System.Object",
11712
11712
  "normalizedSignature": "GetUninitializedObject|(System.Type):System.Object|static=true",
11713
11713
  "emitScope": "ClassSurface",
@@ -11727,7 +11727,7 @@
11727
11727
  {
11728
11728
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers::AllocateTypeAssociatedMemory(System.Type,System.Int32):System.IntPtr",
11729
11729
  "clrName": "AllocateTypeAssociatedMemory",
11730
- "metadataToken": 100695665,
11730
+ "metadataToken": 100695667,
11731
11731
  "canonicalSignature": "(System.Type,System.Int32):System.IntPtr",
11732
11732
  "normalizedSignature": "AllocateTypeAssociatedMemory|(System.Type,System.Int32):System.IntPtr|static=true",
11733
11733
  "emitScope": "ClassSurface",
@@ -11747,7 +11747,7 @@
11747
11747
  {
11748
11748
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers::Box(System.Byte\u0026,System.RuntimeTypeHandle):System.Object",
11749
11749
  "clrName": "Box",
11750
- "metadataToken": 100695672,
11750
+ "metadataToken": 100695674,
11751
11751
  "canonicalSignature": "(System.Byte\u0026,System.RuntimeTypeHandle):System.Object",
11752
11752
  "normalizedSignature": "Box|(System.Byte\u0026,System.RuntimeTypeHandle):System.Object|static=true",
11753
11753
  "emitScope": "ClassSurface",
@@ -11773,7 +11773,7 @@
11773
11773
  {
11774
11774
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers::SizeOf(System.RuntimeTypeHandle):System.Int32",
11775
11775
  "clrName": "SizeOf",
11776
- "metadataToken": 100695674,
11776
+ "metadataToken": 100695676,
11777
11777
  "canonicalSignature": "(System.RuntimeTypeHandle):System.Int32",
11778
11778
  "normalizedSignature": "SizeOf|(System.RuntimeTypeHandle):System.Int32|static=true",
11779
11779
  "emitScope": "ClassSurface",
@@ -11793,7 +11793,7 @@
11793
11793
  {
11794
11794
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers::GetSubArray(T[],System.Range):T[]",
11795
11795
  "clrName": "GetSubArray",
11796
- "metadataToken": 100695675,
11796
+ "metadataToken": 100695677,
11797
11797
  "canonicalSignature": "(T[],System.Range):T[]",
11798
11798
  "normalizedSignature": "GetSubArray|(T[],System.Range):T[]|static=true",
11799
11799
  "emitScope": "ClassSurface",
@@ -11813,7 +11813,7 @@
11813
11813
  {
11814
11814
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers::ExecuteCodeWithGuaranteedCleanup(System.Runtime.CompilerServices.RuntimeHelpers\u002BTryCode,System.Runtime.CompilerServices.RuntimeHelpers\u002BCleanupCode,System.Object):System.Void",
11815
11815
  "clrName": "ExecuteCodeWithGuaranteedCleanup",
11816
- "metadataToken": 100695676,
11816
+ "metadataToken": 100695678,
11817
11817
  "canonicalSignature": "(System.Runtime.CompilerServices.RuntimeHelpers\u002BTryCode,System.Runtime.CompilerServices.RuntimeHelpers\u002BCleanupCode,System.Object):System.Void",
11818
11818
  "normalizedSignature": "ExecuteCodeWithGuaranteedCleanup|(System.Runtime.CompilerServices.RuntimeHelpers\u002BTryCode,System.Runtime.CompilerServices.RuntimeHelpers\u002BCleanupCode,System.Object):System.Void|static=true",
11819
11819
  "emitScope": "ClassSurface",
@@ -11833,7 +11833,7 @@
11833
11833
  {
11834
11834
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers::PrepareContractedDelegate(System.Delegate):System.Void",
11835
11835
  "clrName": "PrepareContractedDelegate",
11836
- "metadataToken": 100695677,
11836
+ "metadataToken": 100695679,
11837
11837
  "canonicalSignature": "(System.Delegate):System.Void",
11838
11838
  "normalizedSignature": "PrepareContractedDelegate|(System.Delegate):System.Void|static=true",
11839
11839
  "emitScope": "ClassSurface",
@@ -11853,7 +11853,7 @@
11853
11853
  {
11854
11854
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers::ProbeForSufficientStack():System.Void",
11855
11855
  "clrName": "ProbeForSufficientStack",
11856
- "metadataToken": 100695678,
11856
+ "metadataToken": 100695680,
11857
11857
  "canonicalSignature": "():System.Void",
11858
11858
  "normalizedSignature": "ProbeForSufficientStack|():System.Void|static=true",
11859
11859
  "emitScope": "ClassSurface",
@@ -11873,7 +11873,7 @@
11873
11873
  {
11874
11874
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers::PrepareConstrainedRegions():System.Void",
11875
11875
  "clrName": "PrepareConstrainedRegions",
11876
- "metadataToken": 100695679,
11876
+ "metadataToken": 100695681,
11877
11877
  "canonicalSignature": "():System.Void",
11878
11878
  "normalizedSignature": "PrepareConstrainedRegions|():System.Void|static=true",
11879
11879
  "emitScope": "ClassSurface",
@@ -11893,7 +11893,7 @@
11893
11893
  {
11894
11894
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers::PrepareConstrainedRegionsNoOP():System.Void",
11895
11895
  "clrName": "PrepareConstrainedRegionsNoOP",
11896
- "metadataToken": 100695680,
11896
+ "metadataToken": 100695682,
11897
11897
  "canonicalSignature": "():System.Void",
11898
11898
  "normalizedSignature": "PrepareConstrainedRegionsNoOP|():System.Void|static=true",
11899
11899
  "emitScope": "ClassSurface",
@@ -11913,7 +11913,7 @@
11913
11913
  {
11914
11914
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers::CreateSpan(System.RuntimeFieldHandle):ReadOnlySpan_1",
11915
11915
  "clrName": "CreateSpan",
11916
- "metadataToken": 100695683,
11916
+ "metadataToken": 100695685,
11917
11917
  "canonicalSignature": "(System.RuntimeFieldHandle):ReadOnlySpan_1",
11918
11918
  "normalizedSignature": "CreateSpan|(System.RuntimeFieldHandle):ReadOnlySpan_1|static=true",
11919
11919
  "emitScope": "ClassSurface",
@@ -11933,7 +11933,7 @@
11933
11933
  {
11934
11934
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers::IsReferenceOrContainsReferences():System.Boolean",
11935
11935
  "clrName": "IsReferenceOrContainsReferences",
11936
- "metadataToken": 100695688,
11936
+ "metadataToken": 100695690,
11937
11937
  "canonicalSignature": "():System.Boolean",
11938
11938
  "normalizedSignature": "IsReferenceOrContainsReferences|():System.Boolean|static=true",
11939
11939
  "emitScope": "ClassSurface",
@@ -12005,7 +12005,7 @@
12005
12005
  {
12006
12006
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers\u002BCleanupCode::Invoke(System.Object,System.Boolean):System.Void",
12007
12007
  "clrName": "Invoke",
12008
- "metadataToken": 100695696,
12008
+ "metadataToken": 100695698,
12009
12009
  "canonicalSignature": "(System.Object,System.Boolean):System.Void",
12010
12010
  "normalizedSignature": "Invoke|(System.Object,System.Boolean):System.Void|static=false",
12011
12011
  "emitScope": "ClassSurface",
@@ -12025,7 +12025,7 @@
12025
12025
  {
12026
12026
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers\u002BCleanupCode::BeginInvoke(System.Object,System.Boolean,System.AsyncCallback,System.Object):System.IAsyncResult",
12027
12027
  "clrName": "BeginInvoke",
12028
- "metadataToken": 100695697,
12028
+ "metadataToken": 100695699,
12029
12029
  "canonicalSignature": "(System.Object,System.Boolean,System.AsyncCallback,System.Object):System.IAsyncResult",
12030
12030
  "normalizedSignature": "BeginInvoke|(System.Object,System.Boolean,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
12031
12031
  "emitScope": "ClassSurface",
@@ -12045,7 +12045,7 @@
12045
12045
  {
12046
12046
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers\u002BCleanupCode::EndInvoke(System.IAsyncResult):System.Void",
12047
12047
  "clrName": "EndInvoke",
12048
- "metadataToken": 100695698,
12048
+ "metadataToken": 100695700,
12049
12049
  "canonicalSignature": "(System.IAsyncResult):System.Void",
12050
12050
  "normalizedSignature": "EndInvoke|(System.IAsyncResult):System.Void|static=false",
12051
12051
  "emitScope": "ClassSurface",
@@ -12069,7 +12069,7 @@
12069
12069
  "constructors": [
12070
12070
  {
12071
12071
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers\u002BCleanupCode::.ctor(System.Object,System.IntPtr):void",
12072
- "metadataToken": 100695695,
12072
+ "metadataToken": 100695697,
12073
12073
  "canonicalSignature": "(System.Object,System.IntPtr):void",
12074
12074
  "normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
12075
12075
  "isStatic": false,
@@ -12109,7 +12109,7 @@
12109
12109
  {
12110
12110
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers\u002BTryCode::Invoke(System.Object):System.Void",
12111
12111
  "clrName": "Invoke",
12112
- "metadataToken": 100695692,
12112
+ "metadataToken": 100695694,
12113
12113
  "canonicalSignature": "(System.Object):System.Void",
12114
12114
  "normalizedSignature": "Invoke|(System.Object):System.Void|static=false",
12115
12115
  "emitScope": "ClassSurface",
@@ -12129,7 +12129,7 @@
12129
12129
  {
12130
12130
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers\u002BTryCode::BeginInvoke(System.Object,System.AsyncCallback,System.Object):System.IAsyncResult",
12131
12131
  "clrName": "BeginInvoke",
12132
- "metadataToken": 100695693,
12132
+ "metadataToken": 100695695,
12133
12133
  "canonicalSignature": "(System.Object,System.AsyncCallback,System.Object):System.IAsyncResult",
12134
12134
  "normalizedSignature": "BeginInvoke|(System.Object,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
12135
12135
  "emitScope": "ClassSurface",
@@ -12149,7 +12149,7 @@
12149
12149
  {
12150
12150
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers\u002BTryCode::EndInvoke(System.IAsyncResult):System.Void",
12151
12151
  "clrName": "EndInvoke",
12152
- "metadataToken": 100695694,
12152
+ "metadataToken": 100695696,
12153
12153
  "canonicalSignature": "(System.IAsyncResult):System.Void",
12154
12154
  "normalizedSignature": "EndInvoke|(System.IAsyncResult):System.Void|static=false",
12155
12155
  "emitScope": "ClassSurface",
@@ -12173,7 +12173,7 @@
12173
12173
  "constructors": [
12174
12174
  {
12175
12175
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers\u002BTryCode::.ctor(System.Object,System.IntPtr):void",
12176
- "metadataToken": 100695691,
12176
+ "metadataToken": 100695693,
12177
12177
  "canonicalSignature": "(System.Object,System.IntPtr):void",
12178
12178
  "normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
12179
12179
  "isStatic": false,
@@ -12411,7 +12411,7 @@
12411
12411
  {
12412
12412
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::AsPointer(T\u0026):System.Void*",
12413
12413
  "clrName": "AsPointer",
12414
- "metadataToken": 100696240,
12414
+ "metadataToken": 100696242,
12415
12415
  "canonicalSignature": "(T\u0026):System.Void*",
12416
12416
  "normalizedSignature": "AsPointer|(T\u0026):System.Void*|static=true",
12417
12417
  "emitScope": "ClassSurface",
@@ -12437,7 +12437,7 @@
12437
12437
  {
12438
12438
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::SizeOf():System.Int32",
12439
12439
  "clrName": "SizeOf",
12440
- "metadataToken": 100696241,
12440
+ "metadataToken": 100696243,
12441
12441
  "canonicalSignature": "():System.Int32",
12442
12442
  "normalizedSignature": "SizeOf|():System.Int32|static=true",
12443
12443
  "emitScope": "ClassSurface",
@@ -12457,7 +12457,7 @@
12457
12457
  {
12458
12458
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::As(System.Object):T",
12459
12459
  "clrName": "As",
12460
- "metadataToken": 100696242,
12460
+ "metadataToken": 100696244,
12461
12461
  "canonicalSignature": "(System.Object):T",
12462
12462
  "normalizedSignature": "As|(System.Object):T|static=true",
12463
12463
  "emitScope": "ClassSurface",
@@ -12477,7 +12477,7 @@
12477
12477
  {
12478
12478
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::As(TFrom\u0026):TTo\u0026",
12479
12479
  "clrName": "As",
12480
- "metadataToken": 100696243,
12480
+ "metadataToken": 100696245,
12481
12481
  "canonicalSignature": "(TFrom\u0026):TTo\u0026",
12482
12482
  "normalizedSignature": "As|(TFrom\u0026):TTo\u0026|static=true",
12483
12483
  "emitScope": "ClassSurface",
@@ -12503,7 +12503,7 @@
12503
12503
  {
12504
12504
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::Add(T\u0026,System.Int32):T\u0026",
12505
12505
  "clrName": "Add",
12506
- "metadataToken": 100696244,
12506
+ "metadataToken": 100696246,
12507
12507
  "canonicalSignature": "(T\u0026,System.Int32):T\u0026",
12508
12508
  "normalizedSignature": "Add|(T\u0026,System.Int32):T\u0026|static=true",
12509
12509
  "emitScope": "ClassSurface",
@@ -12529,7 +12529,7 @@
12529
12529
  {
12530
12530
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::Add(T\u0026,System.IntPtr):T\u0026",
12531
12531
  "clrName": "Add",
12532
- "metadataToken": 100696245,
12532
+ "metadataToken": 100696247,
12533
12533
  "canonicalSignature": "(T\u0026,System.IntPtr):T\u0026",
12534
12534
  "normalizedSignature": "Add|(T\u0026,System.IntPtr):T\u0026|static=true",
12535
12535
  "emitScope": "ClassSurface",
@@ -12555,7 +12555,7 @@
12555
12555
  {
12556
12556
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::Add(System.Void*,System.Int32):System.Void*",
12557
12557
  "clrName": "Add",
12558
- "metadataToken": 100696246,
12558
+ "metadataToken": 100696248,
12559
12559
  "canonicalSignature": "(System.Void*,System.Int32):System.Void*",
12560
12560
  "normalizedSignature": "Add|(System.Void*,System.Int32):System.Void*|static=true",
12561
12561
  "emitScope": "ClassSurface",
@@ -12575,7 +12575,7 @@
12575
12575
  {
12576
12576
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::Add(T\u0026,System.UIntPtr):T\u0026",
12577
12577
  "clrName": "Add",
12578
- "metadataToken": 100696247,
12578
+ "metadataToken": 100696249,
12579
12579
  "canonicalSignature": "(T\u0026,System.UIntPtr):T\u0026",
12580
12580
  "normalizedSignature": "Add|(T\u0026,System.UIntPtr):T\u0026|static=true",
12581
12581
  "emitScope": "ClassSurface",
@@ -12601,7 +12601,7 @@
12601
12601
  {
12602
12602
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::AddByteOffset(T\u0026,System.UIntPtr):T\u0026",
12603
12603
  "clrName": "AddByteOffset",
12604
- "metadataToken": 100696248,
12604
+ "metadataToken": 100696250,
12605
12605
  "canonicalSignature": "(T\u0026,System.UIntPtr):T\u0026",
12606
12606
  "normalizedSignature": "AddByteOffset|(T\u0026,System.UIntPtr):T\u0026|static=true",
12607
12607
  "emitScope": "ClassSurface",
@@ -12627,7 +12627,7 @@
12627
12627
  {
12628
12628
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::AreSame(T\u0026,T\u0026):System.Boolean",
12629
12629
  "clrName": "AreSame",
12630
- "metadataToken": 100696249,
12630
+ "metadataToken": 100696251,
12631
12631
  "canonicalSignature": "(T\u0026,T\u0026):System.Boolean",
12632
12632
  "normalizedSignature": "AreSame|(T\u0026,T\u0026):System.Boolean|static=true",
12633
12633
  "emitScope": "ClassSurface",
@@ -12657,7 +12657,7 @@
12657
12657
  {
12658
12658
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::BitCast(TFrom):TTo",
12659
12659
  "clrName": "BitCast",
12660
- "metadataToken": 100696250,
12660
+ "metadataToken": 100696252,
12661
12661
  "canonicalSignature": "(TFrom):TTo",
12662
12662
  "normalizedSignature": "BitCast|(TFrom):TTo|static=true",
12663
12663
  "emitScope": "ClassSurface",
@@ -12677,7 +12677,7 @@
12677
12677
  {
12678
12678
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::Copy(System.Void*,T\u0026):System.Void",
12679
12679
  "clrName": "Copy",
12680
- "metadataToken": 100696251,
12680
+ "metadataToken": 100696253,
12681
12681
  "canonicalSignature": "(System.Void*,T\u0026):System.Void",
12682
12682
  "normalizedSignature": "Copy|(System.Void*,T\u0026):System.Void|static=true",
12683
12683
  "emitScope": "ClassSurface",
@@ -12703,7 +12703,7 @@
12703
12703
  {
12704
12704
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::Copy(T\u0026,System.Void*):System.Void",
12705
12705
  "clrName": "Copy",
12706
- "metadataToken": 100696252,
12706
+ "metadataToken": 100696254,
12707
12707
  "canonicalSignature": "(T\u0026,System.Void*):System.Void",
12708
12708
  "normalizedSignature": "Copy|(T\u0026,System.Void*):System.Void|static=true",
12709
12709
  "emitScope": "ClassSurface",
@@ -12729,7 +12729,7 @@
12729
12729
  {
12730
12730
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::CopyBlock(System.Void*,System.Void*,System.UInt32):System.Void",
12731
12731
  "clrName": "CopyBlock",
12732
- "metadataToken": 100696253,
12732
+ "metadataToken": 100696255,
12733
12733
  "canonicalSignature": "(System.Void*,System.Void*,System.UInt32):System.Void",
12734
12734
  "normalizedSignature": "CopyBlock|(System.Void*,System.Void*,System.UInt32):System.Void|static=true",
12735
12735
  "emitScope": "ClassSurface",
@@ -12749,7 +12749,7 @@
12749
12749
  {
12750
12750
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::CopyBlock(System.Byte\u0026,System.Byte\u0026,System.UInt32):System.Void",
12751
12751
  "clrName": "CopyBlock",
12752
- "metadataToken": 100696254,
12752
+ "metadataToken": 100696256,
12753
12753
  "canonicalSignature": "(System.Byte\u0026,System.Byte\u0026,System.UInt32):System.Void",
12754
12754
  "normalizedSignature": "CopyBlock|(System.Byte\u0026,System.Byte\u0026,System.UInt32):System.Void|static=true",
12755
12755
  "emitScope": "ClassSurface",
@@ -12779,7 +12779,7 @@
12779
12779
  {
12780
12780
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::CopyBlockUnaligned(System.Void*,System.Void*,System.UInt32):System.Void",
12781
12781
  "clrName": "CopyBlockUnaligned",
12782
- "metadataToken": 100696255,
12782
+ "metadataToken": 100696257,
12783
12783
  "canonicalSignature": "(System.Void*,System.Void*,System.UInt32):System.Void",
12784
12784
  "normalizedSignature": "CopyBlockUnaligned|(System.Void*,System.Void*,System.UInt32):System.Void|static=true",
12785
12785
  "emitScope": "ClassSurface",
@@ -12799,7 +12799,7 @@
12799
12799
  {
12800
12800
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::CopyBlockUnaligned(System.Byte\u0026,System.Byte\u0026,System.UInt32):System.Void",
12801
12801
  "clrName": "CopyBlockUnaligned",
12802
- "metadataToken": 100696256,
12802
+ "metadataToken": 100696258,
12803
12803
  "canonicalSignature": "(System.Byte\u0026,System.Byte\u0026,System.UInt32):System.Void",
12804
12804
  "normalizedSignature": "CopyBlockUnaligned|(System.Byte\u0026,System.Byte\u0026,System.UInt32):System.Void|static=true",
12805
12805
  "emitScope": "ClassSurface",
@@ -12829,7 +12829,7 @@
12829
12829
  {
12830
12830
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::IsAddressGreaterThan(T\u0026,T\u0026):System.Boolean",
12831
12831
  "clrName": "IsAddressGreaterThan",
12832
- "metadataToken": 100696257,
12832
+ "metadataToken": 100696259,
12833
12833
  "canonicalSignature": "(T\u0026,T\u0026):System.Boolean",
12834
12834
  "normalizedSignature": "IsAddressGreaterThan|(T\u0026,T\u0026):System.Boolean|static=true",
12835
12835
  "emitScope": "ClassSurface",
@@ -12859,7 +12859,7 @@
12859
12859
  {
12860
12860
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::IsAddressGreaterThanOrEqualTo(T\u0026,T\u0026):System.Boolean",
12861
12861
  "clrName": "IsAddressGreaterThanOrEqualTo",
12862
- "metadataToken": 100696258,
12862
+ "metadataToken": 100696260,
12863
12863
  "canonicalSignature": "(T\u0026,T\u0026):System.Boolean",
12864
12864
  "normalizedSignature": "IsAddressGreaterThanOrEqualTo|(T\u0026,T\u0026):System.Boolean|static=true",
12865
12865
  "emitScope": "ClassSurface",
@@ -12889,7 +12889,7 @@
12889
12889
  {
12890
12890
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::IsAddressLessThan(T\u0026,T\u0026):System.Boolean",
12891
12891
  "clrName": "IsAddressLessThan",
12892
- "metadataToken": 100696259,
12892
+ "metadataToken": 100696261,
12893
12893
  "canonicalSignature": "(T\u0026,T\u0026):System.Boolean",
12894
12894
  "normalizedSignature": "IsAddressLessThan|(T\u0026,T\u0026):System.Boolean|static=true",
12895
12895
  "emitScope": "ClassSurface",
@@ -12919,7 +12919,7 @@
12919
12919
  {
12920
12920
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::IsAddressLessThanOrEqualTo(T\u0026,T\u0026):System.Boolean",
12921
12921
  "clrName": "IsAddressLessThanOrEqualTo",
12922
- "metadataToken": 100696260,
12922
+ "metadataToken": 100696262,
12923
12923
  "canonicalSignature": "(T\u0026,T\u0026):System.Boolean",
12924
12924
  "normalizedSignature": "IsAddressLessThanOrEqualTo|(T\u0026,T\u0026):System.Boolean|static=true",
12925
12925
  "emitScope": "ClassSurface",
@@ -12949,7 +12949,7 @@
12949
12949
  {
12950
12950
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::InitBlock(System.Void*,System.Byte,System.UInt32):System.Void",
12951
12951
  "clrName": "InitBlock",
12952
- "metadataToken": 100696261,
12952
+ "metadataToken": 100696263,
12953
12953
  "canonicalSignature": "(System.Void*,System.Byte,System.UInt32):System.Void",
12954
12954
  "normalizedSignature": "InitBlock|(System.Void*,System.Byte,System.UInt32):System.Void|static=true",
12955
12955
  "emitScope": "ClassSurface",
@@ -12969,7 +12969,7 @@
12969
12969
  {
12970
12970
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::InitBlock(System.Byte\u0026,System.Byte,System.UInt32):System.Void",
12971
12971
  "clrName": "InitBlock",
12972
- "metadataToken": 100696262,
12972
+ "metadataToken": 100696264,
12973
12973
  "canonicalSignature": "(System.Byte\u0026,System.Byte,System.UInt32):System.Void",
12974
12974
  "normalizedSignature": "InitBlock|(System.Byte\u0026,System.Byte,System.UInt32):System.Void|static=true",
12975
12975
  "emitScope": "ClassSurface",
@@ -12995,7 +12995,7 @@
12995
12995
  {
12996
12996
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::InitBlockUnaligned(System.Void*,System.Byte,System.UInt32):System.Void",
12997
12997
  "clrName": "InitBlockUnaligned",
12998
- "metadataToken": 100696263,
12998
+ "metadataToken": 100696265,
12999
12999
  "canonicalSignature": "(System.Void*,System.Byte,System.UInt32):System.Void",
13000
13000
  "normalizedSignature": "InitBlockUnaligned|(System.Void*,System.Byte,System.UInt32):System.Void|static=true",
13001
13001
  "emitScope": "ClassSurface",
@@ -13015,7 +13015,7 @@
13015
13015
  {
13016
13016
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::InitBlockUnaligned(System.Byte\u0026,System.Byte,System.UInt32):System.Void",
13017
13017
  "clrName": "InitBlockUnaligned",
13018
- "metadataToken": 100696264,
13018
+ "metadataToken": 100696266,
13019
13019
  "canonicalSignature": "(System.Byte\u0026,System.Byte,System.UInt32):System.Void",
13020
13020
  "normalizedSignature": "InitBlockUnaligned|(System.Byte\u0026,System.Byte,System.UInt32):System.Void|static=true",
13021
13021
  "emitScope": "ClassSurface",
@@ -13041,7 +13041,7 @@
13041
13041
  {
13042
13042
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::ReadUnaligned(System.Void*):T",
13043
13043
  "clrName": "ReadUnaligned",
13044
- "metadataToken": 100696265,
13044
+ "metadataToken": 100696267,
13045
13045
  "canonicalSignature": "(System.Void*):T",
13046
13046
  "normalizedSignature": "ReadUnaligned|(System.Void*):T|static=true",
13047
13047
  "emitScope": "ClassSurface",
@@ -13061,7 +13061,7 @@
13061
13061
  {
13062
13062
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::ReadUnaligned(System.Byte\u0026):T",
13063
13063
  "clrName": "ReadUnaligned",
13064
- "metadataToken": 100696266,
13064
+ "metadataToken": 100696268,
13065
13065
  "canonicalSignature": "(System.Byte\u0026):T",
13066
13066
  "normalizedSignature": "ReadUnaligned|(System.Byte\u0026):T|static=true",
13067
13067
  "emitScope": "ClassSurface",
@@ -13087,7 +13087,7 @@
13087
13087
  {
13088
13088
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::WriteUnaligned(System.Void*,T):System.Void",
13089
13089
  "clrName": "WriteUnaligned",
13090
- "metadataToken": 100696267,
13090
+ "metadataToken": 100696269,
13091
13091
  "canonicalSignature": "(System.Void*,T):System.Void",
13092
13092
  "normalizedSignature": "WriteUnaligned|(System.Void*,T):System.Void|static=true",
13093
13093
  "emitScope": "ClassSurface",
@@ -13107,7 +13107,7 @@
13107
13107
  {
13108
13108
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::WriteUnaligned(System.Byte\u0026,T):System.Void",
13109
13109
  "clrName": "WriteUnaligned",
13110
- "metadataToken": 100696268,
13110
+ "metadataToken": 100696270,
13111
13111
  "canonicalSignature": "(System.Byte\u0026,T):System.Void",
13112
13112
  "normalizedSignature": "WriteUnaligned|(System.Byte\u0026,T):System.Void|static=true",
13113
13113
  "emitScope": "ClassSurface",
@@ -13133,7 +13133,7 @@
13133
13133
  {
13134
13134
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::AddByteOffset(T\u0026,System.IntPtr):T\u0026",
13135
13135
  "clrName": "AddByteOffset",
13136
- "metadataToken": 100696269,
13136
+ "metadataToken": 100696271,
13137
13137
  "canonicalSignature": "(T\u0026,System.IntPtr):T\u0026",
13138
13138
  "normalizedSignature": "AddByteOffset|(T\u0026,System.IntPtr):T\u0026|static=true",
13139
13139
  "emitScope": "ClassSurface",
@@ -13159,7 +13159,7 @@
13159
13159
  {
13160
13160
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::Read(System.Void*):T",
13161
13161
  "clrName": "Read",
13162
- "metadataToken": 100696270,
13162
+ "metadataToken": 100696272,
13163
13163
  "canonicalSignature": "(System.Void*):T",
13164
13164
  "normalizedSignature": "Read|(System.Void*):T|static=true",
13165
13165
  "emitScope": "ClassSurface",
@@ -13179,7 +13179,7 @@
13179
13179
  {
13180
13180
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::Write(System.Void*,T):System.Void",
13181
13181
  "clrName": "Write",
13182
- "metadataToken": 100696271,
13182
+ "metadataToken": 100696273,
13183
13183
  "canonicalSignature": "(System.Void*,T):System.Void",
13184
13184
  "normalizedSignature": "Write|(System.Void*,T):System.Void|static=true",
13185
13185
  "emitScope": "ClassSurface",
@@ -13199,7 +13199,7 @@
13199
13199
  {
13200
13200
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::AsRef(System.Void*):T\u0026",
13201
13201
  "clrName": "AsRef",
13202
- "metadataToken": 100696272,
13202
+ "metadataToken": 100696274,
13203
13203
  "canonicalSignature": "(System.Void*):T\u0026",
13204
13204
  "normalizedSignature": "AsRef|(System.Void*):T\u0026|static=true",
13205
13205
  "emitScope": "ClassSurface",
@@ -13219,7 +13219,7 @@
13219
13219
  {
13220
13220
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::AsRef(T\u0026):T\u0026",
13221
13221
  "clrName": "AsRef",
13222
- "metadataToken": 100696273,
13222
+ "metadataToken": 100696275,
13223
13223
  "canonicalSignature": "(T\u0026):T\u0026",
13224
13224
  "normalizedSignature": "AsRef|(T\u0026):T\u0026|static=true",
13225
13225
  "emitScope": "ClassSurface",
@@ -13245,7 +13245,7 @@
13245
13245
  {
13246
13246
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::ByteOffset(T\u0026,T\u0026):System.IntPtr",
13247
13247
  "clrName": "ByteOffset",
13248
- "metadataToken": 100696274,
13248
+ "metadataToken": 100696276,
13249
13249
  "canonicalSignature": "(T\u0026,T\u0026):System.IntPtr",
13250
13250
  "normalizedSignature": "ByteOffset|(T\u0026,T\u0026):System.IntPtr|static=true",
13251
13251
  "emitScope": "ClassSurface",
@@ -13275,7 +13275,7 @@
13275
13275
  {
13276
13276
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::NullRef():T\u0026",
13277
13277
  "clrName": "NullRef",
13278
- "metadataToken": 100696275,
13278
+ "metadataToken": 100696277,
13279
13279
  "canonicalSignature": "():T\u0026",
13280
13280
  "normalizedSignature": "NullRef|():T\u0026|static=true",
13281
13281
  "emitScope": "ClassSurface",
@@ -13295,7 +13295,7 @@
13295
13295
  {
13296
13296
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::IsNullRef(T\u0026):System.Boolean",
13297
13297
  "clrName": "IsNullRef",
13298
- "metadataToken": 100696276,
13298
+ "metadataToken": 100696278,
13299
13299
  "canonicalSignature": "(T\u0026):System.Boolean",
13300
13300
  "normalizedSignature": "IsNullRef|(T\u0026):System.Boolean|static=true",
13301
13301
  "emitScope": "ClassSurface",
@@ -13321,7 +13321,7 @@
13321
13321
  {
13322
13322
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::SkipInit(T\u0026):System.Void",
13323
13323
  "clrName": "SkipInit",
13324
- "metadataToken": 100696277,
13324
+ "metadataToken": 100696279,
13325
13325
  "canonicalSignature": "(T\u0026):System.Void",
13326
13326
  "normalizedSignature": "SkipInit|(T\u0026):System.Void|static=true",
13327
13327
  "emitScope": "ClassSurface",
@@ -13347,7 +13347,7 @@
13347
13347
  {
13348
13348
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::Subtract(T\u0026,System.Int32):T\u0026",
13349
13349
  "clrName": "Subtract",
13350
- "metadataToken": 100696278,
13350
+ "metadataToken": 100696280,
13351
13351
  "canonicalSignature": "(T\u0026,System.Int32):T\u0026",
13352
13352
  "normalizedSignature": "Subtract|(T\u0026,System.Int32):T\u0026|static=true",
13353
13353
  "emitScope": "ClassSurface",
@@ -13373,7 +13373,7 @@
13373
13373
  {
13374
13374
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::Subtract(System.Void*,System.Int32):System.Void*",
13375
13375
  "clrName": "Subtract",
13376
- "metadataToken": 100696279,
13376
+ "metadataToken": 100696281,
13377
13377
  "canonicalSignature": "(System.Void*,System.Int32):System.Void*",
13378
13378
  "normalizedSignature": "Subtract|(System.Void*,System.Int32):System.Void*|static=true",
13379
13379
  "emitScope": "ClassSurface",
@@ -13393,7 +13393,7 @@
13393
13393
  {
13394
13394
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::Subtract(T\u0026,System.IntPtr):T\u0026",
13395
13395
  "clrName": "Subtract",
13396
- "metadataToken": 100696280,
13396
+ "metadataToken": 100696282,
13397
13397
  "canonicalSignature": "(T\u0026,System.IntPtr):T\u0026",
13398
13398
  "normalizedSignature": "Subtract|(T\u0026,System.IntPtr):T\u0026|static=true",
13399
13399
  "emitScope": "ClassSurface",
@@ -13419,7 +13419,7 @@
13419
13419
  {
13420
13420
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::Subtract(T\u0026,System.UIntPtr):T\u0026",
13421
13421
  "clrName": "Subtract",
13422
- "metadataToken": 100696281,
13422
+ "metadataToken": 100696283,
13423
13423
  "canonicalSignature": "(T\u0026,System.UIntPtr):T\u0026",
13424
13424
  "normalizedSignature": "Subtract|(T\u0026,System.UIntPtr):T\u0026|static=true",
13425
13425
  "emitScope": "ClassSurface",
@@ -13445,7 +13445,7 @@
13445
13445
  {
13446
13446
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::SubtractByteOffset(T\u0026,System.IntPtr):T\u0026",
13447
13447
  "clrName": "SubtractByteOffset",
13448
- "metadataToken": 100696282,
13448
+ "metadataToken": 100696284,
13449
13449
  "canonicalSignature": "(T\u0026,System.IntPtr):T\u0026",
13450
13450
  "normalizedSignature": "SubtractByteOffset|(T\u0026,System.IntPtr):T\u0026|static=true",
13451
13451
  "emitScope": "ClassSurface",
@@ -13471,7 +13471,7 @@
13471
13471
  {
13472
13472
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::SubtractByteOffset(T\u0026,System.UIntPtr):T\u0026",
13473
13473
  "clrName": "SubtractByteOffset",
13474
- "metadataToken": 100696283,
13474
+ "metadataToken": 100696285,
13475
13475
  "canonicalSignature": "(T\u0026,System.UIntPtr):T\u0026",
13476
13476
  "normalizedSignature": "SubtractByteOffset|(T\u0026,System.UIntPtr):T\u0026|static=true",
13477
13477
  "emitScope": "ClassSurface",
@@ -13497,7 +13497,7 @@
13497
13497
  {
13498
13498
  "stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.Unsafe::Unbox(System.Object):T\u0026",
13499
13499
  "clrName": "Unbox",
13500
- "metadataToken": 100696284,
13500
+ "metadataToken": 100696286,
13501
13501
  "canonicalSignature": "(System.Object):T\u0026",
13502
13502
  "normalizedSignature": "Unbox|(System.Object):T\u0026|static=true",
13503
13503
  "emitScope": "ClassSurface",