@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
@@ -339,7 +339,7 @@
339
339
  {
340
340
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Contains(System.Object):System.Boolean",
341
341
  "clrName": "Contains",
342
- "metadataToken": 100703835,
342
+ "metadataToken": 100703840,
343
343
  "canonicalSignature": "(System.Object):System.Boolean",
344
344
  "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
345
345
  "emitScope": "ClassSurface",
@@ -359,7 +359,7 @@
359
359
  {
360
360
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Add(System.Object,System.Object):System.Void",
361
361
  "clrName": "Add",
362
- "metadataToken": 100703836,
362
+ "metadataToken": 100703841,
363
363
  "canonicalSignature": "(System.Object,System.Object):System.Void",
364
364
  "normalizedSignature": "Add|(System.Object,System.Object):System.Void|static=false",
365
365
  "emitScope": "ClassSurface",
@@ -379,7 +379,7 @@
379
379
  {
380
380
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Clear():System.Void",
381
381
  "clrName": "Clear",
382
- "metadataToken": 100703837,
382
+ "metadataToken": 100703842,
383
383
  "canonicalSignature": "():System.Void",
384
384
  "normalizedSignature": "Clear|():System.Void|static=false",
385
385
  "emitScope": "ClassSurface",
@@ -399,7 +399,7 @@
399
399
  {
400
400
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Remove(System.Object):System.Void",
401
401
  "clrName": "Remove",
402
- "metadataToken": 100703841,
402
+ "metadataToken": 100703846,
403
403
  "canonicalSignature": "(System.Object):System.Void",
404
404
  "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
405
405
  "emitScope": "ClassSurface",
@@ -419,7 +419,7 @@
419
419
  {
420
420
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
421
421
  "clrName": "CopyTo",
422
- "metadataToken": 100703826,
422
+ "metadataToken": 100703831,
423
423
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
424
424
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
425
425
  "emitScope": "ClassSurface",
@@ -439,7 +439,7 @@
439
439
  {
440
440
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
441
441
  "clrName": "GetEnumerator",
442
- "metadataToken": 100703845,
442
+ "metadataToken": 100703850,
443
443
  "canonicalSignature": "():System.Collections.IEnumerator",
444
444
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
445
445
  "emitScope": "ClassSurface",
@@ -541,7 +541,7 @@
541
541
  {
542
542
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Keys:System.Collections.ICollection",
543
543
  "clrName": "Keys",
544
- "metadataToken": 385881260,
544
+ "metadataToken": 385881262,
545
545
  "canonicalSignature": ":System.Collections.ICollection",
546
546
  "normalizedSignature": "Keys|:System.Collections.ICollection|static=false|accessor=get",
547
547
  "emitScope": "ClassSurface",
@@ -560,7 +560,7 @@
560
560
  {
561
561
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Values:System.Collections.ICollection",
562
562
  "clrName": "Values",
563
- "metadataToken": 385881261,
563
+ "metadataToken": 385881263,
564
564
  "canonicalSignature": ":System.Collections.ICollection",
565
565
  "normalizedSignature": "Values|:System.Collections.ICollection|static=false|accessor=get",
566
566
  "emitScope": "ClassSurface",
@@ -579,7 +579,7 @@
579
579
  {
580
580
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsReadOnly:System.Boolean",
581
581
  "clrName": "IsReadOnly",
582
- "metadataToken": 385881262,
582
+ "metadataToken": 385881264,
583
583
  "canonicalSignature": ":System.Boolean",
584
584
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
585
585
  "emitScope": "ClassSurface",
@@ -598,7 +598,7 @@
598
598
  {
599
599
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsFixedSize:System.Boolean",
600
600
  "clrName": "IsFixedSize",
601
- "metadataToken": 385881263,
601
+ "metadataToken": 385881265,
602
602
  "canonicalSignature": ":System.Boolean",
603
603
  "normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
604
604
  "emitScope": "ClassSurface",
@@ -617,7 +617,7 @@
617
617
  {
618
618
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
619
619
  "clrName": "Count",
620
- "metadataToken": 385881256,
620
+ "metadataToken": 385881258,
621
621
  "canonicalSignature": ":System.Int32",
622
622
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
623
623
  "emitScope": "ClassSurface",
@@ -636,7 +636,7 @@
636
636
  {
637
637
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
638
638
  "clrName": "SyncRoot",
639
- "metadataToken": 385881257,
639
+ "metadataToken": 385881259,
640
640
  "canonicalSignature": ":System.Object",
641
641
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
642
642
  "emitScope": "ClassSurface",
@@ -655,7 +655,7 @@
655
655
  {
656
656
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
657
657
  "clrName": "IsSynchronized",
658
- "metadataToken": 385881258,
658
+ "metadataToken": 385881260,
659
659
  "canonicalSignature": ":System.Boolean",
660
660
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
661
661
  "emitScope": "ClassSurface",
@@ -1468,7 +1468,7 @@
1468
1468
  {
1469
1469
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
1470
1470
  "clrName": "GetEnumerator",
1471
- "metadataToken": 100703845,
1471
+ "metadataToken": 100703850,
1472
1472
  "canonicalSignature": "():System.Collections.IEnumerator",
1473
1473
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
1474
1474
  "emitScope": "ViewOnly",
@@ -1489,7 +1489,7 @@
1489
1489
  {
1490
1490
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Contains(System.Object):System.Boolean",
1491
1491
  "clrName": "Contains",
1492
- "metadataToken": 100703835,
1492
+ "metadataToken": 100703840,
1493
1493
  "canonicalSignature": "(System.Object):System.Boolean",
1494
1494
  "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
1495
1495
  "emitScope": "ViewOnly",
@@ -1510,7 +1510,7 @@
1510
1510
  {
1511
1511
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Add(System.Object,System.Object):System.Void",
1512
1512
  "clrName": "Add",
1513
- "metadataToken": 100703836,
1513
+ "metadataToken": 100703841,
1514
1514
  "canonicalSignature": "(System.Object,System.Object):System.Void",
1515
1515
  "normalizedSignature": "Add|(System.Object,System.Object):System.Void|static=false",
1516
1516
  "emitScope": "ViewOnly",
@@ -1531,7 +1531,7 @@
1531
1531
  {
1532
1532
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Clear():System.Void",
1533
1533
  "clrName": "Clear",
1534
- "metadataToken": 100703837,
1534
+ "metadataToken": 100703842,
1535
1535
  "canonicalSignature": "():System.Void",
1536
1536
  "normalizedSignature": "Clear|():System.Void|static=false",
1537
1537
  "emitScope": "ViewOnly",
@@ -1552,7 +1552,7 @@
1552
1552
  {
1553
1553
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::GetEnumerator():System.Collections.IDictionaryEnumerator",
1554
1554
  "clrName": "GetEnumerator",
1555
- "metadataToken": 100703840,
1555
+ "metadataToken": 100703845,
1556
1556
  "canonicalSignature": "():System.Collections.IDictionaryEnumerator",
1557
1557
  "normalizedSignature": "GetEnumerator|():System.Collections.IDictionaryEnumerator|static=false",
1558
1558
  "emitScope": "ViewOnly",
@@ -1573,7 +1573,7 @@
1573
1573
  {
1574
1574
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Remove(System.Object):System.Void",
1575
1575
  "clrName": "Remove",
1576
- "metadataToken": 100703841,
1576
+ "metadataToken": 100703846,
1577
1577
  "canonicalSignature": "(System.Object):System.Void",
1578
1578
  "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
1579
1579
  "emitScope": "ViewOnly",
@@ -1594,7 +1594,7 @@
1594
1594
  {
1595
1595
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
1596
1596
  "clrName": "CopyTo",
1597
- "metadataToken": 100703826,
1597
+ "metadataToken": 100703831,
1598
1598
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
1599
1599
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
1600
1600
  "emitScope": "ViewOnly",
@@ -1769,7 +1769,7 @@
1769
1769
  {
1770
1770
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Keys:System.Collections.ICollection",
1771
1771
  "clrName": "Keys",
1772
- "metadataToken": 385881260,
1772
+ "metadataToken": 385881262,
1773
1773
  "canonicalSignature": ":System.Collections.ICollection",
1774
1774
  "normalizedSignature": "Keys|:System.Collections.ICollection|static=false|accessor=get",
1775
1775
  "emitScope": "ViewOnly",
@@ -1789,7 +1789,7 @@
1789
1789
  {
1790
1790
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Values:System.Collections.ICollection",
1791
1791
  "clrName": "Values",
1792
- "metadataToken": 385881261,
1792
+ "metadataToken": 385881263,
1793
1793
  "canonicalSignature": ":System.Collections.ICollection",
1794
1794
  "normalizedSignature": "Values|:System.Collections.ICollection|static=false|accessor=get",
1795
1795
  "emitScope": "ViewOnly",
@@ -1809,7 +1809,7 @@
1809
1809
  {
1810
1810
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsReadOnly:System.Boolean",
1811
1811
  "clrName": "IsReadOnly",
1812
- "metadataToken": 385881262,
1812
+ "metadataToken": 385881264,
1813
1813
  "canonicalSignature": ":System.Boolean",
1814
1814
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
1815
1815
  "emitScope": "ViewOnly",
@@ -1829,7 +1829,7 @@
1829
1829
  {
1830
1830
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsFixedSize:System.Boolean",
1831
1831
  "clrName": "IsFixedSize",
1832
- "metadataToken": 385881263,
1832
+ "metadataToken": 385881265,
1833
1833
  "canonicalSignature": ":System.Boolean",
1834
1834
  "normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
1835
1835
  "emitScope": "ViewOnly",
@@ -1849,7 +1849,7 @@
1849
1849
  {
1850
1850
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
1851
1851
  "clrName": "Count",
1852
- "metadataToken": 385881256,
1852
+ "metadataToken": 385881258,
1853
1853
  "canonicalSignature": ":System.Int32",
1854
1854
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
1855
1855
  "emitScope": "ViewOnly",
@@ -1869,7 +1869,7 @@
1869
1869
  {
1870
1870
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
1871
1871
  "clrName": "SyncRoot",
1872
- "metadataToken": 385881257,
1872
+ "metadataToken": 385881259,
1873
1873
  "canonicalSignature": ":System.Object",
1874
1874
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
1875
1875
  "emitScope": "ViewOnly",
@@ -1889,7 +1889,7 @@
1889
1889
  {
1890
1890
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
1891
1891
  "clrName": "IsSynchronized",
1892
- "metadataToken": 385881258,
1892
+ "metadataToken": 385881260,
1893
1893
  "canonicalSignature": ":System.Boolean",
1894
1894
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
1895
1895
  "emitScope": "ViewOnly",
@@ -2109,7 +2109,7 @@
2109
2109
  {
2110
2110
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
2111
2111
  "clrName": "GetEnumerator",
2112
- "metadataToken": 100703845,
2112
+ "metadataToken": 100703850,
2113
2113
  "canonicalSignature": "():System.Collections.IEnumerator",
2114
2114
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
2115
2115
  "emitScope": "ViewOnly",
@@ -2130,7 +2130,7 @@
2130
2130
  {
2131
2131
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Contains(System.Object):System.Boolean",
2132
2132
  "clrName": "Contains",
2133
- "metadataToken": 100703835,
2133
+ "metadataToken": 100703840,
2134
2134
  "canonicalSignature": "(System.Object):System.Boolean",
2135
2135
  "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
2136
2136
  "emitScope": "ViewOnly",
@@ -2151,7 +2151,7 @@
2151
2151
  {
2152
2152
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Add(System.Object,System.Object):System.Void",
2153
2153
  "clrName": "Add",
2154
- "metadataToken": 100703836,
2154
+ "metadataToken": 100703841,
2155
2155
  "canonicalSignature": "(System.Object,System.Object):System.Void",
2156
2156
  "normalizedSignature": "Add|(System.Object,System.Object):System.Void|static=false",
2157
2157
  "emitScope": "ViewOnly",
@@ -2172,7 +2172,7 @@
2172
2172
  {
2173
2173
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Clear():System.Void",
2174
2174
  "clrName": "Clear",
2175
- "metadataToken": 100703837,
2175
+ "metadataToken": 100703842,
2176
2176
  "canonicalSignature": "():System.Void",
2177
2177
  "normalizedSignature": "Clear|():System.Void|static=false",
2178
2178
  "emitScope": "ViewOnly",
@@ -2193,7 +2193,7 @@
2193
2193
  {
2194
2194
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::GetEnumerator():System.Collections.IDictionaryEnumerator",
2195
2195
  "clrName": "GetEnumerator",
2196
- "metadataToken": 100703840,
2196
+ "metadataToken": 100703845,
2197
2197
  "canonicalSignature": "():System.Collections.IDictionaryEnumerator",
2198
2198
  "normalizedSignature": "GetEnumerator|():System.Collections.IDictionaryEnumerator|static=false",
2199
2199
  "emitScope": "ViewOnly",
@@ -2214,7 +2214,7 @@
2214
2214
  {
2215
2215
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Remove(System.Object):System.Void",
2216
2216
  "clrName": "Remove",
2217
- "metadataToken": 100703841,
2217
+ "metadataToken": 100703846,
2218
2218
  "canonicalSignature": "(System.Object):System.Void",
2219
2219
  "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
2220
2220
  "emitScope": "ViewOnly",
@@ -2235,7 +2235,7 @@
2235
2235
  {
2236
2236
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
2237
2237
  "clrName": "CopyTo",
2238
- "metadataToken": 100703826,
2238
+ "metadataToken": 100703831,
2239
2239
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
2240
2240
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
2241
2241
  "emitScope": "ViewOnly",
@@ -2410,7 +2410,7 @@
2410
2410
  {
2411
2411
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Keys:System.Collections.ICollection",
2412
2412
  "clrName": "Keys",
2413
- "metadataToken": 385881260,
2413
+ "metadataToken": 385881262,
2414
2414
  "canonicalSignature": ":System.Collections.ICollection",
2415
2415
  "normalizedSignature": "Keys|:System.Collections.ICollection|static=false|accessor=get",
2416
2416
  "emitScope": "ViewOnly",
@@ -2430,7 +2430,7 @@
2430
2430
  {
2431
2431
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Values:System.Collections.ICollection",
2432
2432
  "clrName": "Values",
2433
- "metadataToken": 385881261,
2433
+ "metadataToken": 385881263,
2434
2434
  "canonicalSignature": ":System.Collections.ICollection",
2435
2435
  "normalizedSignature": "Values|:System.Collections.ICollection|static=false|accessor=get",
2436
2436
  "emitScope": "ViewOnly",
@@ -2450,7 +2450,7 @@
2450
2450
  {
2451
2451
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsReadOnly:System.Boolean",
2452
2452
  "clrName": "IsReadOnly",
2453
- "metadataToken": 385881262,
2453
+ "metadataToken": 385881264,
2454
2454
  "canonicalSignature": ":System.Boolean",
2455
2455
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
2456
2456
  "emitScope": "ViewOnly",
@@ -2470,7 +2470,7 @@
2470
2470
  {
2471
2471
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsFixedSize:System.Boolean",
2472
2472
  "clrName": "IsFixedSize",
2473
- "metadataToken": 385881263,
2473
+ "metadataToken": 385881265,
2474
2474
  "canonicalSignature": ":System.Boolean",
2475
2475
  "normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
2476
2476
  "emitScope": "ViewOnly",
@@ -2490,7 +2490,7 @@
2490
2490
  {
2491
2491
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
2492
2492
  "clrName": "Count",
2493
- "metadataToken": 385881256,
2493
+ "metadataToken": 385881258,
2494
2494
  "canonicalSignature": ":System.Int32",
2495
2495
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
2496
2496
  "emitScope": "ViewOnly",
@@ -2510,7 +2510,7 @@
2510
2510
  {
2511
2511
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
2512
2512
  "clrName": "SyncRoot",
2513
- "metadataToken": 385881257,
2513
+ "metadataToken": 385881259,
2514
2514
  "canonicalSignature": ":System.Object",
2515
2515
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
2516
2516
  "emitScope": "ViewOnly",
@@ -2530,7 +2530,7 @@
2530
2530
  {
2531
2531
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
2532
2532
  "clrName": "IsSynchronized",
2533
- "metadataToken": 385881258,
2533
+ "metadataToken": 385881260,
2534
2534
  "canonicalSignature": ":System.Boolean",
2535
2535
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
2536
2536
  "emitScope": "ViewOnly",
@@ -3002,7 +3002,7 @@
3002
3002
  {
3003
3003
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
3004
3004
  "clrName": "CopyTo",
3005
- "metadataToken": 100703826,
3005
+ "metadataToken": 100703831,
3006
3006
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
3007
3007
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
3008
3008
  "emitScope": "ViewOnly",
@@ -3023,7 +3023,7 @@
3023
3023
  {
3024
3024
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
3025
3025
  "clrName": "GetEnumerator",
3026
- "metadataToken": 100703845,
3026
+ "metadataToken": 100703850,
3027
3027
  "canonicalSignature": "():System.Collections.IEnumerator",
3028
3028
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
3029
3029
  "emitScope": "ViewOnly",
@@ -3145,7 +3145,7 @@
3145
3145
  {
3146
3146
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
3147
3147
  "clrName": "SyncRoot",
3148
- "metadataToken": 385881257,
3148
+ "metadataToken": 385881259,
3149
3149
  "canonicalSignature": ":System.Object",
3150
3150
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
3151
3151
  "emitScope": "ViewOnly",
@@ -3165,7 +3165,7 @@
3165
3165
  {
3166
3166
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
3167
3167
  "clrName": "IsSynchronized",
3168
- "metadataToken": 385881258,
3168
+ "metadataToken": 385881260,
3169
3169
  "canonicalSignature": ":System.Boolean",
3170
3170
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
3171
3171
  "emitScope": "ViewOnly",
@@ -3185,7 +3185,7 @@
3185
3185
  {
3186
3186
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
3187
3187
  "clrName": "Count",
3188
- "metadataToken": 385881256,
3188
+ "metadataToken": 385881258,
3189
3189
  "canonicalSignature": ":System.Int32",
3190
3190
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
3191
3191
  "emitScope": "ViewOnly",
@@ -3693,7 +3693,7 @@
3693
3693
  {
3694
3694
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
3695
3695
  "clrName": "GetEnumerator",
3696
- "metadataToken": 100703845,
3696
+ "metadataToken": 100703850,
3697
3697
  "canonicalSignature": "():System.Collections.IEnumerator",
3698
3698
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
3699
3699
  "emitScope": "ViewOnly",
@@ -3756,7 +3756,7 @@
3756
3756
  {
3757
3757
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
3758
3758
  "clrName": "CopyTo",
3759
- "metadataToken": 100703826,
3759
+ "metadataToken": 100703831,
3760
3760
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
3761
3761
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
3762
3762
  "emitScope": "ViewOnly",
@@ -3858,7 +3858,7 @@
3858
3858
  {
3859
3859
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
3860
3860
  "clrName": "Count",
3861
- "metadataToken": 385881256,
3861
+ "metadataToken": 385881258,
3862
3862
  "canonicalSignature": ":System.Int32",
3863
3863
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
3864
3864
  "emitScope": "ViewOnly",
@@ -3878,7 +3878,7 @@
3878
3878
  {
3879
3879
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
3880
3880
  "clrName": "SyncRoot",
3881
- "metadataToken": 385881257,
3881
+ "metadataToken": 385881259,
3882
3882
  "canonicalSignature": ":System.Object",
3883
3883
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
3884
3884
  "emitScope": "ViewOnly",
@@ -3898,7 +3898,7 @@
3898
3898
  {
3899
3899
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
3900
3900
  "clrName": "IsSynchronized",
3901
- "metadataToken": 385881258,
3901
+ "metadataToken": 385881260,
3902
3902
  "canonicalSignature": ":System.Boolean",
3903
3903
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
3904
3904
  "emitScope": "ViewOnly",
@@ -4524,7 +4524,7 @@
4524
4524
  {
4525
4525
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
4526
4526
  "clrName": "GetEnumerator",
4527
- "metadataToken": 100703845,
4527
+ "metadataToken": 100703850,
4528
4528
  "canonicalSignature": "():System.Collections.IEnumerator",
4529
4529
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
4530
4530
  "emitScope": "ViewOnly",
@@ -4608,7 +4608,7 @@
4608
4608
  {
4609
4609
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Contains(System.Object):System.Boolean",
4610
4610
  "clrName": "Contains",
4611
- "metadataToken": 100703835,
4611
+ "metadataToken": 100703840,
4612
4612
  "canonicalSignature": "(System.Object):System.Boolean",
4613
4613
  "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
4614
4614
  "emitScope": "ViewOnly",
@@ -4629,7 +4629,7 @@
4629
4629
  {
4630
4630
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Add(System.Object,System.Object):System.Void",
4631
4631
  "clrName": "Add",
4632
- "metadataToken": 100703836,
4632
+ "metadataToken": 100703841,
4633
4633
  "canonicalSignature": "(System.Object,System.Object):System.Void",
4634
4634
  "normalizedSignature": "Add|(System.Object,System.Object):System.Void|static=false",
4635
4635
  "emitScope": "ViewOnly",
@@ -4650,7 +4650,7 @@
4650
4650
  {
4651
4651
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Clear():System.Void",
4652
4652
  "clrName": "Clear",
4653
- "metadataToken": 100703837,
4653
+ "metadataToken": 100703842,
4654
4654
  "canonicalSignature": "():System.Void",
4655
4655
  "normalizedSignature": "Clear|():System.Void|static=false",
4656
4656
  "emitScope": "ViewOnly",
@@ -4671,7 +4671,7 @@
4671
4671
  {
4672
4672
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Remove(System.Object):System.Void",
4673
4673
  "clrName": "Remove",
4674
- "metadataToken": 100703841,
4674
+ "metadataToken": 100703846,
4675
4675
  "canonicalSignature": "(System.Object):System.Void",
4676
4676
  "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
4677
4677
  "emitScope": "ViewOnly",
@@ -4692,7 +4692,7 @@
4692
4692
  {
4693
4693
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
4694
4694
  "clrName": "CopyTo",
4695
- "metadataToken": 100703826,
4695
+ "metadataToken": 100703831,
4696
4696
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
4697
4697
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
4698
4698
  "emitScope": "ViewOnly",
@@ -4713,7 +4713,7 @@
4713
4713
  {
4714
4714
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::GetEnumerator():System.Collections.IDictionaryEnumerator",
4715
4715
  "clrName": "GetEnumerator",
4716
- "metadataToken": 100703840,
4716
+ "metadataToken": 100703845,
4717
4717
  "canonicalSignature": "():System.Collections.IDictionaryEnumerator",
4718
4718
  "normalizedSignature": "GetEnumerator|():System.Collections.IDictionaryEnumerator|static=false",
4719
4719
  "emitScope": "ViewOnly",
@@ -4934,7 +4934,7 @@
4934
4934
  {
4935
4935
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsFixedSize:System.Boolean",
4936
4936
  "clrName": "IsFixedSize",
4937
- "metadataToken": 385881263,
4937
+ "metadataToken": 385881265,
4938
4938
  "canonicalSignature": ":System.Boolean",
4939
4939
  "normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
4940
4940
  "emitScope": "ViewOnly",
@@ -4954,7 +4954,7 @@
4954
4954
  {
4955
4955
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
4956
4956
  "clrName": "SyncRoot",
4957
- "metadataToken": 385881257,
4957
+ "metadataToken": 385881259,
4958
4958
  "canonicalSignature": ":System.Object",
4959
4959
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
4960
4960
  "emitScope": "ViewOnly",
@@ -4974,7 +4974,7 @@
4974
4974
  {
4975
4975
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Keys:System.Collections.ICollection",
4976
4976
  "clrName": "Keys",
4977
- "metadataToken": 385881260,
4977
+ "metadataToken": 385881262,
4978
4978
  "canonicalSignature": ":System.Collections.ICollection",
4979
4979
  "normalizedSignature": "Keys|:System.Collections.ICollection|static=false|accessor=get",
4980
4980
  "emitScope": "ViewOnly",
@@ -4994,7 +4994,7 @@
4994
4994
  {
4995
4995
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Values:System.Collections.ICollection",
4996
4996
  "clrName": "Values",
4997
- "metadataToken": 385881261,
4997
+ "metadataToken": 385881263,
4998
4998
  "canonicalSignature": ":System.Collections.ICollection",
4999
4999
  "normalizedSignature": "Values|:System.Collections.ICollection|static=false|accessor=get",
5000
5000
  "emitScope": "ViewOnly",
@@ -5014,7 +5014,7 @@
5014
5014
  {
5015
5015
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsReadOnly:System.Boolean",
5016
5016
  "clrName": "IsReadOnly",
5017
- "metadataToken": 385881262,
5017
+ "metadataToken": 385881264,
5018
5018
  "canonicalSignature": ":System.Boolean",
5019
5019
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
5020
5020
  "emitScope": "ViewOnly",
@@ -5034,7 +5034,7 @@
5034
5034
  {
5035
5035
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
5036
5036
  "clrName": "Count",
5037
- "metadataToken": 385881256,
5037
+ "metadataToken": 385881258,
5038
5038
  "canonicalSignature": ":System.Int32",
5039
5039
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
5040
5040
  "emitScope": "ViewOnly",
@@ -5054,7 +5054,7 @@
5054
5054
  {
5055
5055
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
5056
5056
  "clrName": "IsSynchronized",
5057
- "metadataToken": 385881258,
5057
+ "metadataToken": 385881260,
5058
5058
  "canonicalSignature": ":System.Boolean",
5059
5059
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
5060
5060
  "emitScope": "ViewOnly",
@@ -5365,7 +5365,7 @@
5365
5365
  {
5366
5366
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
5367
5367
  "clrName": "CopyTo",
5368
- "metadataToken": 100703826,
5368
+ "metadataToken": 100703831,
5369
5369
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
5370
5370
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
5371
5371
  "emitScope": "ViewOnly",
@@ -5386,7 +5386,7 @@
5386
5386
  {
5387
5387
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
5388
5388
  "clrName": "GetEnumerator",
5389
- "metadataToken": 100703845,
5389
+ "metadataToken": 100703850,
5390
5390
  "canonicalSignature": "():System.Collections.IEnumerator",
5391
5391
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
5392
5392
  "emitScope": "ViewOnly",
@@ -5407,7 +5407,7 @@
5407
5407
  {
5408
5408
  "stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
5409
5409
  "clrName": "Add",
5410
- "metadataToken": 100703854,
5410
+ "metadataToken": 100703859,
5411
5411
  "canonicalSignature": "(System.Object):System.Int32",
5412
5412
  "normalizedSignature": "Add|(System.Object):System.Int32|static=false",
5413
5413
  "emitScope": "ViewOnly",
@@ -5428,7 +5428,7 @@
5428
5428
  {
5429
5429
  "stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
5430
5430
  "clrName": "Contains",
5431
- "metadataToken": 100703855,
5431
+ "metadataToken": 100703860,
5432
5432
  "canonicalSignature": "(System.Object):System.Boolean",
5433
5433
  "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
5434
5434
  "emitScope": "ViewOnly",
@@ -5449,7 +5449,7 @@
5449
5449
  {
5450
5450
  "stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
5451
5451
  "clrName": "Clear",
5452
- "metadataToken": 100703856,
5452
+ "metadataToken": 100703861,
5453
5453
  "canonicalSignature": "():System.Void",
5454
5454
  "normalizedSignature": "Clear|():System.Void|static=false",
5455
5455
  "emitScope": "ViewOnly",
@@ -5470,7 +5470,7 @@
5470
5470
  {
5471
5471
  "stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
5472
5472
  "clrName": "Insert",
5473
- "metadataToken": 100703860,
5473
+ "metadataToken": 100703865,
5474
5474
  "canonicalSignature": "(System.Int32,System.Object):System.Void",
5475
5475
  "normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
5476
5476
  "emitScope": "ViewOnly",
@@ -5491,7 +5491,7 @@
5491
5491
  {
5492
5492
  "stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
5493
5493
  "clrName": "Remove",
5494
- "metadataToken": 100703861,
5494
+ "metadataToken": 100703866,
5495
5495
  "canonicalSignature": "(System.Object):System.Void",
5496
5496
  "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
5497
5497
  "emitScope": "ViewOnly",
@@ -5512,7 +5512,7 @@
5512
5512
  {
5513
5513
  "stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
5514
5514
  "clrName": "RemoveAt",
5515
- "metadataToken": 100703862,
5515
+ "metadataToken": 100703867,
5516
5516
  "canonicalSignature": "(System.Int32):System.Void",
5517
5517
  "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
5518
5518
  "emitScope": "ViewOnly",
@@ -5630,7 +5630,7 @@
5630
5630
  {
5631
5631
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
5632
5632
  "clrName": "IsFixedSize",
5633
- "metadataToken": 385881270,
5633
+ "metadataToken": 385881272,
5634
5634
  "canonicalSignature": ":System.Boolean",
5635
5635
  "normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
5636
5636
  "emitScope": "ViewOnly",
@@ -5650,7 +5650,7 @@
5650
5650
  {
5651
5651
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
5652
5652
  "clrName": "IsReadOnly",
5653
- "metadataToken": 385881269,
5653
+ "metadataToken": 385881271,
5654
5654
  "canonicalSignature": ":System.Boolean",
5655
5655
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
5656
5656
  "emitScope": "ViewOnly",
@@ -5670,7 +5670,7 @@
5670
5670
  {
5671
5671
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
5672
5672
  "clrName": "Count",
5673
- "metadataToken": 385881256,
5673
+ "metadataToken": 385881258,
5674
5674
  "canonicalSignature": ":System.Int32",
5675
5675
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
5676
5676
  "emitScope": "ViewOnly",
@@ -5690,7 +5690,7 @@
5690
5690
  {
5691
5691
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
5692
5692
  "clrName": "SyncRoot",
5693
- "metadataToken": 385881257,
5693
+ "metadataToken": 385881259,
5694
5694
  "canonicalSignature": ":System.Object",
5695
5695
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
5696
5696
  "emitScope": "ViewOnly",
@@ -5710,7 +5710,7 @@
5710
5710
  {
5711
5711
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
5712
5712
  "clrName": "IsSynchronized",
5713
- "metadataToken": 385881258,
5713
+ "metadataToken": 385881260,
5714
5714
  "canonicalSignature": ":System.Boolean",
5715
5715
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
5716
5716
  "emitScope": "ViewOnly",
@@ -5909,7 +5909,7 @@
5909
5909
  {
5910
5910
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
5911
5911
  "clrName": "GetEnumerator",
5912
- "metadataToken": 100703845,
5912
+ "metadataToken": 100703850,
5913
5913
  "canonicalSignature": "():System.Collections.IEnumerator",
5914
5914
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
5915
5915
  "emitScope": "ViewOnly",