@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
@@ -4517,7 +4517,7 @@
4517
4517
  {
4518
4518
  "stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
4519
4519
  "clrName": "Add",
4520
- "metadataToken": 100703854,
4520
+ "metadataToken": 100703859,
4521
4521
  "canonicalSignature": "(System.Object):System.Int32",
4522
4522
  "normalizedSignature": "Add|(System.Object):System.Int32|static=false",
4523
4523
  "emitScope": "ClassSurface",
@@ -4537,7 +4537,7 @@
4537
4537
  {
4538
4538
  "stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
4539
4539
  "clrName": "Contains",
4540
- "metadataToken": 100703855,
4540
+ "metadataToken": 100703860,
4541
4541
  "canonicalSignature": "(System.Object):System.Boolean",
4542
4542
  "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
4543
4543
  "emitScope": "ClassSurface",
@@ -4557,7 +4557,7 @@
4557
4557
  {
4558
4558
  "stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
4559
4559
  "clrName": "Clear",
4560
- "metadataToken": 100703856,
4560
+ "metadataToken": 100703861,
4561
4561
  "canonicalSignature": "():System.Void",
4562
4562
  "normalizedSignature": "Clear|():System.Void|static=false",
4563
4563
  "emitScope": "ClassSurface",
@@ -4577,7 +4577,7 @@
4577
4577
  {
4578
4578
  "stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
4579
4579
  "clrName": "Insert",
4580
- "metadataToken": 100703860,
4580
+ "metadataToken": 100703865,
4581
4581
  "canonicalSignature": "(System.Int32,System.Object):System.Void",
4582
4582
  "normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
4583
4583
  "emitScope": "ClassSurface",
@@ -4597,7 +4597,7 @@
4597
4597
  {
4598
4598
  "stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
4599
4599
  "clrName": "Remove",
4600
- "metadataToken": 100703861,
4600
+ "metadataToken": 100703866,
4601
4601
  "canonicalSignature": "(System.Object):System.Void",
4602
4602
  "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
4603
4603
  "emitScope": "ClassSurface",
@@ -4617,7 +4617,7 @@
4617
4617
  {
4618
4618
  "stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
4619
4619
  "clrName": "RemoveAt",
4620
- "metadataToken": 100703862,
4620
+ "metadataToken": 100703867,
4621
4621
  "canonicalSignature": "(System.Int32):System.Void",
4622
4622
  "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
4623
4623
  "emitScope": "ClassSurface",
@@ -4637,7 +4637,7 @@
4637
4637
  {
4638
4638
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
4639
4639
  "clrName": "CopyTo",
4640
- "metadataToken": 100703826,
4640
+ "metadataToken": 100703831,
4641
4641
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
4642
4642
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
4643
4643
  "emitScope": "ClassSurface",
@@ -4657,7 +4657,7 @@
4657
4657
  {
4658
4658
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
4659
4659
  "clrName": "GetEnumerator",
4660
- "metadataToken": 100703845,
4660
+ "metadataToken": 100703850,
4661
4661
  "canonicalSignature": "():System.Collections.IEnumerator",
4662
4662
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
4663
4663
  "emitScope": "ClassSurface",
@@ -4759,7 +4759,7 @@
4759
4759
  {
4760
4760
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
4761
4761
  "clrName": "IsReadOnly",
4762
- "metadataToken": 385881269,
4762
+ "metadataToken": 385881271,
4763
4763
  "canonicalSignature": ":System.Boolean",
4764
4764
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
4765
4765
  "emitScope": "ClassSurface",
@@ -4778,7 +4778,7 @@
4778
4778
  {
4779
4779
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
4780
4780
  "clrName": "IsFixedSize",
4781
- "metadataToken": 385881270,
4781
+ "metadataToken": 385881272,
4782
4782
  "canonicalSignature": ":System.Boolean",
4783
4783
  "normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
4784
4784
  "emitScope": "ClassSurface",
@@ -4797,7 +4797,7 @@
4797
4797
  {
4798
4798
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
4799
4799
  "clrName": "Count",
4800
- "metadataToken": 385881256,
4800
+ "metadataToken": 385881258,
4801
4801
  "canonicalSignature": ":System.Int32",
4802
4802
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
4803
4803
  "emitScope": "ClassSurface",
@@ -4816,7 +4816,7 @@
4816
4816
  {
4817
4817
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
4818
4818
  "clrName": "SyncRoot",
4819
- "metadataToken": 385881257,
4819
+ "metadataToken": 385881259,
4820
4820
  "canonicalSignature": ":System.Object",
4821
4821
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
4822
4822
  "emitScope": "ClassSurface",
@@ -4835,7 +4835,7 @@
4835
4835
  {
4836
4836
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
4837
4837
  "clrName": "IsSynchronized",
4838
- "metadataToken": 385881258,
4838
+ "metadataToken": 385881260,
4839
4839
  "canonicalSignature": ":System.Boolean",
4840
4840
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
4841
4841
  "emitScope": "ClassSurface",
@@ -5232,7 +5232,7 @@
5232
5232
  {
5233
5233
  "stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
5234
5234
  "clrName": "Add",
5235
- "metadataToken": 100703854,
5235
+ "metadataToken": 100703859,
5236
5236
  "canonicalSignature": "(System.Object):System.Int32",
5237
5237
  "normalizedSignature": "Add|(System.Object):System.Int32|static=false",
5238
5238
  "emitScope": "ClassSurface",
@@ -5252,7 +5252,7 @@
5252
5252
  {
5253
5253
  "stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
5254
5254
  "clrName": "Contains",
5255
- "metadataToken": 100703855,
5255
+ "metadataToken": 100703860,
5256
5256
  "canonicalSignature": "(System.Object):System.Boolean",
5257
5257
  "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
5258
5258
  "emitScope": "ClassSurface",
@@ -5272,7 +5272,7 @@
5272
5272
  {
5273
5273
  "stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
5274
5274
  "clrName": "Clear",
5275
- "metadataToken": 100703856,
5275
+ "metadataToken": 100703861,
5276
5276
  "canonicalSignature": "():System.Void",
5277
5277
  "normalizedSignature": "Clear|():System.Void|static=false",
5278
5278
  "emitScope": "ClassSurface",
@@ -5292,7 +5292,7 @@
5292
5292
  {
5293
5293
  "stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
5294
5294
  "clrName": "Insert",
5295
- "metadataToken": 100703860,
5295
+ "metadataToken": 100703865,
5296
5296
  "canonicalSignature": "(System.Int32,System.Object):System.Void",
5297
5297
  "normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
5298
5298
  "emitScope": "ClassSurface",
@@ -5312,7 +5312,7 @@
5312
5312
  {
5313
5313
  "stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
5314
5314
  "clrName": "Remove",
5315
- "metadataToken": 100703861,
5315
+ "metadataToken": 100703866,
5316
5316
  "canonicalSignature": "(System.Object):System.Void",
5317
5317
  "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
5318
5318
  "emitScope": "ClassSurface",
@@ -5332,7 +5332,7 @@
5332
5332
  {
5333
5333
  "stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
5334
5334
  "clrName": "RemoveAt",
5335
- "metadataToken": 100703862,
5335
+ "metadataToken": 100703867,
5336
5336
  "canonicalSignature": "(System.Int32):System.Void",
5337
5337
  "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
5338
5338
  "emitScope": "ClassSurface",
@@ -5352,7 +5352,7 @@
5352
5352
  {
5353
5353
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
5354
5354
  "clrName": "CopyTo",
5355
- "metadataToken": 100703826,
5355
+ "metadataToken": 100703831,
5356
5356
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
5357
5357
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
5358
5358
  "emitScope": "ClassSurface",
@@ -5372,7 +5372,7 @@
5372
5372
  {
5373
5373
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
5374
5374
  "clrName": "GetEnumerator",
5375
- "metadataToken": 100703845,
5375
+ "metadataToken": 100703850,
5376
5376
  "canonicalSignature": "():System.Collections.IEnumerator",
5377
5377
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
5378
5378
  "emitScope": "ClassSurface",
@@ -5474,7 +5474,7 @@
5474
5474
  {
5475
5475
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
5476
5476
  "clrName": "IsReadOnly",
5477
- "metadataToken": 385881269,
5477
+ "metadataToken": 385881271,
5478
5478
  "canonicalSignature": ":System.Boolean",
5479
5479
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
5480
5480
  "emitScope": "ClassSurface",
@@ -5493,7 +5493,7 @@
5493
5493
  {
5494
5494
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
5495
5495
  "clrName": "IsFixedSize",
5496
- "metadataToken": 385881270,
5496
+ "metadataToken": 385881272,
5497
5497
  "canonicalSignature": ":System.Boolean",
5498
5498
  "normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
5499
5499
  "emitScope": "ClassSurface",
@@ -5512,7 +5512,7 @@
5512
5512
  {
5513
5513
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
5514
5514
  "clrName": "Count",
5515
- "metadataToken": 385881256,
5515
+ "metadataToken": 385881258,
5516
5516
  "canonicalSignature": ":System.Int32",
5517
5517
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
5518
5518
  "emitScope": "ClassSurface",
@@ -5531,7 +5531,7 @@
5531
5531
  {
5532
5532
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
5533
5533
  "clrName": "SyncRoot",
5534
- "metadataToken": 385881257,
5534
+ "metadataToken": 385881259,
5535
5535
  "canonicalSignature": ":System.Object",
5536
5536
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
5537
5537
  "emitScope": "ClassSurface",
@@ -5550,7 +5550,7 @@
5550
5550
  {
5551
5551
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
5552
5552
  "clrName": "IsSynchronized",
5553
- "metadataToken": 385881258,
5553
+ "metadataToken": 385881260,
5554
5554
  "canonicalSignature": ":System.Boolean",
5555
5555
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
5556
5556
  "emitScope": "ClassSurface",
@@ -7812,7 +7812,7 @@
7812
7812
  {
7813
7813
  "stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
7814
7814
  "clrName": "Add",
7815
- "metadataToken": 100703854,
7815
+ "metadataToken": 100703859,
7816
7816
  "canonicalSignature": "(System.Object):System.Int32",
7817
7817
  "normalizedSignature": "Add|(System.Object):System.Int32|static=false",
7818
7818
  "emitScope": "ClassSurface",
@@ -7832,7 +7832,7 @@
7832
7832
  {
7833
7833
  "stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
7834
7834
  "clrName": "Contains",
7835
- "metadataToken": 100703855,
7835
+ "metadataToken": 100703860,
7836
7836
  "canonicalSignature": "(System.Object):System.Boolean",
7837
7837
  "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
7838
7838
  "emitScope": "ClassSurface",
@@ -7852,7 +7852,7 @@
7852
7852
  {
7853
7853
  "stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
7854
7854
  "clrName": "Clear",
7855
- "metadataToken": 100703856,
7855
+ "metadataToken": 100703861,
7856
7856
  "canonicalSignature": "():System.Void",
7857
7857
  "normalizedSignature": "Clear|():System.Void|static=false",
7858
7858
  "emitScope": "ClassSurface",
@@ -7872,7 +7872,7 @@
7872
7872
  {
7873
7873
  "stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
7874
7874
  "clrName": "Insert",
7875
- "metadataToken": 100703860,
7875
+ "metadataToken": 100703865,
7876
7876
  "canonicalSignature": "(System.Int32,System.Object):System.Void",
7877
7877
  "normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
7878
7878
  "emitScope": "ClassSurface",
@@ -7892,7 +7892,7 @@
7892
7892
  {
7893
7893
  "stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
7894
7894
  "clrName": "Remove",
7895
- "metadataToken": 100703861,
7895
+ "metadataToken": 100703866,
7896
7896
  "canonicalSignature": "(System.Object):System.Void",
7897
7897
  "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
7898
7898
  "emitScope": "ClassSurface",
@@ -7912,7 +7912,7 @@
7912
7912
  {
7913
7913
  "stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
7914
7914
  "clrName": "RemoveAt",
7915
- "metadataToken": 100703862,
7915
+ "metadataToken": 100703867,
7916
7916
  "canonicalSignature": "(System.Int32):System.Void",
7917
7917
  "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
7918
7918
  "emitScope": "ClassSurface",
@@ -7932,7 +7932,7 @@
7932
7932
  {
7933
7933
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
7934
7934
  "clrName": "CopyTo",
7935
- "metadataToken": 100703826,
7935
+ "metadataToken": 100703831,
7936
7936
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
7937
7937
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
7938
7938
  "emitScope": "ClassSurface",
@@ -7952,7 +7952,7 @@
7952
7952
  {
7953
7953
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
7954
7954
  "clrName": "GetEnumerator",
7955
- "metadataToken": 100703845,
7955
+ "metadataToken": 100703850,
7956
7956
  "canonicalSignature": "():System.Collections.IEnumerator",
7957
7957
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
7958
7958
  "emitScope": "ClassSurface",
@@ -8054,7 +8054,7 @@
8054
8054
  {
8055
8055
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
8056
8056
  "clrName": "IsReadOnly",
8057
- "metadataToken": 385881269,
8057
+ "metadataToken": 385881271,
8058
8058
  "canonicalSignature": ":System.Boolean",
8059
8059
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
8060
8060
  "emitScope": "ClassSurface",
@@ -8073,7 +8073,7 @@
8073
8073
  {
8074
8074
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
8075
8075
  "clrName": "IsFixedSize",
8076
- "metadataToken": 385881270,
8076
+ "metadataToken": 385881272,
8077
8077
  "canonicalSignature": ":System.Boolean",
8078
8078
  "normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
8079
8079
  "emitScope": "ClassSurface",
@@ -8092,7 +8092,7 @@
8092
8092
  {
8093
8093
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
8094
8094
  "clrName": "Count",
8095
- "metadataToken": 385881256,
8095
+ "metadataToken": 385881258,
8096
8096
  "canonicalSignature": ":System.Int32",
8097
8097
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
8098
8098
  "emitScope": "ClassSurface",
@@ -8111,7 +8111,7 @@
8111
8111
  {
8112
8112
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
8113
8113
  "clrName": "SyncRoot",
8114
- "metadataToken": 385881257,
8114
+ "metadataToken": 385881259,
8115
8115
  "canonicalSignature": ":System.Object",
8116
8116
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
8117
8117
  "emitScope": "ClassSurface",
@@ -8130,7 +8130,7 @@
8130
8130
  {
8131
8131
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
8132
8132
  "clrName": "IsSynchronized",
8133
- "metadataToken": 385881258,
8133
+ "metadataToken": 385881260,
8134
8134
  "canonicalSignature": ":System.Boolean",
8135
8135
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
8136
8136
  "emitScope": "ClassSurface",
@@ -8639,7 +8639,7 @@
8639
8639
  {
8640
8640
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
8641
8641
  "clrName": "CopyTo",
8642
- "metadataToken": 100703826,
8642
+ "metadataToken": 100703831,
8643
8643
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
8644
8644
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
8645
8645
  "emitScope": "ViewOnly",
@@ -8660,7 +8660,7 @@
8660
8660
  {
8661
8661
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
8662
8662
  "clrName": "GetEnumerator",
8663
- "metadataToken": 100703845,
8663
+ "metadataToken": 100703850,
8664
8664
  "canonicalSignature": "():System.Collections.IEnumerator",
8665
8665
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
8666
8666
  "emitScope": "ViewOnly",
@@ -8762,7 +8762,7 @@
8762
8762
  {
8763
8763
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
8764
8764
  "clrName": "Count",
8765
- "metadataToken": 385881256,
8765
+ "metadataToken": 385881258,
8766
8766
  "canonicalSignature": ":System.Int32",
8767
8767
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
8768
8768
  "emitScope": "ViewOnly",
@@ -8782,7 +8782,7 @@
8782
8782
  {
8783
8783
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
8784
8784
  "clrName": "SyncRoot",
8785
- "metadataToken": 385881257,
8785
+ "metadataToken": 385881259,
8786
8786
  "canonicalSignature": ":System.Object",
8787
8787
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
8788
8788
  "emitScope": "ViewOnly",
@@ -8802,7 +8802,7 @@
8802
8802
  {
8803
8803
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
8804
8804
  "clrName": "IsSynchronized",
8805
- "metadataToken": 385881258,
8805
+ "metadataToken": 385881260,
8806
8806
  "canonicalSignature": ":System.Boolean",
8807
8807
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
8808
8808
  "emitScope": "ViewOnly",
@@ -9985,7 +9985,7 @@
9985
9985
  {
9986
9986
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
9987
9987
  "clrName": "CopyTo",
9988
- "metadataToken": 100703826,
9988
+ "metadataToken": 100703831,
9989
9989
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
9990
9990
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
9991
9991
  "emitScope": "ViewOnly",
@@ -10006,7 +10006,7 @@
10006
10006
  {
10007
10007
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
10008
10008
  "clrName": "GetEnumerator",
10009
- "metadataToken": 100703845,
10009
+ "metadataToken": 100703850,
10010
10010
  "canonicalSignature": "():System.Collections.IEnumerator",
10011
10011
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
10012
10012
  "emitScope": "ViewOnly",
@@ -10108,7 +10108,7 @@
10108
10108
  {
10109
10109
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
10110
10110
  "clrName": "Count",
10111
- "metadataToken": 385881256,
10111
+ "metadataToken": 385881258,
10112
10112
  "canonicalSignature": ":System.Int32",
10113
10113
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
10114
10114
  "emitScope": "ViewOnly",
@@ -10128,7 +10128,7 @@
10128
10128
  {
10129
10129
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
10130
10130
  "clrName": "SyncRoot",
10131
- "metadataToken": 385881257,
10131
+ "metadataToken": 385881259,
10132
10132
  "canonicalSignature": ":System.Object",
10133
10133
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
10134
10134
  "emitScope": "ViewOnly",
@@ -10148,7 +10148,7 @@
10148
10148
  {
10149
10149
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
10150
10150
  "clrName": "IsSynchronized",
10151
- "metadataToken": 385881258,
10151
+ "metadataToken": 385881260,
10152
10152
  "canonicalSignature": ":System.Boolean",
10153
10153
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
10154
10154
  "emitScope": "ViewOnly",
@@ -11104,7 +11104,7 @@
11104
11104
  {
11105
11105
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
11106
11106
  "clrName": "CopyTo",
11107
- "metadataToken": 100703826,
11107
+ "metadataToken": 100703831,
11108
11108
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
11109
11109
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
11110
11110
  "emitScope": "ViewOnly",
@@ -11125,7 +11125,7 @@
11125
11125
  {
11126
11126
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
11127
11127
  "clrName": "GetEnumerator",
11128
- "metadataToken": 100703845,
11128
+ "metadataToken": 100703850,
11129
11129
  "canonicalSignature": "():System.Collections.IEnumerator",
11130
11130
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
11131
11131
  "emitScope": "ViewOnly",
@@ -11208,7 +11208,7 @@
11208
11208
  {
11209
11209
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
11210
11210
  "clrName": "Count",
11211
- "metadataToken": 385881256,
11211
+ "metadataToken": 385881258,
11212
11212
  "canonicalSignature": ":System.Int32",
11213
11213
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
11214
11214
  "emitScope": "ViewOnly",
@@ -11228,7 +11228,7 @@
11228
11228
  {
11229
11229
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
11230
11230
  "clrName": "SyncRoot",
11231
- "metadataToken": 385881257,
11231
+ "metadataToken": 385881259,
11232
11232
  "canonicalSignature": ":System.Object",
11233
11233
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
11234
11234
  "emitScope": "ViewOnly",
@@ -11248,7 +11248,7 @@
11248
11248
  {
11249
11249
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
11250
11250
  "clrName": "IsSynchronized",
11251
- "metadataToken": 385881258,
11251
+ "metadataToken": 385881260,
11252
11252
  "canonicalSignature": ":System.Boolean",
11253
11253
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
11254
11254
  "emitScope": "ViewOnly",
@@ -12725,7 +12725,7 @@
12725
12725
  {
12726
12726
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
12727
12727
  "clrName": "CopyTo",
12728
- "metadataToken": 100703826,
12728
+ "metadataToken": 100703831,
12729
12729
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
12730
12730
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
12731
12731
  "emitScope": "ViewOnly",
@@ -12746,7 +12746,7 @@
12746
12746
  {
12747
12747
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
12748
12748
  "clrName": "GetEnumerator",
12749
- "metadataToken": 100703845,
12749
+ "metadataToken": 100703850,
12750
12750
  "canonicalSignature": "():System.Collections.IEnumerator",
12751
12751
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
12752
12752
  "emitScope": "ViewOnly",
@@ -12807,7 +12807,7 @@
12807
12807
  {
12808
12808
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
12809
12809
  "clrName": "SyncRoot",
12810
- "metadataToken": 385881257,
12810
+ "metadataToken": 385881259,
12811
12811
  "canonicalSignature": ":System.Object",
12812
12812
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
12813
12813
  "emitScope": "ViewOnly",
@@ -12827,7 +12827,7 @@
12827
12827
  {
12828
12828
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
12829
12829
  "clrName": "IsSynchronized",
12830
- "metadataToken": 385881258,
12830
+ "metadataToken": 385881260,
12831
12831
  "canonicalSignature": ":System.Boolean",
12832
12832
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
12833
12833
  "emitScope": "ViewOnly",
@@ -12847,7 +12847,7 @@
12847
12847
  {
12848
12848
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
12849
12849
  "clrName": "Count",
12850
- "metadataToken": 385881256,
12850
+ "metadataToken": 385881258,
12851
12851
  "canonicalSignature": ":System.Int32",
12852
12852
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
12853
12853
  "emitScope": "ViewOnly",
@@ -12940,7 +12940,7 @@
12940
12940
  {
12941
12941
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEqualityComparer\u00601::Equals(T,T):System.Boolean",
12942
12942
  "clrName": "Equals",
12943
- "metadataToken": 100704562,
12943
+ "metadataToken": 100704567,
12944
12944
  "canonicalSignature": "(T,T):System.Boolean",
12945
12945
  "normalizedSignature": "Equals|(T,T):System.Boolean|static=false",
12946
12946
  "emitScope": "ViewOnly",
@@ -12961,7 +12961,7 @@
12961
12961
  {
12962
12962
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEqualityComparer\u00601::GetHashCode(T):System.Int32",
12963
12963
  "clrName": "GetHashCode",
12964
- "metadataToken": 100704563,
12964
+ "metadataToken": 100704568,
12965
12965
  "canonicalSignature": "(T):System.Int32",
12966
12966
  "normalizedSignature": "GetHashCode|(T):System.Int32|static=false",
12967
12967
  "emitScope": "ViewOnly",
@@ -18780,7 +18780,7 @@
18780
18780
  {
18781
18781
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
18782
18782
  "clrName": "CopyTo",
18783
- "metadataToken": 100703826,
18783
+ "metadataToken": 100703831,
18784
18784
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
18785
18785
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
18786
18786
  "emitScope": "ViewOnly",
@@ -18801,7 +18801,7 @@
18801
18801
  {
18802
18802
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
18803
18803
  "clrName": "GetEnumerator",
18804
- "metadataToken": 100703845,
18804
+ "metadataToken": 100703850,
18805
18805
  "canonicalSignature": "():System.Collections.IEnumerator",
18806
18806
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
18807
18807
  "emitScope": "ViewOnly",
@@ -18923,7 +18923,7 @@
18923
18923
  {
18924
18924
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
18925
18925
  "clrName": "Count",
18926
- "metadataToken": 385881256,
18926
+ "metadataToken": 385881258,
18927
18927
  "canonicalSignature": ":System.Int32",
18928
18928
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
18929
18929
  "emitScope": "ViewOnly",
@@ -18943,7 +18943,7 @@
18943
18943
  {
18944
18944
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
18945
18945
  "clrName": "SyncRoot",
18946
- "metadataToken": 385881257,
18946
+ "metadataToken": 385881259,
18947
18947
  "canonicalSignature": ":System.Object",
18948
18948
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
18949
18949
  "emitScope": "ViewOnly",
@@ -18963,7 +18963,7 @@
18963
18963
  {
18964
18964
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
18965
18965
  "clrName": "IsSynchronized",
18966
- "metadataToken": 385881258,
18966
+ "metadataToken": 385881260,
18967
18967
  "canonicalSignature": ":System.Boolean",
18968
18968
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
18969
18969
  "emitScope": "ViewOnly",
@@ -20184,7 +20184,7 @@
20184
20184
  {
20185
20185
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
20186
20186
  "clrName": "GetEnumerator",
20187
- "metadataToken": 100703845,
20187
+ "metadataToken": 100703850,
20188
20188
  "canonicalSignature": "():System.Collections.IEnumerator",
20189
20189
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
20190
20190
  "emitScope": "ViewOnly",
@@ -21118,7 +21118,7 @@
21118
21118
  {
21119
21119
  "stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
21120
21120
  "clrName": "Add",
21121
- "metadataToken": 100703854,
21121
+ "metadataToken": 100703859,
21122
21122
  "canonicalSignature": "(System.Object):System.Int32",
21123
21123
  "normalizedSignature": "Add|(System.Object):System.Int32|static=false",
21124
21124
  "emitScope": "ViewOnly",
@@ -21139,7 +21139,7 @@
21139
21139
  {
21140
21140
  "stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
21141
21141
  "clrName": "Contains",
21142
- "metadataToken": 100703855,
21142
+ "metadataToken": 100703860,
21143
21143
  "canonicalSignature": "(System.Object):System.Boolean",
21144
21144
  "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
21145
21145
  "emitScope": "ViewOnly",
@@ -21160,7 +21160,7 @@
21160
21160
  {
21161
21161
  "stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
21162
21162
  "clrName": "Insert",
21163
- "metadataToken": 100703860,
21163
+ "metadataToken": 100703865,
21164
21164
  "canonicalSignature": "(System.Int32,System.Object):System.Void",
21165
21165
  "normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
21166
21166
  "emitScope": "ViewOnly",
@@ -21181,7 +21181,7 @@
21181
21181
  {
21182
21182
  "stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
21183
21183
  "clrName": "Remove",
21184
- "metadataToken": 100703861,
21184
+ "metadataToken": 100703866,
21185
21185
  "canonicalSignature": "(System.Object):System.Void",
21186
21186
  "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
21187
21187
  "emitScope": "ViewOnly",
@@ -21202,7 +21202,7 @@
21202
21202
  {
21203
21203
  "stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
21204
21204
  "clrName": "RemoveAt",
21205
- "metadataToken": 100703862,
21205
+ "metadataToken": 100703867,
21206
21206
  "canonicalSignature": "(System.Int32):System.Void",
21207
21207
  "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
21208
21208
  "emitScope": "ViewOnly",
@@ -21307,7 +21307,7 @@
21307
21307
  {
21308
21308
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
21309
21309
  "clrName": "CopyTo",
21310
- "metadataToken": 100703826,
21310
+ "metadataToken": 100703831,
21311
21311
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
21312
21312
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
21313
21313
  "emitScope": "ViewOnly",
@@ -21328,7 +21328,7 @@
21328
21328
  {
21329
21329
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
21330
21330
  "clrName": "GetEnumerator",
21331
- "metadataToken": 100703845,
21331
+ "metadataToken": 100703850,
21332
21332
  "canonicalSignature": "():System.Collections.IEnumerator",
21333
21333
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
21334
21334
  "emitScope": "ViewOnly",
@@ -21370,7 +21370,7 @@
21370
21370
  {
21371
21371
  "stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
21372
21372
  "clrName": "Clear",
21373
- "metadataToken": 100703856,
21373
+ "metadataToken": 100703861,
21374
21374
  "canonicalSignature": "():System.Void",
21375
21375
  "normalizedSignature": "Clear|():System.Void|static=false",
21376
21376
  "emitScope": "ViewOnly",
@@ -21821,7 +21821,7 @@
21821
21821
  {
21822
21822
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
21823
21823
  "clrName": "SyncRoot",
21824
- "metadataToken": 385881257,
21824
+ "metadataToken": 385881259,
21825
21825
  "canonicalSignature": ":System.Object",
21826
21826
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
21827
21827
  "emitScope": "ViewOnly",
@@ -22001,7 +22001,7 @@
22001
22001
  {
22002
22002
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
22003
22003
  "clrName": "IsReadOnly",
22004
- "metadataToken": 385881269,
22004
+ "metadataToken": 385881271,
22005
22005
  "canonicalSignature": ":System.Boolean",
22006
22006
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
22007
22007
  "emitScope": "ViewOnly",
@@ -22021,7 +22021,7 @@
22021
22021
  {
22022
22022
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
22023
22023
  "clrName": "IsFixedSize",
22024
- "metadataToken": 385881270,
22024
+ "metadataToken": 385881272,
22025
22025
  "canonicalSignature": ":System.Boolean",
22026
22026
  "normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
22027
22027
  "emitScope": "ViewOnly",
@@ -22041,7 +22041,7 @@
22041
22041
  {
22042
22042
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
22043
22043
  "clrName": "Count",
22044
- "metadataToken": 385881256,
22044
+ "metadataToken": 385881258,
22045
22045
  "canonicalSignature": ":System.Int32",
22046
22046
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
22047
22047
  "emitScope": "ViewOnly",
@@ -22061,7 +22061,7 @@
22061
22061
  {
22062
22062
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
22063
22063
  "clrName": "IsSynchronized",
22064
- "metadataToken": 385881258,
22064
+ "metadataToken": 385881260,
22065
22065
  "canonicalSignature": ":System.Boolean",
22066
22066
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
22067
22067
  "emitScope": "ViewOnly",
@@ -22417,7 +22417,7 @@
22417
22417
  {
22418
22418
  "stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
22419
22419
  "clrName": "Add",
22420
- "metadataToken": 100703854,
22420
+ "metadataToken": 100703859,
22421
22421
  "canonicalSignature": "(System.Object):System.Int32",
22422
22422
  "normalizedSignature": "Add|(System.Object):System.Int32|static=false",
22423
22423
  "emitScope": "ViewOnly",
@@ -22438,7 +22438,7 @@
22438
22438
  {
22439
22439
  "stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
22440
22440
  "clrName": "Contains",
22441
- "metadataToken": 100703855,
22441
+ "metadataToken": 100703860,
22442
22442
  "canonicalSignature": "(System.Object):System.Boolean",
22443
22443
  "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
22444
22444
  "emitScope": "ViewOnly",
@@ -22459,7 +22459,7 @@
22459
22459
  {
22460
22460
  "stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
22461
22461
  "clrName": "Insert",
22462
- "metadataToken": 100703860,
22462
+ "metadataToken": 100703865,
22463
22463
  "canonicalSignature": "(System.Int32,System.Object):System.Void",
22464
22464
  "normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
22465
22465
  "emitScope": "ViewOnly",
@@ -22480,7 +22480,7 @@
22480
22480
  {
22481
22481
  "stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
22482
22482
  "clrName": "Remove",
22483
- "metadataToken": 100703861,
22483
+ "metadataToken": 100703866,
22484
22484
  "canonicalSignature": "(System.Object):System.Void",
22485
22485
  "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
22486
22486
  "emitScope": "ViewOnly",
@@ -22501,7 +22501,7 @@
22501
22501
  {
22502
22502
  "stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
22503
22503
  "clrName": "RemoveAt",
22504
- "metadataToken": 100703862,
22504
+ "metadataToken": 100703867,
22505
22505
  "canonicalSignature": "(System.Int32):System.Void",
22506
22506
  "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
22507
22507
  "emitScope": "ViewOnly",
@@ -22522,7 +22522,7 @@
22522
22522
  {
22523
22523
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
22524
22524
  "clrName": "CopyTo",
22525
- "metadataToken": 100703826,
22525
+ "metadataToken": 100703831,
22526
22526
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
22527
22527
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
22528
22528
  "emitScope": "ViewOnly",
@@ -22543,7 +22543,7 @@
22543
22543
  {
22544
22544
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
22545
22545
  "clrName": "GetEnumerator",
22546
- "metadataToken": 100703845,
22546
+ "metadataToken": 100703850,
22547
22547
  "canonicalSignature": "():System.Collections.IEnumerator",
22548
22548
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
22549
22549
  "emitScope": "ViewOnly",
@@ -22627,7 +22627,7 @@
22627
22627
  {
22628
22628
  "stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
22629
22629
  "clrName": "Clear",
22630
- "metadataToken": 100703856,
22630
+ "metadataToken": 100703861,
22631
22631
  "canonicalSignature": "():System.Void",
22632
22632
  "normalizedSignature": "Clear|():System.Void|static=false",
22633
22633
  "emitScope": "ViewOnly",
@@ -22787,7 +22787,7 @@
22787
22787
  {
22788
22788
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
22789
22789
  "clrName": "Count",
22790
- "metadataToken": 385881256,
22790
+ "metadataToken": 385881258,
22791
22791
  "canonicalSignature": ":System.Int32",
22792
22792
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
22793
22793
  "emitScope": "ViewOnly",
@@ -22807,7 +22807,7 @@
22807
22807
  {
22808
22808
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
22809
22809
  "clrName": "SyncRoot",
22810
- "metadataToken": 385881257,
22810
+ "metadataToken": 385881259,
22811
22811
  "canonicalSignature": ":System.Object",
22812
22812
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
22813
22813
  "emitScope": "ViewOnly",
@@ -22947,7 +22947,7 @@
22947
22947
  {
22948
22948
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
22949
22949
  "clrName": "IsReadOnly",
22950
- "metadataToken": 385881269,
22950
+ "metadataToken": 385881271,
22951
22951
  "canonicalSignature": ":System.Boolean",
22952
22952
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
22953
22953
  "emitScope": "ViewOnly",
@@ -22967,7 +22967,7 @@
22967
22967
  {
22968
22968
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
22969
22969
  "clrName": "IsFixedSize",
22970
- "metadataToken": 385881270,
22970
+ "metadataToken": 385881272,
22971
22971
  "canonicalSignature": ":System.Boolean",
22972
22972
  "normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
22973
22973
  "emitScope": "ViewOnly",
@@ -22987,7 +22987,7 @@
22987
22987
  {
22988
22988
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
22989
22989
  "clrName": "IsSynchronized",
22990
- "metadataToken": 385881258,
22990
+ "metadataToken": 385881260,
22991
22991
  "canonicalSignature": ":System.Boolean",
22992
22992
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
22993
22993
  "emitScope": "ViewOnly",
@@ -23268,7 +23268,7 @@
23268
23268
  {
23269
23269
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
23270
23270
  "clrName": "CopyTo",
23271
- "metadataToken": 100703826,
23271
+ "metadataToken": 100703831,
23272
23272
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
23273
23273
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
23274
23274
  "emitScope": "ViewOnly",
@@ -23289,7 +23289,7 @@
23289
23289
  {
23290
23290
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
23291
23291
  "clrName": "GetEnumerator",
23292
- "metadataToken": 100703845,
23292
+ "metadataToken": 100703850,
23293
23293
  "canonicalSignature": "():System.Collections.IEnumerator",
23294
23294
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
23295
23295
  "emitScope": "ViewOnly",
@@ -23488,7 +23488,7 @@
23488
23488
  {
23489
23489
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
23490
23490
  "clrName": "Count",
23491
- "metadataToken": 385881256,
23491
+ "metadataToken": 385881258,
23492
23492
  "canonicalSignature": ":System.Int32",
23493
23493
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
23494
23494
  "emitScope": "ViewOnly",
@@ -23508,7 +23508,7 @@
23508
23508
  {
23509
23509
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
23510
23510
  "clrName": "SyncRoot",
23511
- "metadataToken": 385881257,
23511
+ "metadataToken": 385881259,
23512
23512
  "canonicalSignature": ":System.Object",
23513
23513
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
23514
23514
  "emitScope": "ViewOnly",
@@ -23528,7 +23528,7 @@
23528
23528
  {
23529
23529
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
23530
23530
  "clrName": "IsSynchronized",
23531
- "metadataToken": 385881258,
23531
+ "metadataToken": 385881260,
23532
23532
  "canonicalSignature": ":System.Boolean",
23533
23533
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
23534
23534
  "emitScope": "ViewOnly",
@@ -23956,7 +23956,7 @@
23956
23956
  {
23957
23957
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
23958
23958
  "clrName": "GetEnumerator",
23959
- "metadataToken": 100703845,
23959
+ "metadataToken": 100703850,
23960
23960
  "canonicalSignature": "():System.Collections.IEnumerator",
23961
23961
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
23962
23962
  "emitScope": "ViewOnly",
@@ -24035,7 +24035,7 @@
24035
24035
  {
24036
24036
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
24037
24037
  "clrName": "GetEnumerator",
24038
- "metadataToken": 100703845,
24038
+ "metadataToken": 100703850,
24039
24039
  "canonicalSignature": "():System.Collections.IEnumerator",
24040
24040
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
24041
24041
  "emitScope": "ViewOnly",
@@ -24056,7 +24056,7 @@
24056
24056
  {
24057
24057
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
24058
24058
  "clrName": "GetEnumerator",
24059
- "metadataToken": 100704560,
24059
+ "metadataToken": 100704565,
24060
24060
  "canonicalSignature": "():IEnumerator_1",
24061
24061
  "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
24062
24062
  "emitScope": "ViewOnly",
@@ -24710,7 +24710,7 @@
24710
24710
  {
24711
24711
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
24712
24712
  "clrName": "CopyTo",
24713
- "metadataToken": 100703826,
24713
+ "metadataToken": 100703831,
24714
24714
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
24715
24715
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
24716
24716
  "emitScope": "ViewOnly",
@@ -24731,7 +24731,7 @@
24731
24731
  {
24732
24732
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
24733
24733
  "clrName": "GetEnumerator",
24734
- "metadataToken": 100703845,
24734
+ "metadataToken": 100703850,
24735
24735
  "canonicalSignature": "():System.Collections.IEnumerator",
24736
24736
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
24737
24737
  "emitScope": "ViewOnly",
@@ -24849,7 +24849,7 @@
24849
24849
  {
24850
24850
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
24851
24851
  "clrName": "Count",
24852
- "metadataToken": 385881256,
24852
+ "metadataToken": 385881258,
24853
24853
  "canonicalSignature": ":System.Int32",
24854
24854
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
24855
24855
  "emitScope": "ViewOnly",
@@ -24869,7 +24869,7 @@
24869
24869
  {
24870
24870
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
24871
24871
  "clrName": "SyncRoot",
24872
- "metadataToken": 385881257,
24872
+ "metadataToken": 385881259,
24873
24873
  "canonicalSignature": ":System.Object",
24874
24874
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
24875
24875
  "emitScope": "ViewOnly",
@@ -24889,7 +24889,7 @@
24889
24889
  {
24890
24890
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
24891
24891
  "clrName": "IsSynchronized",
24892
- "metadataToken": 385881258,
24892
+ "metadataToken": 385881260,
24893
24893
  "canonicalSignature": ":System.Boolean",
24894
24894
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
24895
24895
  "emitScope": "ViewOnly",
@@ -25409,7 +25409,7 @@
25409
25409
  {
25410
25410
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
25411
25411
  "clrName": "GetEnumerator",
25412
- "metadataToken": 100703845,
25412
+ "metadataToken": 100703850,
25413
25413
  "canonicalSignature": "():System.Collections.IEnumerator",
25414
25414
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
25415
25415
  "emitScope": "ViewOnly",
@@ -25430,7 +25430,7 @@
25430
25430
  {
25431
25431
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
25432
25432
  "clrName": "GetEnumerator",
25433
- "metadataToken": 100704560,
25433
+ "metadataToken": 100704565,
25434
25434
  "canonicalSignature": "():IEnumerator_1",
25435
25435
  "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
25436
25436
  "emitScope": "ViewOnly",
@@ -25519,7 +25519,7 @@
25519
25519
  {
25520
25520
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Contains(System.Object):System.Boolean",
25521
25521
  "clrName": "Contains",
25522
- "metadataToken": 100703835,
25522
+ "metadataToken": 100703840,
25523
25523
  "canonicalSignature": "(System.Object):System.Boolean",
25524
25524
  "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
25525
25525
  "emitScope": "ViewOnly",
@@ -25540,7 +25540,7 @@
25540
25540
  {
25541
25541
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Add(System.Object,System.Object):System.Void",
25542
25542
  "clrName": "Add",
25543
- "metadataToken": 100703836,
25543
+ "metadataToken": 100703841,
25544
25544
  "canonicalSignature": "(System.Object,System.Object):System.Void",
25545
25545
  "normalizedSignature": "Add|(System.Object,System.Object):System.Void|static=false",
25546
25546
  "emitScope": "ViewOnly",
@@ -25561,7 +25561,7 @@
25561
25561
  {
25562
25562
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Clear():System.Void",
25563
25563
  "clrName": "Clear",
25564
- "metadataToken": 100703837,
25564
+ "metadataToken": 100703842,
25565
25565
  "canonicalSignature": "():System.Void",
25566
25566
  "normalizedSignature": "Clear|():System.Void|static=false",
25567
25567
  "emitScope": "ViewOnly",
@@ -25582,7 +25582,7 @@
25582
25582
  {
25583
25583
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::GetEnumerator():System.Collections.IDictionaryEnumerator",
25584
25584
  "clrName": "GetEnumerator",
25585
- "metadataToken": 100703840,
25585
+ "metadataToken": 100703845,
25586
25586
  "canonicalSignature": "():System.Collections.IDictionaryEnumerator",
25587
25587
  "normalizedSignature": "GetEnumerator|():System.Collections.IDictionaryEnumerator|static=false",
25588
25588
  "emitScope": "ViewOnly",
@@ -25603,7 +25603,7 @@
25603
25603
  {
25604
25604
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Remove(System.Object):System.Void",
25605
25605
  "clrName": "Remove",
25606
- "metadataToken": 100703841,
25606
+ "metadataToken": 100703846,
25607
25607
  "canonicalSignature": "(System.Object):System.Void",
25608
25608
  "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
25609
25609
  "emitScope": "ViewOnly",
@@ -25624,7 +25624,7 @@
25624
25624
  {
25625
25625
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
25626
25626
  "clrName": "CopyTo",
25627
- "metadataToken": 100703826,
25627
+ "metadataToken": 100703831,
25628
25628
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
25629
25629
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
25630
25630
  "emitScope": "ViewOnly",
@@ -25645,7 +25645,7 @@
25645
25645
  {
25646
25646
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
25647
25647
  "clrName": "GetEnumerator",
25648
- "metadataToken": 100703845,
25648
+ "metadataToken": 100703850,
25649
25649
  "canonicalSignature": "():System.Collections.IEnumerator",
25650
25650
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
25651
25651
  "emitScope": "ViewOnly",
@@ -25731,7 +25731,7 @@
25731
25731
  {
25732
25732
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Keys:System.Collections.ICollection",
25733
25733
  "clrName": "Keys",
25734
- "metadataToken": 385881260,
25734
+ "metadataToken": 385881262,
25735
25735
  "canonicalSignature": ":System.Collections.ICollection",
25736
25736
  "normalizedSignature": "Keys|:System.Collections.ICollection|static=false|accessor=get",
25737
25737
  "emitScope": "ViewOnly",
@@ -25751,7 +25751,7 @@
25751
25751
  {
25752
25752
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsReadOnly:System.Boolean",
25753
25753
  "clrName": "IsReadOnly",
25754
- "metadataToken": 385881262,
25754
+ "metadataToken": 385881264,
25755
25755
  "canonicalSignature": ":System.Boolean",
25756
25756
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
25757
25757
  "emitScope": "ViewOnly",
@@ -25771,7 +25771,7 @@
25771
25771
  {
25772
25772
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
25773
25773
  "clrName": "Count",
25774
- "metadataToken": 385881256,
25774
+ "metadataToken": 385881258,
25775
25775
  "canonicalSignature": ":System.Int32",
25776
25776
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
25777
25777
  "emitScope": "ViewOnly",
@@ -25791,7 +25791,7 @@
25791
25791
  {
25792
25792
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
25793
25793
  "clrName": "SyncRoot",
25794
- "metadataToken": 385881257,
25794
+ "metadataToken": 385881259,
25795
25795
  "canonicalSignature": ":System.Object",
25796
25796
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
25797
25797
  "emitScope": "ViewOnly",
@@ -25811,7 +25811,7 @@
25811
25811
  {
25812
25812
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Values:System.Collections.ICollection",
25813
25813
  "clrName": "Values",
25814
- "metadataToken": 385881261,
25814
+ "metadataToken": 385881263,
25815
25815
  "canonicalSignature": ":System.Collections.ICollection",
25816
25816
  "normalizedSignature": "Values|:System.Collections.ICollection|static=false|accessor=get",
25817
25817
  "emitScope": "ViewOnly",
@@ -25831,7 +25831,7 @@
25831
25831
  {
25832
25832
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsFixedSize:System.Boolean",
25833
25833
  "clrName": "IsFixedSize",
25834
- "metadataToken": 385881263,
25834
+ "metadataToken": 385881265,
25835
25835
  "canonicalSignature": ":System.Boolean",
25836
25836
  "normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
25837
25837
  "emitScope": "ViewOnly",
@@ -25851,7 +25851,7 @@
25851
25851
  {
25852
25852
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
25853
25853
  "clrName": "IsSynchronized",
25854
- "metadataToken": 385881258,
25854
+ "metadataToken": 385881260,
25855
25855
  "canonicalSignature": ":System.Boolean",
25856
25856
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
25857
25857
  "emitScope": "ViewOnly",
@@ -26651,7 +26651,7 @@
26651
26651
  {
26652
26652
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
26653
26653
  "clrName": "GetEnumerator",
26654
- "metadataToken": 100703845,
26654
+ "metadataToken": 100703850,
26655
26655
  "canonicalSignature": "():System.Collections.IEnumerator",
26656
26656
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
26657
26657
  "emitScope": "ViewOnly",
@@ -26693,7 +26693,7 @@
26693
26693
  {
26694
26694
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
26695
26695
  "clrName": "GetEnumerator",
26696
- "metadataToken": 100704560,
26696
+ "metadataToken": 100704565,
26697
26697
  "canonicalSignature": "():IEnumerator_1",
26698
26698
  "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
26699
26699
  "emitScope": "ViewOnly",