@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
@@ -2834,7 +2834,7 @@
2834
2834
  {
2835
2835
  "stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
2836
2836
  "clrName": "Add",
2837
- "metadataToken": 100703854,
2837
+ "metadataToken": 100703859,
2838
2838
  "canonicalSignature": "(System.Object):System.Int32",
2839
2839
  "normalizedSignature": "Add|(System.Object):System.Int32|static=false",
2840
2840
  "emitScope": "ClassSurface",
@@ -2854,7 +2854,7 @@
2854
2854
  {
2855
2855
  "stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
2856
2856
  "clrName": "Contains",
2857
- "metadataToken": 100703855,
2857
+ "metadataToken": 100703860,
2858
2858
  "canonicalSignature": "(System.Object):System.Boolean",
2859
2859
  "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
2860
2860
  "emitScope": "ClassSurface",
@@ -2874,7 +2874,7 @@
2874
2874
  {
2875
2875
  "stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
2876
2876
  "clrName": "Insert",
2877
- "metadataToken": 100703860,
2877
+ "metadataToken": 100703865,
2878
2878
  "canonicalSignature": "(System.Int32,System.Object):System.Void",
2879
2879
  "normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
2880
2880
  "emitScope": "ClassSurface",
@@ -2894,7 +2894,7 @@
2894
2894
  {
2895
2895
  "stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
2896
2896
  "clrName": "Remove",
2897
- "metadataToken": 100703861,
2897
+ "metadataToken": 100703866,
2898
2898
  "canonicalSignature": "(System.Object):System.Void",
2899
2899
  "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
2900
2900
  "emitScope": "ClassSurface",
@@ -2914,7 +2914,7 @@
2914
2914
  {
2915
2915
  "stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
2916
2916
  "clrName": "RemoveAt",
2917
- "metadataToken": 100703862,
2917
+ "metadataToken": 100703867,
2918
2918
  "canonicalSignature": "(System.Int32):System.Void",
2919
2919
  "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
2920
2920
  "emitScope": "ClassSurface",
@@ -2934,7 +2934,7 @@
2934
2934
  {
2935
2935
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
2936
2936
  "clrName": "CopyTo",
2937
- "metadataToken": 100703826,
2937
+ "metadataToken": 100703831,
2938
2938
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
2939
2939
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
2940
2940
  "emitScope": "ClassSurface",
@@ -2954,7 +2954,7 @@
2954
2954
  {
2955
2955
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
2956
2956
  "clrName": "GetEnumerator",
2957
- "metadataToken": 100703845,
2957
+ "metadataToken": 100703850,
2958
2958
  "canonicalSignature": "():System.Collections.IEnumerator",
2959
2959
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
2960
2960
  "emitScope": "ClassSurface",
@@ -3147,7 +3147,7 @@
3147
3147
  {
3148
3148
  "stableId": "System.Private.CoreLib:System.Collections.IList::Item[System.Int32]:System.Object",
3149
3149
  "clrName": "Item",
3150
- "metadataToken": 385881268,
3150
+ "metadataToken": 385881270,
3151
3151
  "canonicalSignature": "[System.Int32]:System.Object",
3152
3152
  "normalizedSignature": "Item|[System.Int32]:System.Object|static=false|accessor=getset",
3153
3153
  "emitScope": "ClassSurface",
@@ -3166,7 +3166,7 @@
3166
3166
  {
3167
3167
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
3168
3168
  "clrName": "IsReadOnly",
3169
- "metadataToken": 385881269,
3169
+ "metadataToken": 385881271,
3170
3170
  "canonicalSignature": ":System.Boolean",
3171
3171
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
3172
3172
  "emitScope": "ClassSurface",
@@ -3185,7 +3185,7 @@
3185
3185
  {
3186
3186
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
3187
3187
  "clrName": "IsFixedSize",
3188
- "metadataToken": 385881270,
3188
+ "metadataToken": 385881272,
3189
3189
  "canonicalSignature": ":System.Boolean",
3190
3190
  "normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
3191
3191
  "emitScope": "ClassSurface",
@@ -3204,7 +3204,7 @@
3204
3204
  {
3205
3205
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
3206
3206
  "clrName": "Count",
3207
- "metadataToken": 385881256,
3207
+ "metadataToken": 385881258,
3208
3208
  "canonicalSignature": ":System.Int32",
3209
3209
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
3210
3210
  "emitScope": "ClassSurface",
@@ -3223,7 +3223,7 @@
3223
3223
  {
3224
3224
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
3225
3225
  "clrName": "SyncRoot",
3226
- "metadataToken": 385881257,
3226
+ "metadataToken": 385881259,
3227
3227
  "canonicalSignature": ":System.Object",
3228
3228
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
3229
3229
  "emitScope": "ClassSurface",
@@ -3242,7 +3242,7 @@
3242
3242
  {
3243
3243
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
3244
3244
  "clrName": "IsSynchronized",
3245
- "metadataToken": 385881258,
3245
+ "metadataToken": 385881260,
3246
3246
  "canonicalSignature": ":System.Boolean",
3247
3247
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
3248
3248
  "emitScope": "ClassSurface",
@@ -3427,7 +3427,7 @@
3427
3427
  {
3428
3428
  "stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
3429
3429
  "clrName": "Add",
3430
- "metadataToken": 100703854,
3430
+ "metadataToken": 100703859,
3431
3431
  "canonicalSignature": "(System.Object):System.Int32",
3432
3432
  "normalizedSignature": "Add|(System.Object):System.Int32|static=false",
3433
3433
  "emitScope": "ClassSurface",
@@ -3447,7 +3447,7 @@
3447
3447
  {
3448
3448
  "stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
3449
3449
  "clrName": "Contains",
3450
- "metadataToken": 100703855,
3450
+ "metadataToken": 100703860,
3451
3451
  "canonicalSignature": "(System.Object):System.Boolean",
3452
3452
  "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
3453
3453
  "emitScope": "ClassSurface",
@@ -3467,7 +3467,7 @@
3467
3467
  {
3468
3468
  "stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
3469
3469
  "clrName": "Insert",
3470
- "metadataToken": 100703860,
3470
+ "metadataToken": 100703865,
3471
3471
  "canonicalSignature": "(System.Int32,System.Object):System.Void",
3472
3472
  "normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
3473
3473
  "emitScope": "ClassSurface",
@@ -3487,7 +3487,7 @@
3487
3487
  {
3488
3488
  "stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
3489
3489
  "clrName": "Remove",
3490
- "metadataToken": 100703861,
3490
+ "metadataToken": 100703866,
3491
3491
  "canonicalSignature": "(System.Object):System.Void",
3492
3492
  "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
3493
3493
  "emitScope": "ClassSurface",
@@ -3507,7 +3507,7 @@
3507
3507
  {
3508
3508
  "stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
3509
3509
  "clrName": "RemoveAt",
3510
- "metadataToken": 100703862,
3510
+ "metadataToken": 100703867,
3511
3511
  "canonicalSignature": "(System.Int32):System.Void",
3512
3512
  "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
3513
3513
  "emitScope": "ClassSurface",
@@ -3527,7 +3527,7 @@
3527
3527
  {
3528
3528
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
3529
3529
  "clrName": "CopyTo",
3530
- "metadataToken": 100703826,
3530
+ "metadataToken": 100703831,
3531
3531
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
3532
3532
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
3533
3533
  "emitScope": "ClassSurface",
@@ -3547,7 +3547,7 @@
3547
3547
  {
3548
3548
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
3549
3549
  "clrName": "GetEnumerator",
3550
- "metadataToken": 100703845,
3550
+ "metadataToken": 100703850,
3551
3551
  "canonicalSignature": "():System.Collections.IEnumerator",
3552
3552
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
3553
3553
  "emitScope": "ClassSurface",
@@ -3816,7 +3816,7 @@
3816
3816
  {
3817
3817
  "stableId": "System.Private.CoreLib:System.Collections.IList::Item[System.Int32]:System.Object",
3818
3818
  "clrName": "Item",
3819
- "metadataToken": 385881268,
3819
+ "metadataToken": 385881270,
3820
3820
  "canonicalSignature": "[System.Int32]:System.Object",
3821
3821
  "normalizedSignature": "Item|[System.Int32]:System.Object|static=false|accessor=getset",
3822
3822
  "emitScope": "ClassSurface",
@@ -3835,7 +3835,7 @@
3835
3835
  {
3836
3836
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
3837
3837
  "clrName": "IsReadOnly",
3838
- "metadataToken": 385881269,
3838
+ "metadataToken": 385881271,
3839
3839
  "canonicalSignature": ":System.Boolean",
3840
3840
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
3841
3841
  "emitScope": "ClassSurface",
@@ -3854,7 +3854,7 @@
3854
3854
  {
3855
3855
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
3856
3856
  "clrName": "IsFixedSize",
3857
- "metadataToken": 385881270,
3857
+ "metadataToken": 385881272,
3858
3858
  "canonicalSignature": ":System.Boolean",
3859
3859
  "normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
3860
3860
  "emitScope": "ClassSurface",
@@ -3873,7 +3873,7 @@
3873
3873
  {
3874
3874
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
3875
3875
  "clrName": "Count",
3876
- "metadataToken": 385881256,
3876
+ "metadataToken": 385881258,
3877
3877
  "canonicalSignature": ":System.Int32",
3878
3878
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
3879
3879
  "emitScope": "ClassSurface",
@@ -3892,7 +3892,7 @@
3892
3892
  {
3893
3893
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
3894
3894
  "clrName": "SyncRoot",
3895
- "metadataToken": 385881257,
3895
+ "metadataToken": 385881259,
3896
3896
  "canonicalSignature": ":System.Object",
3897
3897
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
3898
3898
  "emitScope": "ClassSurface",
@@ -3911,7 +3911,7 @@
3911
3911
  {
3912
3912
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
3913
3913
  "clrName": "IsSynchronized",
3914
- "metadataToken": 385881258,
3914
+ "metadataToken": 385881260,
3915
3915
  "canonicalSignature": ":System.Boolean",
3916
3916
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
3917
3917
  "emitScope": "ClassSurface",
@@ -6893,7 +6893,7 @@
6893
6893
  {
6894
6894
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
6895
6895
  "clrName": "CopyTo",
6896
- "metadataToken": 100703826,
6896
+ "metadataToken": 100703831,
6897
6897
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
6898
6898
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
6899
6899
  "emitScope": "ViewOnly",
@@ -6914,7 +6914,7 @@
6914
6914
  {
6915
6915
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
6916
6916
  "clrName": "GetEnumerator",
6917
- "metadataToken": 100703845,
6917
+ "metadataToken": 100703850,
6918
6918
  "canonicalSignature": "():System.Collections.IEnumerator",
6919
6919
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
6920
6920
  "emitScope": "ViewOnly",
@@ -7015,7 +7015,7 @@
7015
7015
  {
7016
7016
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
7017
7017
  "clrName": "SyncRoot",
7018
- "metadataToken": 385881257,
7018
+ "metadataToken": 385881259,
7019
7019
  "canonicalSignature": ":System.Object",
7020
7020
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
7021
7021
  "emitScope": "ViewOnly",
@@ -7035,7 +7035,7 @@
7035
7035
  {
7036
7036
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
7037
7037
  "clrName": "IsSynchronized",
7038
- "metadataToken": 385881258,
7038
+ "metadataToken": 385881260,
7039
7039
  "canonicalSignature": ":System.Boolean",
7040
7040
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
7041
7041
  "emitScope": "ViewOnly",
@@ -7055,7 +7055,7 @@
7055
7055
  {
7056
7056
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
7057
7057
  "clrName": "Count",
7058
- "metadataToken": 385881256,
7058
+ "metadataToken": 385881258,
7059
7059
  "canonicalSignature": ":System.Int32",
7060
7060
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
7061
7061
  "emitScope": "ViewOnly",
@@ -8371,7 +8371,7 @@
8371
8371
  {
8372
8372
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::IndexOf(T):System.Int32",
8373
8373
  "clrName": "IndexOf",
8374
- "metadataToken": 100704568,
8374
+ "metadataToken": 100704573,
8375
8375
  "canonicalSignature": "(T):System.Int32",
8376
8376
  "normalizedSignature": "IndexOf|(T):System.Int32|static=false",
8377
8377
  "emitScope": "ViewOnly",
@@ -8392,7 +8392,7 @@
8392
8392
  {
8393
8393
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::Insert(System.Int32,T):System.Void",
8394
8394
  "clrName": "Insert",
8395
- "metadataToken": 100704569,
8395
+ "metadataToken": 100704574,
8396
8396
  "canonicalSignature": "(System.Int32,T):System.Void",
8397
8397
  "normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
8398
8398
  "emitScope": "ViewOnly",
@@ -8413,7 +8413,7 @@
8413
8413
  {
8414
8414
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::RemoveAt(System.Int32):System.Void",
8415
8415
  "clrName": "RemoveAt",
8416
- "metadataToken": 100704570,
8416
+ "metadataToken": 100704575,
8417
8417
  "canonicalSignature": "(System.Int32):System.Void",
8418
8418
  "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
8419
8419
  "emitScope": "ViewOnly",
@@ -8434,7 +8434,7 @@
8434
8434
  {
8435
8435
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
8436
8436
  "clrName": "Add",
8437
- "metadataToken": 100704538,
8437
+ "metadataToken": 100704543,
8438
8438
  "canonicalSignature": "(T):System.Void",
8439
8439
  "normalizedSignature": "Add|(T):System.Void|static=false",
8440
8440
  "emitScope": "ViewOnly",
@@ -8455,7 +8455,7 @@
8455
8455
  {
8456
8456
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
8457
8457
  "clrName": "Clear",
8458
- "metadataToken": 100704539,
8458
+ "metadataToken": 100704544,
8459
8459
  "canonicalSignature": "():System.Void",
8460
8460
  "normalizedSignature": "Clear|():System.Void|static=false",
8461
8461
  "emitScope": "ViewOnly",
@@ -8476,7 +8476,7 @@
8476
8476
  {
8477
8477
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
8478
8478
  "clrName": "Contains",
8479
- "metadataToken": 100704540,
8479
+ "metadataToken": 100704545,
8480
8480
  "canonicalSignature": "(T):System.Boolean",
8481
8481
  "normalizedSignature": "Contains|(T):System.Boolean|static=false",
8482
8482
  "emitScope": "ViewOnly",
@@ -8497,7 +8497,7 @@
8497
8497
  {
8498
8498
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
8499
8499
  "clrName": "CopyTo",
8500
- "metadataToken": 100704541,
8500
+ "metadataToken": 100704546,
8501
8501
  "canonicalSignature": "(T[],System.Int32):System.Void",
8502
8502
  "normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
8503
8503
  "emitScope": "ViewOnly",
@@ -8518,7 +8518,7 @@
8518
8518
  {
8519
8519
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
8520
8520
  "clrName": "GetEnumerator",
8521
- "metadataToken": 100704560,
8521
+ "metadataToken": 100704565,
8522
8522
  "canonicalSignature": "():IEnumerator_1",
8523
8523
  "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
8524
8524
  "emitScope": "ViewOnly",
@@ -8539,7 +8539,7 @@
8539
8539
  {
8540
8540
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
8541
8541
  "clrName": "GetEnumerator",
8542
- "metadataToken": 100703845,
8542
+ "metadataToken": 100703850,
8543
8543
  "canonicalSignature": "():System.Collections.IEnumerator",
8544
8544
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
8545
8545
  "emitScope": "ViewOnly",
@@ -8560,7 +8560,7 @@
8560
8560
  {
8561
8561
  "stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
8562
8562
  "clrName": "Add",
8563
- "metadataToken": 100703854,
8563
+ "metadataToken": 100703859,
8564
8564
  "canonicalSignature": "(System.Object):System.Int32",
8565
8565
  "normalizedSignature": "Add|(System.Object):System.Int32|static=false",
8566
8566
  "emitScope": "ViewOnly",
@@ -8581,7 +8581,7 @@
8581
8581
  {
8582
8582
  "stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
8583
8583
  "clrName": "Contains",
8584
- "metadataToken": 100703855,
8584
+ "metadataToken": 100703860,
8585
8585
  "canonicalSignature": "(System.Object):System.Boolean",
8586
8586
  "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
8587
8587
  "emitScope": "ViewOnly",
@@ -8602,7 +8602,7 @@
8602
8602
  {
8603
8603
  "stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
8604
8604
  "clrName": "Insert",
8605
- "metadataToken": 100703860,
8605
+ "metadataToken": 100703865,
8606
8606
  "canonicalSignature": "(System.Int32,System.Object):System.Void",
8607
8607
  "normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
8608
8608
  "emitScope": "ViewOnly",
@@ -8623,7 +8623,7 @@
8623
8623
  {
8624
8624
  "stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
8625
8625
  "clrName": "Remove",
8626
- "metadataToken": 100703861,
8626
+ "metadataToken": 100703866,
8627
8627
  "canonicalSignature": "(System.Object):System.Void",
8628
8628
  "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
8629
8629
  "emitScope": "ViewOnly",
@@ -8644,7 +8644,7 @@
8644
8644
  {
8645
8645
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
8646
8646
  "clrName": "CopyTo",
8647
- "metadataToken": 100703826,
8647
+ "metadataToken": 100703831,
8648
8648
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
8649
8649
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
8650
8650
  "emitScope": "ViewOnly",
@@ -8749,7 +8749,7 @@
8749
8749
  {
8750
8750
  "stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
8751
8751
  "clrName": "Clear",
8752
- "metadataToken": 100703856,
8752
+ "metadataToken": 100703861,
8753
8753
  "canonicalSignature": "():System.Void",
8754
8754
  "normalizedSignature": "Clear|():System.Void|static=false",
8755
8755
  "emitScope": "ViewOnly",
@@ -8770,7 +8770,7 @@
8770
8770
  {
8771
8771
  "stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
8772
8772
  "clrName": "RemoveAt",
8773
- "metadataToken": 100703862,
8773
+ "metadataToken": 100703867,
8774
8774
  "canonicalSignature": "(System.Int32):System.Void",
8775
8775
  "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
8776
8776
  "emitScope": "ViewOnly",
@@ -9025,7 +9025,7 @@
9025
9025
  {
9026
9026
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
9027
9027
  "clrName": "Count",
9028
- "metadataToken": 385881417,
9028
+ "metadataToken": 385881419,
9029
9029
  "canonicalSignature": ":System.Int32",
9030
9030
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
9031
9031
  "emitScope": "ViewOnly",
@@ -9045,7 +9045,7 @@
9045
9045
  {
9046
9046
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
9047
9047
  "clrName": "IsReadOnly",
9048
- "metadataToken": 385881418,
9048
+ "metadataToken": 385881420,
9049
9049
  "canonicalSignature": ":System.Boolean",
9050
9050
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
9051
9051
  "emitScope": "ViewOnly",
@@ -9065,7 +9065,7 @@
9065
9065
  {
9066
9066
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
9067
9067
  "clrName": "SyncRoot",
9068
- "metadataToken": 385881257,
9068
+ "metadataToken": 385881259,
9069
9069
  "canonicalSignature": ":System.Object",
9070
9070
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
9071
9071
  "emitScope": "ViewOnly",
@@ -9125,7 +9125,7 @@
9125
9125
  {
9126
9126
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
9127
9127
  "clrName": "IsReadOnly",
9128
- "metadataToken": 385881269,
9128
+ "metadataToken": 385881271,
9129
9129
  "canonicalSignature": ":System.Boolean",
9130
9130
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
9131
9131
  "emitScope": "ViewOnly",
@@ -9145,7 +9145,7 @@
9145
9145
  {
9146
9146
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
9147
9147
  "clrName": "IsFixedSize",
9148
- "metadataToken": 385881270,
9148
+ "metadataToken": 385881272,
9149
9149
  "canonicalSignature": ":System.Boolean",
9150
9150
  "normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
9151
9151
  "emitScope": "ViewOnly",
@@ -9165,7 +9165,7 @@
9165
9165
  {
9166
9166
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
9167
9167
  "clrName": "Count",
9168
- "metadataToken": 385881256,
9168
+ "metadataToken": 385881258,
9169
9169
  "canonicalSignature": ":System.Int32",
9170
9170
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
9171
9171
  "emitScope": "ViewOnly",
@@ -9185,7 +9185,7 @@
9185
9185
  {
9186
9186
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
9187
9187
  "clrName": "IsSynchronized",
9188
- "metadataToken": 385881258,
9188
+ "metadataToken": 385881260,
9189
9189
  "canonicalSignature": ":System.Boolean",
9190
9190
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
9191
9191
  "emitScope": "ViewOnly",
@@ -9205,7 +9205,7 @@
9205
9205
  {
9206
9206
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
9207
9207
  "clrName": "Count",
9208
- "metadataToken": 385881428,
9208
+ "metadataToken": 385881430,
9209
9209
  "canonicalSignature": ":System.Int32",
9210
9210
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
9211
9211
  "emitScope": "ViewOnly",
@@ -11173,7 +11173,7 @@
11173
11173
  {
11174
11174
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
11175
11175
  "clrName": "CopyTo",
11176
- "metadataToken": 100703826,
11176
+ "metadataToken": 100703831,
11177
11177
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
11178
11178
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
11179
11179
  "emitScope": "ViewOnly",
@@ -11194,7 +11194,7 @@
11194
11194
  {
11195
11195
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
11196
11196
  "clrName": "GetEnumerator",
11197
- "metadataToken": 100703845,
11197
+ "metadataToken": 100703850,
11198
11198
  "canonicalSignature": "():System.Collections.IEnumerator",
11199
11199
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
11200
11200
  "emitScope": "ViewOnly",
@@ -11257,7 +11257,7 @@
11257
11257
  {
11258
11258
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
11259
11259
  "clrName": "Count",
11260
- "metadataToken": 385881256,
11260
+ "metadataToken": 385881258,
11261
11261
  "canonicalSignature": ":System.Int32",
11262
11262
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
11263
11263
  "emitScope": "ViewOnly",
@@ -11277,7 +11277,7 @@
11277
11277
  {
11278
11278
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
11279
11279
  "clrName": "SyncRoot",
11280
- "metadataToken": 385881257,
11280
+ "metadataToken": 385881259,
11281
11281
  "canonicalSignature": ":System.Object",
11282
11282
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
11283
11283
  "emitScope": "ViewOnly",
@@ -11297,7 +11297,7 @@
11297
11297
  {
11298
11298
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
11299
11299
  "clrName": "IsSynchronized",
11300
- "metadataToken": 385881258,
11300
+ "metadataToken": 385881260,
11301
11301
  "canonicalSignature": ":System.Boolean",
11302
11302
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
11303
11303
  "emitScope": "ViewOnly",
@@ -17273,7 +17273,7 @@
17273
17273
  {
17274
17274
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
17275
17275
  "clrName": "CopyTo",
17276
- "metadataToken": 100703826,
17276
+ "metadataToken": 100703831,
17277
17277
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
17278
17278
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
17279
17279
  "emitScope": "ViewOnly",
@@ -17294,7 +17294,7 @@
17294
17294
  {
17295
17295
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
17296
17296
  "clrName": "GetEnumerator",
17297
- "metadataToken": 100703845,
17297
+ "metadataToken": 100703850,
17298
17298
  "canonicalSignature": "():System.Collections.IEnumerator",
17299
17299
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
17300
17300
  "emitScope": "ViewOnly",
@@ -17315,7 +17315,7 @@
17315
17315
  {
17316
17316
  "stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
17317
17317
  "clrName": "Add",
17318
- "metadataToken": 100703854,
17318
+ "metadataToken": 100703859,
17319
17319
  "canonicalSignature": "(System.Object):System.Int32",
17320
17320
  "normalizedSignature": "Add|(System.Object):System.Int32|static=false",
17321
17321
  "emitScope": "ViewOnly",
@@ -17336,7 +17336,7 @@
17336
17336
  {
17337
17337
  "stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
17338
17338
  "clrName": "Contains",
17339
- "metadataToken": 100703855,
17339
+ "metadataToken": 100703860,
17340
17340
  "canonicalSignature": "(System.Object):System.Boolean",
17341
17341
  "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
17342
17342
  "emitScope": "ViewOnly",
@@ -17357,7 +17357,7 @@
17357
17357
  {
17358
17358
  "stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
17359
17359
  "clrName": "Clear",
17360
- "metadataToken": 100703856,
17360
+ "metadataToken": 100703861,
17361
17361
  "canonicalSignature": "():System.Void",
17362
17362
  "normalizedSignature": "Clear|():System.Void|static=false",
17363
17363
  "emitScope": "ViewOnly",
@@ -17378,7 +17378,7 @@
17378
17378
  {
17379
17379
  "stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
17380
17380
  "clrName": "Insert",
17381
- "metadataToken": 100703860,
17381
+ "metadataToken": 100703865,
17382
17382
  "canonicalSignature": "(System.Int32,System.Object):System.Void",
17383
17383
  "normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
17384
17384
  "emitScope": "ViewOnly",
@@ -17399,7 +17399,7 @@
17399
17399
  {
17400
17400
  "stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
17401
17401
  "clrName": "Remove",
17402
- "metadataToken": 100703861,
17402
+ "metadataToken": 100703866,
17403
17403
  "canonicalSignature": "(System.Object):System.Void",
17404
17404
  "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
17405
17405
  "emitScope": "ViewOnly",
@@ -17420,7 +17420,7 @@
17420
17420
  {
17421
17421
  "stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
17422
17422
  "clrName": "RemoveAt",
17423
- "metadataToken": 100703862,
17423
+ "metadataToken": 100703867,
17424
17424
  "canonicalSignature": "(System.Int32):System.Void",
17425
17425
  "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
17426
17426
  "emitScope": "ViewOnly",
@@ -17502,7 +17502,7 @@
17502
17502
  {
17503
17503
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
17504
17504
  "clrName": "SyncRoot",
17505
- "metadataToken": 385881257,
17505
+ "metadataToken": 385881259,
17506
17506
  "canonicalSignature": ":System.Object",
17507
17507
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
17508
17508
  "emitScope": "ViewOnly",
@@ -17522,7 +17522,7 @@
17522
17522
  {
17523
17523
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
17524
17524
  "clrName": "IsSynchronized",
17525
- "metadataToken": 385881258,
17525
+ "metadataToken": 385881260,
17526
17526
  "canonicalSignature": ":System.Boolean",
17527
17527
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
17528
17528
  "emitScope": "ViewOnly",
@@ -17542,7 +17542,7 @@
17542
17542
  {
17543
17543
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
17544
17544
  "clrName": "Count",
17545
- "metadataToken": 385881256,
17545
+ "metadataToken": 385881258,
17546
17546
  "canonicalSignature": ":System.Int32",
17547
17547
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
17548
17548
  "emitScope": "ViewOnly",
@@ -17562,7 +17562,7 @@
17562
17562
  {
17563
17563
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
17564
17564
  "clrName": "IsReadOnly",
17565
- "metadataToken": 385881269,
17565
+ "metadataToken": 385881271,
17566
17566
  "canonicalSignature": ":System.Boolean",
17567
17567
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
17568
17568
  "emitScope": "ViewOnly",
@@ -17582,7 +17582,7 @@
17582
17582
  {
17583
17583
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
17584
17584
  "clrName": "IsFixedSize",
17585
- "metadataToken": 385881270,
17585
+ "metadataToken": 385881272,
17586
17586
  "canonicalSignature": ":System.Boolean",
17587
17587
  "normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
17588
17588
  "emitScope": "ViewOnly",
@@ -20686,7 +20686,7 @@
20686
20686
  {
20687
20687
  "stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
20688
20688
  "clrName": "Add",
20689
- "metadataToken": 100703854,
20689
+ "metadataToken": 100703859,
20690
20690
  "canonicalSignature": "(System.Object):System.Int32",
20691
20691
  "normalizedSignature": "Add|(System.Object):System.Int32|static=false",
20692
20692
  "emitScope": "ViewOnly",
@@ -20707,7 +20707,7 @@
20707
20707
  {
20708
20708
  "stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
20709
20709
  "clrName": "Clear",
20710
- "metadataToken": 100703856,
20710
+ "metadataToken": 100703861,
20711
20711
  "canonicalSignature": "():System.Void",
20712
20712
  "normalizedSignature": "Clear|():System.Void|static=false",
20713
20713
  "emitScope": "ViewOnly",
@@ -20728,7 +20728,7 @@
20728
20728
  {
20729
20729
  "stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
20730
20730
  "clrName": "Insert",
20731
- "metadataToken": 100703860,
20731
+ "metadataToken": 100703865,
20732
20732
  "canonicalSignature": "(System.Int32,System.Object):System.Void",
20733
20733
  "normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
20734
20734
  "emitScope": "ViewOnly",
@@ -20749,7 +20749,7 @@
20749
20749
  {
20750
20750
  "stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
20751
20751
  "clrName": "Remove",
20752
- "metadataToken": 100703861,
20752
+ "metadataToken": 100703866,
20753
20753
  "canonicalSignature": "(System.Object):System.Void",
20754
20754
  "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
20755
20755
  "emitScope": "ViewOnly",
@@ -20770,7 +20770,7 @@
20770
20770
  {
20771
20771
  "stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
20772
20772
  "clrName": "RemoveAt",
20773
- "metadataToken": 100703862,
20773
+ "metadataToken": 100703867,
20774
20774
  "canonicalSignature": "(System.Int32):System.Void",
20775
20775
  "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
20776
20776
  "emitScope": "ViewOnly",
@@ -20791,7 +20791,7 @@
20791
20791
  {
20792
20792
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
20793
20793
  "clrName": "GetEnumerator",
20794
- "metadataToken": 100703845,
20794
+ "metadataToken": 100703850,
20795
20795
  "canonicalSignature": "():System.Collections.IEnumerator",
20796
20796
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
20797
20797
  "emitScope": "ViewOnly",
@@ -20812,7 +20812,7 @@
20812
20812
  {
20813
20813
  "stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
20814
20814
  "clrName": "Contains",
20815
- "metadataToken": 100703855,
20815
+ "metadataToken": 100703860,
20816
20816
  "canonicalSignature": "(System.Object):System.Boolean",
20817
20817
  "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
20818
20818
  "emitScope": "ViewOnly",
@@ -20833,7 +20833,7 @@
20833
20833
  {
20834
20834
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
20835
20835
  "clrName": "CopyTo",
20836
- "metadataToken": 100703826,
20836
+ "metadataToken": 100703831,
20837
20837
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
20838
20838
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
20839
20839
  "emitScope": "ViewOnly",
@@ -20894,7 +20894,7 @@
20894
20894
  {
20895
20895
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
20896
20896
  "clrName": "IsReadOnly",
20897
- "metadataToken": 385881269,
20897
+ "metadataToken": 385881271,
20898
20898
  "canonicalSignature": ":System.Boolean",
20899
20899
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
20900
20900
  "emitScope": "ViewOnly",
@@ -20914,7 +20914,7 @@
20914
20914
  {
20915
20915
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
20916
20916
  "clrName": "SyncRoot",
20917
- "metadataToken": 385881257,
20917
+ "metadataToken": 385881259,
20918
20918
  "canonicalSignature": ":System.Object",
20919
20919
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
20920
20920
  "emitScope": "ViewOnly",
@@ -20934,7 +20934,7 @@
20934
20934
  {
20935
20935
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
20936
20936
  "clrName": "IsFixedSize",
20937
- "metadataToken": 385881270,
20937
+ "metadataToken": 385881272,
20938
20938
  "canonicalSignature": ":System.Boolean",
20939
20939
  "normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
20940
20940
  "emitScope": "ViewOnly",
@@ -20954,7 +20954,7 @@
20954
20954
  {
20955
20955
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
20956
20956
  "clrName": "Count",
20957
- "metadataToken": 385881256,
20957
+ "metadataToken": 385881258,
20958
20958
  "canonicalSignature": ":System.Int32",
20959
20959
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
20960
20960
  "emitScope": "ViewOnly",
@@ -20974,7 +20974,7 @@
20974
20974
  {
20975
20975
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
20976
20976
  "clrName": "IsSynchronized",
20977
- "metadataToken": 385881258,
20977
+ "metadataToken": 385881260,
20978
20978
  "canonicalSignature": ":System.Boolean",
20979
20979
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
20980
20980
  "emitScope": "ViewOnly",
@@ -26541,7 +26541,7 @@
26541
26541
  {
26542
26542
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Add(System.Object,System.Object):System.Void",
26543
26543
  "clrName": "Add",
26544
- "metadataToken": 100703836,
26544
+ "metadataToken": 100703841,
26545
26545
  "canonicalSignature": "(System.Object,System.Object):System.Void",
26546
26546
  "normalizedSignature": "Add|(System.Object,System.Object):System.Void|static=false",
26547
26547
  "emitScope": "ViewOnly",
@@ -26562,7 +26562,7 @@
26562
26562
  {
26563
26563
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::GetEnumerator():System.Collections.IDictionaryEnumerator",
26564
26564
  "clrName": "GetEnumerator",
26565
- "metadataToken": 100703840,
26565
+ "metadataToken": 100703845,
26566
26566
  "canonicalSignature": "():System.Collections.IDictionaryEnumerator",
26567
26567
  "normalizedSignature": "GetEnumerator|():System.Collections.IDictionaryEnumerator|static=false",
26568
26568
  "emitScope": "ViewOnly",
@@ -26583,7 +26583,7 @@
26583
26583
  {
26584
26584
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
26585
26585
  "clrName": "CopyTo",
26586
- "metadataToken": 100703826,
26586
+ "metadataToken": 100703831,
26587
26587
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
26588
26588
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
26589
26589
  "emitScope": "ViewOnly",
@@ -26604,7 +26604,7 @@
26604
26604
  {
26605
26605
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
26606
26606
  "clrName": "GetEnumerator",
26607
- "metadataToken": 100703845,
26607
+ "metadataToken": 100703850,
26608
26608
  "canonicalSignature": "():System.Collections.IEnumerator",
26609
26609
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
26610
26610
  "emitScope": "ViewOnly",
@@ -26625,7 +26625,7 @@
26625
26625
  {
26626
26626
  "stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
26627
26627
  "clrName": "Add",
26628
- "metadataToken": 100703854,
26628
+ "metadataToken": 100703859,
26629
26629
  "canonicalSignature": "(System.Object):System.Int32",
26630
26630
  "normalizedSignature": "Add|(System.Object):System.Int32|static=false",
26631
26631
  "emitScope": "ViewOnly",
@@ -26646,7 +26646,7 @@
26646
26646
  {
26647
26647
  "stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
26648
26648
  "clrName": "Contains",
26649
- "metadataToken": 100703855,
26649
+ "metadataToken": 100703860,
26650
26650
  "canonicalSignature": "(System.Object):System.Boolean",
26651
26651
  "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
26652
26652
  "emitScope": "ViewOnly",
@@ -26667,7 +26667,7 @@
26667
26667
  {
26668
26668
  "stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
26669
26669
  "clrName": "Clear",
26670
- "metadataToken": 100703856,
26670
+ "metadataToken": 100703861,
26671
26671
  "canonicalSignature": "():System.Void",
26672
26672
  "normalizedSignature": "Clear|():System.Void|static=false",
26673
26673
  "emitScope": "ViewOnly",
@@ -26688,7 +26688,7 @@
26688
26688
  {
26689
26689
  "stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
26690
26690
  "clrName": "Insert",
26691
- "metadataToken": 100703860,
26691
+ "metadataToken": 100703865,
26692
26692
  "canonicalSignature": "(System.Int32,System.Object):System.Void",
26693
26693
  "normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
26694
26694
  "emitScope": "ViewOnly",
@@ -26709,7 +26709,7 @@
26709
26709
  {
26710
26710
  "stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
26711
26711
  "clrName": "Remove",
26712
- "metadataToken": 100703861,
26712
+ "metadataToken": 100703866,
26713
26713
  "canonicalSignature": "(System.Object):System.Void",
26714
26714
  "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
26715
26715
  "emitScope": "ViewOnly",
@@ -26730,7 +26730,7 @@
26730
26730
  {
26731
26731
  "stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
26732
26732
  "clrName": "RemoveAt",
26733
- "metadataToken": 100703862,
26733
+ "metadataToken": 100703867,
26734
26734
  "canonicalSignature": "(System.Int32):System.Void",
26735
26735
  "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
26736
26736
  "emitScope": "ViewOnly",
@@ -26751,7 +26751,7 @@
26751
26751
  {
26752
26752
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Contains(System.Object):System.Boolean",
26753
26753
  "clrName": "Contains",
26754
- "metadataToken": 100703835,
26754
+ "metadataToken": 100703840,
26755
26755
  "canonicalSignature": "(System.Object):System.Boolean",
26756
26756
  "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
26757
26757
  "emitScope": "ViewOnly",
@@ -26772,7 +26772,7 @@
26772
26772
  {
26773
26773
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Clear():System.Void",
26774
26774
  "clrName": "Clear",
26775
- "metadataToken": 100703837,
26775
+ "metadataToken": 100703842,
26776
26776
  "canonicalSignature": "():System.Void",
26777
26777
  "normalizedSignature": "Clear|():System.Void|static=false",
26778
26778
  "emitScope": "ViewOnly",
@@ -26793,7 +26793,7 @@
26793
26793
  {
26794
26794
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Remove(System.Object):System.Void",
26795
26795
  "clrName": "Remove",
26796
- "metadataToken": 100703841,
26796
+ "metadataToken": 100703846,
26797
26797
  "canonicalSignature": "(System.Object):System.Void",
26798
26798
  "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
26799
26799
  "emitScope": "ViewOnly",
@@ -26875,7 +26875,7 @@
26875
26875
  {
26876
26876
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
26877
26877
  "clrName": "SyncRoot",
26878
- "metadataToken": 385881257,
26878
+ "metadataToken": 385881259,
26879
26879
  "canonicalSignature": ":System.Object",
26880
26880
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
26881
26881
  "emitScope": "ViewOnly",
@@ -26895,7 +26895,7 @@
26895
26895
  {
26896
26896
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
26897
26897
  "clrName": "IsSynchronized",
26898
- "metadataToken": 385881258,
26898
+ "metadataToken": 385881260,
26899
26899
  "canonicalSignature": ":System.Boolean",
26900
26900
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
26901
26901
  "emitScope": "ViewOnly",
@@ -26915,7 +26915,7 @@
26915
26915
  {
26916
26916
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Keys:System.Collections.ICollection",
26917
26917
  "clrName": "Keys",
26918
- "metadataToken": 385881260,
26918
+ "metadataToken": 385881262,
26919
26919
  "canonicalSignature": ":System.Collections.ICollection",
26920
26920
  "normalizedSignature": "Keys|:System.Collections.ICollection|static=false|accessor=get",
26921
26921
  "emitScope": "ViewOnly",
@@ -26935,7 +26935,7 @@
26935
26935
  {
26936
26936
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
26937
26937
  "clrName": "Count",
26938
- "metadataToken": 385881256,
26938
+ "metadataToken": 385881258,
26939
26939
  "canonicalSignature": ":System.Int32",
26940
26940
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
26941
26941
  "emitScope": "ViewOnly",
@@ -26955,7 +26955,7 @@
26955
26955
  {
26956
26956
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
26957
26957
  "clrName": "IsReadOnly",
26958
- "metadataToken": 385881269,
26958
+ "metadataToken": 385881271,
26959
26959
  "canonicalSignature": ":System.Boolean",
26960
26960
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
26961
26961
  "emitScope": "ViewOnly",
@@ -26975,7 +26975,7 @@
26975
26975
  {
26976
26976
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
26977
26977
  "clrName": "IsFixedSize",
26978
- "metadataToken": 385881270,
26978
+ "metadataToken": 385881272,
26979
26979
  "canonicalSignature": ":System.Boolean",
26980
26980
  "normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
26981
26981
  "emitScope": "ViewOnly",
@@ -26995,7 +26995,7 @@
26995
26995
  {
26996
26996
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Values:System.Collections.ICollection",
26997
26997
  "clrName": "Values",
26998
- "metadataToken": 385881261,
26998
+ "metadataToken": 385881263,
26999
26999
  "canonicalSignature": ":System.Collections.ICollection",
27000
27000
  "normalizedSignature": "Values|:System.Collections.ICollection|static=false|accessor=get",
27001
27001
  "emitScope": "ViewOnly",
@@ -27015,7 +27015,7 @@
27015
27015
  {
27016
27016
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsReadOnly:System.Boolean",
27017
27017
  "clrName": "IsReadOnly",
27018
- "metadataToken": 385881262,
27018
+ "metadataToken": 385881264,
27019
27019
  "canonicalSignature": ":System.Boolean",
27020
27020
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
27021
27021
  "emitScope": "ViewOnly",
@@ -27035,7 +27035,7 @@
27035
27035
  {
27036
27036
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsFixedSize:System.Boolean",
27037
27037
  "clrName": "IsFixedSize",
27038
- "metadataToken": 385881263,
27038
+ "metadataToken": 385881265,
27039
27039
  "canonicalSignature": ":System.Boolean",
27040
27040
  "normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
27041
27041
  "emitScope": "ViewOnly",