@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
@@ -4291,7 +4291,7 @@
4291
4291
  {
4292
4292
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::IndexOf(T):System.Int32",
4293
4293
  "clrName": "IndexOf",
4294
- "metadataToken": 100704568,
4294
+ "metadataToken": 100704573,
4295
4295
  "canonicalSignature": "(T):System.Int32",
4296
4296
  "normalizedSignature": "IndexOf|(T):System.Int32|static=false",
4297
4297
  "emitScope": "ViewOnly",
@@ -4312,7 +4312,7 @@
4312
4312
  {
4313
4313
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::Insert(System.Int32,T):System.Void",
4314
4314
  "clrName": "Insert",
4315
- "metadataToken": 100704569,
4315
+ "metadataToken": 100704574,
4316
4316
  "canonicalSignature": "(System.Int32,T):System.Void",
4317
4317
  "normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
4318
4318
  "emitScope": "ViewOnly",
@@ -4333,7 +4333,7 @@
4333
4333
  {
4334
4334
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::RemoveAt(System.Int32):System.Void",
4335
4335
  "clrName": "RemoveAt",
4336
- "metadataToken": 100704570,
4336
+ "metadataToken": 100704575,
4337
4337
  "canonicalSignature": "(System.Int32):System.Void",
4338
4338
  "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
4339
4339
  "emitScope": "ViewOnly",
@@ -4354,7 +4354,7 @@
4354
4354
  {
4355
4355
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
4356
4356
  "clrName": "Add",
4357
- "metadataToken": 100704538,
4357
+ "metadataToken": 100704543,
4358
4358
  "canonicalSignature": "(T):System.Void",
4359
4359
  "normalizedSignature": "Add|(T):System.Void|static=false",
4360
4360
  "emitScope": "ViewOnly",
@@ -4375,7 +4375,7 @@
4375
4375
  {
4376
4376
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
4377
4377
  "clrName": "Clear",
4378
- "metadataToken": 100704539,
4378
+ "metadataToken": 100704544,
4379
4379
  "canonicalSignature": "():System.Void",
4380
4380
  "normalizedSignature": "Clear|():System.Void|static=false",
4381
4381
  "emitScope": "ViewOnly",
@@ -4396,7 +4396,7 @@
4396
4396
  {
4397
4397
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
4398
4398
  "clrName": "Contains",
4399
- "metadataToken": 100704540,
4399
+ "metadataToken": 100704545,
4400
4400
  "canonicalSignature": "(T):System.Boolean",
4401
4401
  "normalizedSignature": "Contains|(T):System.Boolean|static=false",
4402
4402
  "emitScope": "ViewOnly",
@@ -4417,7 +4417,7 @@
4417
4417
  {
4418
4418
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
4419
4419
  "clrName": "CopyTo",
4420
- "metadataToken": 100704541,
4420
+ "metadataToken": 100704546,
4421
4421
  "canonicalSignature": "(T[],System.Int32):System.Void",
4422
4422
  "normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
4423
4423
  "emitScope": "ViewOnly",
@@ -4438,7 +4438,7 @@
4438
4438
  {
4439
4439
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
4440
4440
  "clrName": "GetEnumerator",
4441
- "metadataToken": 100704560,
4441
+ "metadataToken": 100704565,
4442
4442
  "canonicalSignature": "():IEnumerator_1",
4443
4443
  "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
4444
4444
  "emitScope": "ViewOnly",
@@ -4459,7 +4459,7 @@
4459
4459
  {
4460
4460
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
4461
4461
  "clrName": "GetEnumerator",
4462
- "metadataToken": 100703845,
4462
+ "metadataToken": 100703850,
4463
4463
  "canonicalSignature": "():System.Collections.IEnumerator",
4464
4464
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
4465
4465
  "emitScope": "ViewOnly",
@@ -4480,7 +4480,7 @@
4480
4480
  {
4481
4481
  "stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
4482
4482
  "clrName": "Add",
4483
- "metadataToken": 100703854,
4483
+ "metadataToken": 100703859,
4484
4484
  "canonicalSignature": "(System.Object):System.Int32",
4485
4485
  "normalizedSignature": "Add|(System.Object):System.Int32|static=false",
4486
4486
  "emitScope": "ViewOnly",
@@ -4501,7 +4501,7 @@
4501
4501
  {
4502
4502
  "stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
4503
4503
  "clrName": "Contains",
4504
- "metadataToken": 100703855,
4504
+ "metadataToken": 100703860,
4505
4505
  "canonicalSignature": "(System.Object):System.Boolean",
4506
4506
  "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
4507
4507
  "emitScope": "ViewOnly",
@@ -4522,7 +4522,7 @@
4522
4522
  {
4523
4523
  "stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
4524
4524
  "clrName": "Insert",
4525
- "metadataToken": 100703860,
4525
+ "metadataToken": 100703865,
4526
4526
  "canonicalSignature": "(System.Int32,System.Object):System.Void",
4527
4527
  "normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
4528
4528
  "emitScope": "ViewOnly",
@@ -4543,7 +4543,7 @@
4543
4543
  {
4544
4544
  "stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
4545
4545
  "clrName": "Remove",
4546
- "metadataToken": 100703861,
4546
+ "metadataToken": 100703866,
4547
4547
  "canonicalSignature": "(System.Object):System.Void",
4548
4548
  "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
4549
4549
  "emitScope": "ViewOnly",
@@ -4564,7 +4564,7 @@
4564
4564
  {
4565
4565
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
4566
4566
  "clrName": "CopyTo",
4567
- "metadataToken": 100703826,
4567
+ "metadataToken": 100703831,
4568
4568
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
4569
4569
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
4570
4570
  "emitScope": "ViewOnly",
@@ -4585,7 +4585,7 @@
4585
4585
  {
4586
4586
  "stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
4587
4587
  "clrName": "Clear",
4588
- "metadataToken": 100703856,
4588
+ "metadataToken": 100703861,
4589
4589
  "canonicalSignature": "():System.Void",
4590
4590
  "normalizedSignature": "Clear|():System.Void|static=false",
4591
4591
  "emitScope": "ViewOnly",
@@ -4606,7 +4606,7 @@
4606
4606
  {
4607
4607
  "stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
4608
4608
  "clrName": "RemoveAt",
4609
- "metadataToken": 100703862,
4609
+ "metadataToken": 100703867,
4610
4610
  "canonicalSignature": "(System.Int32):System.Void",
4611
4611
  "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
4612
4612
  "emitScope": "ViewOnly",
@@ -4629,7 +4629,7 @@
4629
4629
  {
4630
4630
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
4631
4631
  "clrName": "Count",
4632
- "metadataToken": 385881417,
4632
+ "metadataToken": 385881419,
4633
4633
  "canonicalSignature": ":System.Int32",
4634
4634
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
4635
4635
  "emitScope": "ViewOnly",
@@ -4649,7 +4649,7 @@
4649
4649
  {
4650
4650
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
4651
4651
  "clrName": "IsReadOnly",
4652
- "metadataToken": 385881418,
4652
+ "metadataToken": 385881420,
4653
4653
  "canonicalSignature": ":System.Boolean",
4654
4654
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
4655
4655
  "emitScope": "ViewOnly",
@@ -4669,7 +4669,7 @@
4669
4669
  {
4670
4670
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
4671
4671
  "clrName": "SyncRoot",
4672
- "metadataToken": 385881257,
4672
+ "metadataToken": 385881259,
4673
4673
  "canonicalSignature": ":System.Object",
4674
4674
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
4675
4675
  "emitScope": "ViewOnly",
@@ -4689,7 +4689,7 @@
4689
4689
  {
4690
4690
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
4691
4691
  "clrName": "IsReadOnly",
4692
- "metadataToken": 385881269,
4692
+ "metadataToken": 385881271,
4693
4693
  "canonicalSignature": ":System.Boolean",
4694
4694
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
4695
4695
  "emitScope": "ViewOnly",
@@ -4709,7 +4709,7 @@
4709
4709
  {
4710
4710
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
4711
4711
  "clrName": "IsFixedSize",
4712
- "metadataToken": 385881270,
4712
+ "metadataToken": 385881272,
4713
4713
  "canonicalSignature": ":System.Boolean",
4714
4714
  "normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
4715
4715
  "emitScope": "ViewOnly",
@@ -4729,7 +4729,7 @@
4729
4729
  {
4730
4730
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
4731
4731
  "clrName": "Count",
4732
- "metadataToken": 385881256,
4732
+ "metadataToken": 385881258,
4733
4733
  "canonicalSignature": ":System.Int32",
4734
4734
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
4735
4735
  "emitScope": "ViewOnly",
@@ -4749,7 +4749,7 @@
4749
4749
  {
4750
4750
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
4751
4751
  "clrName": "IsSynchronized",
4752
- "metadataToken": 385881258,
4752
+ "metadataToken": 385881260,
4753
4753
  "canonicalSignature": ":System.Boolean",
4754
4754
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
4755
4755
  "emitScope": "ViewOnly",
@@ -4996,7 +4996,7 @@
4996
4996
  {
4997
4997
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::IndexOf(T):System.Int32",
4998
4998
  "clrName": "IndexOf",
4999
- "metadataToken": 100704568,
4999
+ "metadataToken": 100704573,
5000
5000
  "canonicalSignature": "(T):System.Int32",
5001
5001
  "normalizedSignature": "IndexOf|(T):System.Int32|static=false",
5002
5002
  "emitScope": "ViewOnly",
@@ -5017,7 +5017,7 @@
5017
5017
  {
5018
5018
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::Insert(System.Int32,T):System.Void",
5019
5019
  "clrName": "Insert",
5020
- "metadataToken": 100704569,
5020
+ "metadataToken": 100704574,
5021
5021
  "canonicalSignature": "(System.Int32,T):System.Void",
5022
5022
  "normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
5023
5023
  "emitScope": "ViewOnly",
@@ -5038,7 +5038,7 @@
5038
5038
  {
5039
5039
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::RemoveAt(System.Int32):System.Void",
5040
5040
  "clrName": "RemoveAt",
5041
- "metadataToken": 100704570,
5041
+ "metadataToken": 100704575,
5042
5042
  "canonicalSignature": "(System.Int32):System.Void",
5043
5043
  "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
5044
5044
  "emitScope": "ViewOnly",
@@ -5059,7 +5059,7 @@
5059
5059
  {
5060
5060
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
5061
5061
  "clrName": "Add",
5062
- "metadataToken": 100704538,
5062
+ "metadataToken": 100704543,
5063
5063
  "canonicalSignature": "(T):System.Void",
5064
5064
  "normalizedSignature": "Add|(T):System.Void|static=false",
5065
5065
  "emitScope": "ViewOnly",
@@ -5080,7 +5080,7 @@
5080
5080
  {
5081
5081
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
5082
5082
  "clrName": "Clear",
5083
- "metadataToken": 100704539,
5083
+ "metadataToken": 100704544,
5084
5084
  "canonicalSignature": "():System.Void",
5085
5085
  "normalizedSignature": "Clear|():System.Void|static=false",
5086
5086
  "emitScope": "ViewOnly",
@@ -5101,7 +5101,7 @@
5101
5101
  {
5102
5102
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
5103
5103
  "clrName": "Contains",
5104
- "metadataToken": 100704540,
5104
+ "metadataToken": 100704545,
5105
5105
  "canonicalSignature": "(T):System.Boolean",
5106
5106
  "normalizedSignature": "Contains|(T):System.Boolean|static=false",
5107
5107
  "emitScope": "ViewOnly",
@@ -5122,7 +5122,7 @@
5122
5122
  {
5123
5123
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
5124
5124
  "clrName": "CopyTo",
5125
- "metadataToken": 100704541,
5125
+ "metadataToken": 100704546,
5126
5126
  "canonicalSignature": "(T[],System.Int32):System.Void",
5127
5127
  "normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
5128
5128
  "emitScope": "ViewOnly",
@@ -5143,7 +5143,7 @@
5143
5143
  {
5144
5144
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
5145
5145
  "clrName": "GetEnumerator",
5146
- "metadataToken": 100704560,
5146
+ "metadataToken": 100704565,
5147
5147
  "canonicalSignature": "():IEnumerator_1",
5148
5148
  "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
5149
5149
  "emitScope": "ViewOnly",
@@ -5164,7 +5164,7 @@
5164
5164
  {
5165
5165
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
5166
5166
  "clrName": "GetEnumerator",
5167
- "metadataToken": 100703845,
5167
+ "metadataToken": 100703850,
5168
5168
  "canonicalSignature": "():System.Collections.IEnumerator",
5169
5169
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
5170
5170
  "emitScope": "ViewOnly",
@@ -5185,7 +5185,7 @@
5185
5185
  {
5186
5186
  "stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
5187
5187
  "clrName": "Add",
5188
- "metadataToken": 100703854,
5188
+ "metadataToken": 100703859,
5189
5189
  "canonicalSignature": "(System.Object):System.Int32",
5190
5190
  "normalizedSignature": "Add|(System.Object):System.Int32|static=false",
5191
5191
  "emitScope": "ViewOnly",
@@ -5206,7 +5206,7 @@
5206
5206
  {
5207
5207
  "stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
5208
5208
  "clrName": "Contains",
5209
- "metadataToken": 100703855,
5209
+ "metadataToken": 100703860,
5210
5210
  "canonicalSignature": "(System.Object):System.Boolean",
5211
5211
  "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
5212
5212
  "emitScope": "ViewOnly",
@@ -5227,7 +5227,7 @@
5227
5227
  {
5228
5228
  "stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
5229
5229
  "clrName": "Insert",
5230
- "metadataToken": 100703860,
5230
+ "metadataToken": 100703865,
5231
5231
  "canonicalSignature": "(System.Int32,System.Object):System.Void",
5232
5232
  "normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
5233
5233
  "emitScope": "ViewOnly",
@@ -5248,7 +5248,7 @@
5248
5248
  {
5249
5249
  "stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
5250
5250
  "clrName": "Remove",
5251
- "metadataToken": 100703861,
5251
+ "metadataToken": 100703866,
5252
5252
  "canonicalSignature": "(System.Object):System.Void",
5253
5253
  "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
5254
5254
  "emitScope": "ViewOnly",
@@ -5269,7 +5269,7 @@
5269
5269
  {
5270
5270
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
5271
5271
  "clrName": "CopyTo",
5272
- "metadataToken": 100703826,
5272
+ "metadataToken": 100703831,
5273
5273
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
5274
5274
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
5275
5275
  "emitScope": "ViewOnly",
@@ -5290,7 +5290,7 @@
5290
5290
  {
5291
5291
  "stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
5292
5292
  "clrName": "Clear",
5293
- "metadataToken": 100703856,
5293
+ "metadataToken": 100703861,
5294
5294
  "canonicalSignature": "():System.Void",
5295
5295
  "normalizedSignature": "Clear|():System.Void|static=false",
5296
5296
  "emitScope": "ViewOnly",
@@ -5311,7 +5311,7 @@
5311
5311
  {
5312
5312
  "stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
5313
5313
  "clrName": "RemoveAt",
5314
- "metadataToken": 100703862,
5314
+ "metadataToken": 100703867,
5315
5315
  "canonicalSignature": "(System.Int32):System.Void",
5316
5316
  "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
5317
5317
  "emitScope": "ViewOnly",
@@ -5353,7 +5353,7 @@
5353
5353
  {
5354
5354
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
5355
5355
  "clrName": "Count",
5356
- "metadataToken": 385881417,
5356
+ "metadataToken": 385881419,
5357
5357
  "canonicalSignature": ":System.Int32",
5358
5358
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
5359
5359
  "emitScope": "ViewOnly",
@@ -5373,7 +5373,7 @@
5373
5373
  {
5374
5374
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
5375
5375
  "clrName": "IsReadOnly",
5376
- "metadataToken": 385881418,
5376
+ "metadataToken": 385881420,
5377
5377
  "canonicalSignature": ":System.Boolean",
5378
5378
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
5379
5379
  "emitScope": "ViewOnly",
@@ -5393,7 +5393,7 @@
5393
5393
  {
5394
5394
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
5395
5395
  "clrName": "SyncRoot",
5396
- "metadataToken": 385881257,
5396
+ "metadataToken": 385881259,
5397
5397
  "canonicalSignature": ":System.Object",
5398
5398
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
5399
5399
  "emitScope": "ViewOnly",
@@ -5413,7 +5413,7 @@
5413
5413
  {
5414
5414
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
5415
5415
  "clrName": "IsReadOnly",
5416
- "metadataToken": 385881269,
5416
+ "metadataToken": 385881271,
5417
5417
  "canonicalSignature": ":System.Boolean",
5418
5418
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
5419
5419
  "emitScope": "ViewOnly",
@@ -5433,7 +5433,7 @@
5433
5433
  {
5434
5434
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
5435
5435
  "clrName": "IsFixedSize",
5436
- "metadataToken": 385881270,
5436
+ "metadataToken": 385881272,
5437
5437
  "canonicalSignature": ":System.Boolean",
5438
5438
  "normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
5439
5439
  "emitScope": "ViewOnly",
@@ -5453,7 +5453,7 @@
5453
5453
  {
5454
5454
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
5455
5455
  "clrName": "Count",
5456
- "metadataToken": 385881256,
5456
+ "metadataToken": 385881258,
5457
5457
  "canonicalSignature": ":System.Int32",
5458
5458
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
5459
5459
  "emitScope": "ViewOnly",
@@ -5473,7 +5473,7 @@
5473
5473
  {
5474
5474
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
5475
5475
  "clrName": "IsSynchronized",
5476
- "metadataToken": 385881258,
5476
+ "metadataToken": 385881260,
5477
5477
  "canonicalSignature": ":System.Boolean",
5478
5478
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
5479
5479
  "emitScope": "ViewOnly",
@@ -8162,7 +8162,7 @@
8162
8162
  {
8163
8163
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::Insert(System.Int32,T):System.Void",
8164
8164
  "clrName": "Insert",
8165
- "metadataToken": 100704569,
8165
+ "metadataToken": 100704574,
8166
8166
  "canonicalSignature": "(System.Int32,T):System.Void",
8167
8167
  "normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
8168
8168
  "emitScope": "ViewOnly",
@@ -8183,7 +8183,7 @@
8183
8183
  {
8184
8184
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::RemoveAt(System.Int32):System.Void",
8185
8185
  "clrName": "RemoveAt",
8186
- "metadataToken": 100704570,
8186
+ "metadataToken": 100704575,
8187
8187
  "canonicalSignature": "(System.Int32):System.Void",
8188
8188
  "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
8189
8189
  "emitScope": "ViewOnly",
@@ -8204,7 +8204,7 @@
8204
8204
  {
8205
8205
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Remove(T):System.Boolean",
8206
8206
  "clrName": "Remove",
8207
- "metadataToken": 100704542,
8207
+ "metadataToken": 100704547,
8208
8208
  "canonicalSignature": "(T):System.Boolean",
8209
8209
  "normalizedSignature": "Remove|(T):System.Boolean|static=false",
8210
8210
  "emitScope": "ViewOnly",
@@ -8225,7 +8225,7 @@
8225
8225
  {
8226
8226
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
8227
8227
  "clrName": "GetEnumerator",
8228
- "metadataToken": 100703845,
8228
+ "metadataToken": 100703850,
8229
8229
  "canonicalSignature": "():System.Collections.IEnumerator",
8230
8230
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
8231
8231
  "emitScope": "ViewOnly",
@@ -8246,7 +8246,7 @@
8246
8246
  {
8247
8247
  "stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
8248
8248
  "clrName": "Add",
8249
- "metadataToken": 100703854,
8249
+ "metadataToken": 100703859,
8250
8250
  "canonicalSignature": "(System.Object):System.Int32",
8251
8251
  "normalizedSignature": "Add|(System.Object):System.Int32|static=false",
8252
8252
  "emitScope": "ViewOnly",
@@ -8267,7 +8267,7 @@
8267
8267
  {
8268
8268
  "stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
8269
8269
  "clrName": "Contains",
8270
- "metadataToken": 100703855,
8270
+ "metadataToken": 100703860,
8271
8271
  "canonicalSignature": "(System.Object):System.Boolean",
8272
8272
  "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
8273
8273
  "emitScope": "ViewOnly",
@@ -8288,7 +8288,7 @@
8288
8288
  {
8289
8289
  "stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
8290
8290
  "clrName": "Insert",
8291
- "metadataToken": 100703860,
8291
+ "metadataToken": 100703865,
8292
8292
  "canonicalSignature": "(System.Int32,System.Object):System.Void",
8293
8293
  "normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
8294
8294
  "emitScope": "ViewOnly",
@@ -8309,7 +8309,7 @@
8309
8309
  {
8310
8310
  "stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
8311
8311
  "clrName": "Remove",
8312
- "metadataToken": 100703861,
8312
+ "metadataToken": 100703866,
8313
8313
  "canonicalSignature": "(System.Object):System.Void",
8314
8314
  "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
8315
8315
  "emitScope": "ViewOnly",
@@ -8330,7 +8330,7 @@
8330
8330
  {
8331
8331
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
8332
8332
  "clrName": "CopyTo",
8333
- "metadataToken": 100703826,
8333
+ "metadataToken": 100703831,
8334
8334
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
8335
8335
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
8336
8336
  "emitScope": "ViewOnly",
@@ -8351,7 +8351,7 @@
8351
8351
  {
8352
8352
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::IndexOf(T):System.Int32",
8353
8353
  "clrName": "IndexOf",
8354
- "metadataToken": 100704568,
8354
+ "metadataToken": 100704573,
8355
8355
  "canonicalSignature": "(T):System.Int32",
8356
8356
  "normalizedSignature": "IndexOf|(T):System.Int32|static=false",
8357
8357
  "emitScope": "ViewOnly",
@@ -8372,7 +8372,7 @@
8372
8372
  {
8373
8373
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
8374
8374
  "clrName": "Add",
8375
- "metadataToken": 100704538,
8375
+ "metadataToken": 100704543,
8376
8376
  "canonicalSignature": "(T):System.Void",
8377
8377
  "normalizedSignature": "Add|(T):System.Void|static=false",
8378
8378
  "emitScope": "ViewOnly",
@@ -8393,7 +8393,7 @@
8393
8393
  {
8394
8394
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
8395
8395
  "clrName": "Clear",
8396
- "metadataToken": 100704539,
8396
+ "metadataToken": 100704544,
8397
8397
  "canonicalSignature": "():System.Void",
8398
8398
  "normalizedSignature": "Clear|():System.Void|static=false",
8399
8399
  "emitScope": "ViewOnly",
@@ -8414,7 +8414,7 @@
8414
8414
  {
8415
8415
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
8416
8416
  "clrName": "Contains",
8417
- "metadataToken": 100704540,
8417
+ "metadataToken": 100704545,
8418
8418
  "canonicalSignature": "(T):System.Boolean",
8419
8419
  "normalizedSignature": "Contains|(T):System.Boolean|static=false",
8420
8420
  "emitScope": "ViewOnly",
@@ -8435,7 +8435,7 @@
8435
8435
  {
8436
8436
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
8437
8437
  "clrName": "CopyTo",
8438
- "metadataToken": 100704541,
8438
+ "metadataToken": 100704546,
8439
8439
  "canonicalSignature": "(T[],System.Int32):System.Void",
8440
8440
  "normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
8441
8441
  "emitScope": "ViewOnly",
@@ -8456,7 +8456,7 @@
8456
8456
  {
8457
8457
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
8458
8458
  "clrName": "GetEnumerator",
8459
- "metadataToken": 100704560,
8459
+ "metadataToken": 100704565,
8460
8460
  "canonicalSignature": "():IEnumerator_1",
8461
8461
  "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
8462
8462
  "emitScope": "ViewOnly",
@@ -8477,7 +8477,7 @@
8477
8477
  {
8478
8478
  "stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
8479
8479
  "clrName": "Clear",
8480
- "metadataToken": 100703856,
8480
+ "metadataToken": 100703861,
8481
8481
  "canonicalSignature": "():System.Void",
8482
8482
  "normalizedSignature": "Clear|():System.Void|static=false",
8483
8483
  "emitScope": "ViewOnly",
@@ -8498,7 +8498,7 @@
8498
8498
  {
8499
8499
  "stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
8500
8500
  "clrName": "RemoveAt",
8501
- "metadataToken": 100703862,
8501
+ "metadataToken": 100703867,
8502
8502
  "canonicalSignature": "(System.Int32):System.Void",
8503
8503
  "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
8504
8504
  "emitScope": "ViewOnly",
@@ -8559,7 +8559,7 @@
8559
8559
  {
8560
8560
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
8561
8561
  "clrName": "IsReadOnly",
8562
- "metadataToken": 385881418,
8562
+ "metadataToken": 385881420,
8563
8563
  "canonicalSignature": ":System.Boolean",
8564
8564
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
8565
8565
  "emitScope": "ViewOnly",
@@ -8579,7 +8579,7 @@
8579
8579
  {
8580
8580
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
8581
8581
  "clrName": "SyncRoot",
8582
- "metadataToken": 385881257,
8582
+ "metadataToken": 385881259,
8583
8583
  "canonicalSignature": ":System.Object",
8584
8584
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
8585
8585
  "emitScope": "ViewOnly",
@@ -8599,7 +8599,7 @@
8599
8599
  {
8600
8600
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
8601
8601
  "clrName": "Count",
8602
- "metadataToken": 385881417,
8602
+ "metadataToken": 385881419,
8603
8603
  "canonicalSignature": ":System.Int32",
8604
8604
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
8605
8605
  "emitScope": "ViewOnly",
@@ -8619,7 +8619,7 @@
8619
8619
  {
8620
8620
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
8621
8621
  "clrName": "IsReadOnly",
8622
- "metadataToken": 385881269,
8622
+ "metadataToken": 385881271,
8623
8623
  "canonicalSignature": ":System.Boolean",
8624
8624
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
8625
8625
  "emitScope": "ViewOnly",
@@ -8639,7 +8639,7 @@
8639
8639
  {
8640
8640
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
8641
8641
  "clrName": "IsFixedSize",
8642
- "metadataToken": 385881270,
8642
+ "metadataToken": 385881272,
8643
8643
  "canonicalSignature": ":System.Boolean",
8644
8644
  "normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
8645
8645
  "emitScope": "ViewOnly",
@@ -8659,7 +8659,7 @@
8659
8659
  {
8660
8660
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
8661
8661
  "clrName": "Count",
8662
- "metadataToken": 385881256,
8662
+ "metadataToken": 385881258,
8663
8663
  "canonicalSignature": ":System.Int32",
8664
8664
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
8665
8665
  "emitScope": "ViewOnly",
@@ -8679,7 +8679,7 @@
8679
8679
  {
8680
8680
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
8681
8681
  "clrName": "IsSynchronized",
8682
- "metadataToken": 385881258,
8682
+ "metadataToken": 385881260,
8683
8683
  "canonicalSignature": ":System.Boolean",
8684
8684
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
8685
8685
  "emitScope": "ViewOnly",