@tsonic/dotnet 10.0.39 → 10.0.41

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 (187) hide show
  1. package/Internal/internal/index.d.ts +4 -3
  2. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +19 -18
  3. package/Microsoft.VisualBasic/internal/index.d.ts +52 -54
  4. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +117 -119
  5. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +3 -2
  6. package/Microsoft.Win32/internal/index.d.ts +19 -18
  7. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +3 -2
  8. package/README.md +76 -104
  9. package/System/bindings.json +1520 -2039
  10. package/System/internal/index.d.ts +1549 -1602
  11. package/System.Buffers/bindings.json +12 -3
  12. package/System.Buffers/internal/index.d.ts +12 -14
  13. package/System.Buffers.Binary/internal/index.d.ts +2 -4
  14. package/System.Buffers.Text/internal/index.d.ts +2 -4
  15. package/System.CodeDom.Compiler/internal/index.d.ts +32 -31
  16. package/System.Collections/internal/index.d.ts +129 -131
  17. package/System.Collections.Concurrent/bindings.json +218 -218
  18. package/System.Collections.Concurrent/internal/index.d.ts +34 -36
  19. package/System.Collections.Frozen/bindings.json +413 -611
  20. package/System.Collections.Frozen/internal/index.d.ts +81 -97
  21. package/System.Collections.Frozen.d.ts +14 -2
  22. package/System.Collections.Generic/bindings.json +9420 -14155
  23. package/System.Collections.Generic/internal/index.d.ts +547 -758
  24. package/System.Collections.Generic.d.ts +1 -1
  25. package/System.Collections.Immutable/bindings.json +6000 -9080
  26. package/System.Collections.Immutable/internal/index.d.ts +265 -354
  27. package/System.Collections.Immutable.d.ts +49 -12
  28. package/System.Collections.ObjectModel/bindings.json +132 -654
  29. package/System.Collections.ObjectModel/internal/index.d.ts +10 -30
  30. package/System.Collections.Specialized/bindings.json +0 -123
  31. package/System.Collections.Specialized/internal/index.d.ts +88 -101
  32. package/System.ComponentModel/bindings.json +163 -102
  33. package/System.ComponentModel/internal/index.d.ts +618 -608
  34. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +133 -132
  35. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -7
  36. package/System.ComponentModel.Design/bindings.json +22 -292
  37. package/System.ComponentModel.Design/internal/index.d.ts +101 -109
  38. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +61 -60
  39. package/System.ComponentModel.d.ts +1 -0
  40. package/System.Configuration.Assemblies/internal/index.d.ts +3 -2
  41. package/System.Data/bindings.json +4 -1
  42. package/System.Data/internal/index.d.ts +351 -350
  43. package/System.Data.Common/internal/index.d.ts +151 -152
  44. package/System.Data.SqlTypes/internal/index.d.ts +68 -67
  45. package/System.Diagnostics/bindings.json +7044 -7249
  46. package/System.Diagnostics/internal/index.d.ts +446 -461
  47. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +44 -43
  48. package/System.Diagnostics.Contracts/internal/index.d.ts +16 -18
  49. package/System.Diagnostics.Metrics/internal/index.d.ts +92 -94
  50. package/System.Diagnostics.Metrics.d.ts +1 -1
  51. package/System.Diagnostics.SymbolStore/internal/index.d.ts +12 -11
  52. package/System.Diagnostics.Tracing/bindings.json +81 -21
  53. package/System.Diagnostics.Tracing/internal/index.d.ts +69 -56
  54. package/System.Diagnostics.Tracing.d.ts +2 -1
  55. package/System.Drawing/internal/index.d.ts +76 -75
  56. package/System.Dynamic/internal/index.d.ts +55 -57
  57. package/System.Formats.Asn1/bindings.json +48 -69
  58. package/System.Formats.Asn1/internal/index.d.ts +21 -28
  59. package/System.Formats.Tar/internal/index.d.ts +8 -7
  60. package/System.Globalization/internal/index.d.ts +40 -42
  61. package/System.IO/internal/index.d.ts +187 -189
  62. package/System.IO.Compression/internal/index.d.ts +29 -31
  63. package/System.IO.Enumeration/bindings.json +250 -250
  64. package/System.IO.Enumeration/internal/index.d.ts +15 -17
  65. package/System.IO.IsolatedStorage/internal/index.d.ts +19 -18
  66. package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -10
  67. package/System.IO.Pipelines/internal/index.d.ts +15 -17
  68. package/System.IO.Pipes/internal/index.d.ts +8 -7
  69. package/System.Linq/internal/index.d.ts +223 -225
  70. package/System.Linq.Expressions/internal/index.d.ts +205 -207
  71. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +5 -4
  72. package/System.Net/bindings.json +104 -104
  73. package/System.Net/internal/index.d.ts +279 -281
  74. package/System.Net.Cache/internal/index.d.ts +3 -2
  75. package/System.Net.Http/internal/index.d.ts +128 -130
  76. package/System.Net.Http.Headers/bindings.json +0 -204
  77. package/System.Net.Http.Headers/internal/index.d.ts +111 -127
  78. package/System.Net.Http.Json/internal/index.d.ts +67 -69
  79. package/System.Net.Http.Metrics/internal/index.d.ts +6 -5
  80. package/System.Net.Mail/internal/index.d.ts +76 -78
  81. package/System.Net.Mime/internal/index.d.ts +11 -10
  82. package/System.Net.NetworkInformation/internal/index.d.ts +30 -32
  83. package/System.Net.Quic/internal/index.d.ts +10 -9
  84. package/System.Net.Security/internal/index.d.ts +87 -89
  85. package/System.Net.ServerSentEvents/internal/index.d.ts +6 -5
  86. package/System.Net.Sockets/internal/index.d.ts +91 -93
  87. package/System.Net.WebSockets/internal/index.d.ts +47 -46
  88. package/System.Numerics/bindings.json +544 -116
  89. package/System.Numerics/internal/index.d.ts +110 -112
  90. package/System.Reflection/internal/index.d.ts +270 -272
  91. package/System.Reflection.Emit/internal/index.d.ts +114 -116
  92. package/System.Reflection.Metadata/bindings.json +166 -3169
  93. package/System.Reflection.Metadata/internal/index.d.ts +154 -361
  94. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +13 -15
  95. package/System.Reflection.PortableExecutable/bindings.json +58 -0
  96. package/System.Reflection.PortableExecutable/internal/index.d.ts +24 -11
  97. package/System.Reflection.PortableExecutable.d.ts +1 -0
  98. package/System.Resources/internal/index.d.ts +33 -35
  99. package/System.Runtime/internal/index.d.ts +12 -11
  100. package/System.Runtime.CompilerServices/bindings.json +519 -717
  101. package/System.Runtime.CompilerServices/internal/index.d.ts +113 -137
  102. package/System.Runtime.CompilerServices.d.ts +14 -4
  103. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
  104. package/System.Runtime.ExceptionServices/internal/index.d.ts +4 -3
  105. package/System.Runtime.InteropServices/bindings.json +101 -101
  106. package/System.Runtime.InteropServices/internal/index.d.ts +234 -236
  107. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +34 -36
  108. package/System.Runtime.InteropServices.Java/internal/index.d.ts +4 -6
  109. package/System.Runtime.InteropServices.JavaScript/bindings.json +328 -328
  110. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +67 -69
  111. package/System.Runtime.InteropServices.JavaScript.d.ts +8 -26
  112. package/System.Runtime.InteropServices.Marshalling/bindings.json +2619 -2619
  113. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +308 -310
  114. package/System.Runtime.InteropServices.ObjectiveC/bindings.json +141 -141
  115. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +17 -19
  116. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -6
  117. package/System.Runtime.InteropServices.Swift.d.ts +1 -1
  118. package/System.Runtime.Intrinsics/bindings.json +64 -16
  119. package/System.Runtime.Intrinsics/internal/index.d.ts +22 -24
  120. package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +12 -13
  121. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -4
  122. package/System.Runtime.Intrinsics.X86/internal/index.d.ts +42 -41
  123. package/System.Runtime.Loader/bindings.json +48 -69
  124. package/System.Runtime.Loader/internal/index.d.ts +30 -34
  125. package/System.Runtime.Remoting/internal/index.d.ts +5 -4
  126. package/System.Runtime.Serialization/internal/index.d.ts +175 -177
  127. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +29 -31
  128. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +7 -6
  129. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +10 -9
  130. package/System.Runtime.Serialization.Json/internal/index.d.ts +37 -36
  131. package/System.Runtime.Versioning/internal/index.d.ts +20 -19
  132. package/System.Security/internal/index.d.ts +64 -66
  133. package/System.Security.AccessControl/bindings.json +104 -0
  134. package/System.Security.AccessControl/internal/index.d.ts +59 -58
  135. package/System.Security.AccessControl.d.ts +6 -5
  136. package/System.Security.Authentication/internal/index.d.ts +7 -6
  137. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +12 -11
  138. package/System.Security.Claims/internal/index.d.ts +45 -44
  139. package/System.Security.Cryptography/bindings.json +469 -469
  140. package/System.Security.Cryptography/internal/index.d.ts +269 -271
  141. package/System.Security.Cryptography.X509Certificates/bindings.json +0 -62
  142. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +98 -105
  143. package/System.Security.Permissions/internal/index.d.ts +5 -4
  144. package/System.Security.Policy/internal/index.d.ts +11 -10
  145. package/System.Security.Principal/internal/index.d.ts +28 -27
  146. package/System.Text/bindings.json +1562 -1562
  147. package/System.Text/internal/index.d.ts +119 -121
  148. package/System.Text.Encodings.Web/internal/index.d.ts +2 -4
  149. package/System.Text.Json/bindings.json +0 -290
  150. package/System.Text.Json/internal/index.d.ts +135 -153
  151. package/System.Text.Json.Nodes/internal/index.d.ts +60 -62
  152. package/System.Text.Json.Schema/internal/index.d.ts +9 -8
  153. package/System.Text.Json.Serialization/internal/index.d.ts +32 -34
  154. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +86 -85
  155. package/System.Text.Json.Serialization.d.ts +1 -1
  156. package/System.Text.RegularExpressions/bindings.json +198 -402
  157. package/System.Text.RegularExpressions/internal/index.d.ts +48 -64
  158. package/System.Text.Unicode/bindings.json +508 -508
  159. package/System.Text.Unicode/internal/index.d.ts +29 -31
  160. package/System.Threading/bindings.json +42 -42
  161. package/System.Threading/internal/index.d.ts +157 -159
  162. package/System.Threading.Channels/internal/index.d.ts +10 -12
  163. package/System.Threading.Tasks/bindings.json +4 -1
  164. package/System.Threading.Tasks/internal/index.d.ts +115 -114
  165. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -33
  166. package/System.Threading.Tasks.Sources/internal/index.d.ts +6 -5
  167. package/System.Timers/internal/index.d.ts +8 -7
  168. package/System.Transactions/internal/index.d.ts +31 -30
  169. package/System.Web/internal/index.d.ts +32 -31
  170. package/System.Windows.Input/internal/index.d.ts +5 -4
  171. package/System.Windows.Markup/internal/index.d.ts +3 -2
  172. package/System.Xml/internal/index.d.ts +383 -385
  173. package/System.Xml.Linq/internal/index.d.ts +103 -102
  174. package/System.Xml.Resolvers/internal/index.d.ts +10 -9
  175. package/System.Xml.Schema/bindings.json +76 -76
  176. package/System.Xml.Schema/internal/index.d.ts +233 -232
  177. package/System.Xml.Serialization/bindings.json +193 -0
  178. package/System.Xml.Serialization/internal/index.d.ts +277 -245
  179. package/System.Xml.Serialization.d.ts +2 -0
  180. package/System.Xml.XPath/internal/index.d.ts +46 -45
  181. package/System.Xml.Xsl/internal/index.d.ts +53 -52
  182. package/System.Xml.Xsl.Runtime/bindings.json +4 -1
  183. package/System.Xml.Xsl.Runtime/internal/index.d.ts +35 -37
  184. package/System.d.ts +2 -2
  185. package/__internal/extensions/index.d.ts +517 -515
  186. package/families.json +63 -7
  187. package/package.json +2 -2
@@ -7407,68 +7407,6 @@
7407
7407
  "declaringClrType": "System.Reflection.Metadata.AssemblyFileHandleCollection\u002BEnumerator",
7408
7408
  "declaringAssemblyName": "System.Reflection.Metadata",
7409
7409
  "isExtensionMethod": false
7410
- },
7411
- {
7412
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
7413
- "clrName": "Reset",
7414
- "metadataToken": 100703848,
7415
- "canonicalSignature": "():System.Void",
7416
- "normalizedSignature": "Reset|():System.Void|static=false",
7417
- "emitScope": "ClassSurface",
7418
- "provenance": "ExplicitView",
7419
- "arity": 0,
7420
- "parameterCount": 0,
7421
- "isStatic": false,
7422
- "isAbstract": false,
7423
- "isVirtual": true,
7424
- "isOverride": false,
7425
- "isSealed": false,
7426
- "visibility": "Public",
7427
- "declaringClrType": "System.Collections.IEnumerator",
7428
- "declaringAssemblyName": "System.Private.CoreLib",
7429
- "isExtensionMethod": false
7430
- },
7431
- {
7432
- "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
7433
- "clrName": "Dispose",
7434
- "metadataToken": 100668530,
7435
- "canonicalSignature": "():System.Void",
7436
- "normalizedSignature": "Dispose|():System.Void|static=false",
7437
- "emitScope": "ViewOnly",
7438
- "provenance": "ExplicitView",
7439
- "arity": 0,
7440
- "parameterCount": 0,
7441
- "isStatic": false,
7442
- "isAbstract": false,
7443
- "isVirtual": true,
7444
- "isOverride": false,
7445
- "isSealed": false,
7446
- "visibility": "Public",
7447
- "declaringClrType": "System.IDisposable",
7448
- "declaringAssemblyName": "System.Private.CoreLib",
7449
- "isExtensionMethod": false,
7450
- "sourceInterface": "System.Collections.IEnumerator"
7451
- },
7452
- {
7453
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
7454
- "clrName": "MoveNext",
7455
- "metadataToken": 100703846,
7456
- "canonicalSignature": "():System.Boolean",
7457
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
7458
- "emitScope": "ViewOnly",
7459
- "provenance": "ExplicitView",
7460
- "arity": 0,
7461
- "parameterCount": 0,
7462
- "isStatic": false,
7463
- "isAbstract": false,
7464
- "isVirtual": true,
7465
- "isOverride": false,
7466
- "isSealed": false,
7467
- "visibility": "Public",
7468
- "declaringClrType": "System.Collections.IEnumerator",
7469
- "declaringAssemblyName": "System.Private.CoreLib",
7470
- "isExtensionMethod": false,
7471
- "sourceInterface": "System.Collections.IEnumerator"
7472
7410
  }
7473
7411
  ],
7474
7412
  "properties": [
@@ -7490,46 +7428,6 @@
7490
7428
  "visibility": "Public",
7491
7429
  "declaringClrType": "System.Reflection.Metadata.AssemblyFileHandleCollection\u002BEnumerator",
7492
7430
  "declaringAssemblyName": "System.Reflection.Metadata"
7493
- },
7494
- {
7495
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
7496
- "clrName": "Current",
7497
- "metadataToken": 385881426,
7498
- "canonicalSignature": ":T",
7499
- "normalizedSignature": "Current|:T|static=false|accessor=get",
7500
- "emitScope": "ViewOnly",
7501
- "provenance": "ExplicitView",
7502
- "isIndexer": false,
7503
- "hasGetter": true,
7504
- "hasSetter": false,
7505
- "isStatic": false,
7506
- "isAbstract": false,
7507
- "isVirtual": true,
7508
- "isOverride": false,
7509
- "visibility": "Public",
7510
- "sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
7511
- "declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
7512
- "declaringAssemblyName": "System.Private.CoreLib"
7513
- },
7514
- {
7515
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
7516
- "clrName": "Current",
7517
- "metadataToken": 385881267,
7518
- "canonicalSignature": ":System.Object",
7519
- "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
7520
- "emitScope": "ViewOnly",
7521
- "provenance": "ExplicitView",
7522
- "isIndexer": false,
7523
- "hasGetter": true,
7524
- "hasSetter": false,
7525
- "isStatic": false,
7526
- "isAbstract": false,
7527
- "isVirtual": true,
7528
- "isOverride": false,
7529
- "visibility": "Public",
7530
- "sourceInterface": "System.Collections.IEnumerator",
7531
- "declaringClrType": "System.Collections.IEnumerator",
7532
- "declaringAssemblyName": "System.Private.CoreLib"
7533
7431
  }
7534
7432
  ],
7535
7433
  "fields": [],
@@ -8061,68 +7959,6 @@
8061
7959
  "declaringClrType": "System.Reflection.Metadata.AssemblyReferenceHandleCollection\u002BEnumerator",
8062
7960
  "declaringAssemblyName": "System.Reflection.Metadata",
8063
7961
  "isExtensionMethod": false
8064
- },
8065
- {
8066
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
8067
- "clrName": "Reset",
8068
- "metadataToken": 100703848,
8069
- "canonicalSignature": "():System.Void",
8070
- "normalizedSignature": "Reset|():System.Void|static=false",
8071
- "emitScope": "ClassSurface",
8072
- "provenance": "ExplicitView",
8073
- "arity": 0,
8074
- "parameterCount": 0,
8075
- "isStatic": false,
8076
- "isAbstract": false,
8077
- "isVirtual": true,
8078
- "isOverride": false,
8079
- "isSealed": false,
8080
- "visibility": "Public",
8081
- "declaringClrType": "System.Collections.IEnumerator",
8082
- "declaringAssemblyName": "System.Private.CoreLib",
8083
- "isExtensionMethod": false
8084
- },
8085
- {
8086
- "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
8087
- "clrName": "Dispose",
8088
- "metadataToken": 100668530,
8089
- "canonicalSignature": "():System.Void",
8090
- "normalizedSignature": "Dispose|():System.Void|static=false",
8091
- "emitScope": "ViewOnly",
8092
- "provenance": "ExplicitView",
8093
- "arity": 0,
8094
- "parameterCount": 0,
8095
- "isStatic": false,
8096
- "isAbstract": false,
8097
- "isVirtual": true,
8098
- "isOverride": false,
8099
- "isSealed": false,
8100
- "visibility": "Public",
8101
- "declaringClrType": "System.IDisposable",
8102
- "declaringAssemblyName": "System.Private.CoreLib",
8103
- "isExtensionMethod": false,
8104
- "sourceInterface": "System.Collections.IEnumerator"
8105
- },
8106
- {
8107
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
8108
- "clrName": "MoveNext",
8109
- "metadataToken": 100703846,
8110
- "canonicalSignature": "():System.Boolean",
8111
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
8112
- "emitScope": "ViewOnly",
8113
- "provenance": "ExplicitView",
8114
- "arity": 0,
8115
- "parameterCount": 0,
8116
- "isStatic": false,
8117
- "isAbstract": false,
8118
- "isVirtual": true,
8119
- "isOverride": false,
8120
- "isSealed": false,
8121
- "visibility": "Public",
8122
- "declaringClrType": "System.Collections.IEnumerator",
8123
- "declaringAssemblyName": "System.Private.CoreLib",
8124
- "isExtensionMethod": false,
8125
- "sourceInterface": "System.Collections.IEnumerator"
8126
7962
  }
8127
7963
  ],
8128
7964
  "properties": [
@@ -8144,46 +7980,6 @@
8144
7980
  "visibility": "Public",
8145
7981
  "declaringClrType": "System.Reflection.Metadata.AssemblyReferenceHandleCollection\u002BEnumerator",
8146
7982
  "declaringAssemblyName": "System.Reflection.Metadata"
8147
- },
8148
- {
8149
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
8150
- "clrName": "Current",
8151
- "metadataToken": 385881426,
8152
- "canonicalSignature": ":T",
8153
- "normalizedSignature": "Current|:T|static=false|accessor=get",
8154
- "emitScope": "ViewOnly",
8155
- "provenance": "ExplicitView",
8156
- "isIndexer": false,
8157
- "hasGetter": true,
8158
- "hasSetter": false,
8159
- "isStatic": false,
8160
- "isAbstract": false,
8161
- "isVirtual": true,
8162
- "isOverride": false,
8163
- "visibility": "Public",
8164
- "sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
8165
- "declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
8166
- "declaringAssemblyName": "System.Private.CoreLib"
8167
- },
8168
- {
8169
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
8170
- "clrName": "Current",
8171
- "metadataToken": 385881267,
8172
- "canonicalSignature": ":System.Object",
8173
- "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
8174
- "emitScope": "ViewOnly",
8175
- "provenance": "ExplicitView",
8176
- "isIndexer": false,
8177
- "hasGetter": true,
8178
- "hasSetter": false,
8179
- "isStatic": false,
8180
- "isAbstract": false,
8181
- "isVirtual": true,
8182
- "isOverride": false,
8183
- "visibility": "Public",
8184
- "sourceInterface": "System.Collections.IEnumerator",
8185
- "declaringClrType": "System.Collections.IEnumerator",
8186
- "declaringAssemblyName": "System.Private.CoreLib"
8187
7983
  }
8188
7984
  ],
8189
7985
  "fields": [],
@@ -8271,281 +8067,6 @@
8271
8067
  "events": [],
8272
8068
  "constructors": []
8273
8069
  },
8274
- {
8275
- "stableId": "System.Reflection.Metadata:System.Reflection.Metadata.BlobBuilder\u002BBlobs",
8276
- "clrName": "System.Reflection.Metadata.BlobBuilder\u002BBlobs",
8277
- "assemblyName": "System.Reflection.Metadata",
8278
- "metadataToken": 0,
8279
- "kind": "Struct",
8280
- "accessibility": "Public",
8281
- "isAbstract": false,
8282
- "isSealed": true,
8283
- "isStatic": false,
8284
- "arity": 0,
8285
- "baseType": {
8286
- "stableId": "System.Private.CoreLib:System.ValueType",
8287
- "clrName": "System.ValueType"
8288
- },
8289
- "interfaces": [
8290
- {
8291
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
8292
- "clrName": "System.Collections.Generic.IEnumerable\u00601",
8293
- "typeArguments": [
8294
- "Blob"
8295
- ]
8296
- },
8297
- {
8298
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
8299
- "clrName": "System.Collections.IEnumerable"
8300
- },
8301
- {
8302
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
8303
- "clrName": "System.Collections.Generic.IEnumerator\u00601",
8304
- "typeArguments": [
8305
- "Blob"
8306
- ]
8307
- },
8308
- {
8309
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
8310
- "clrName": "System.Collections.IEnumerator"
8311
- },
8312
- {
8313
- "stableId": "System.Private.CoreLib:System.IDisposable",
8314
- "clrName": "System.IDisposable"
8315
- }
8316
- ],
8317
- "methods": [
8318
- {
8319
- "stableId": "System.Reflection.Metadata:System.Reflection.Metadata.BlobBuilder\u002BBlobs::MoveNext():System.Boolean",
8320
- "clrName": "MoveNext",
8321
- "metadataToken": 100664114,
8322
- "canonicalSignature": "():System.Boolean",
8323
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
8324
- "emitScope": "ClassSurface",
8325
- "provenance": "Original",
8326
- "arity": 0,
8327
- "parameterCount": 0,
8328
- "isStatic": false,
8329
- "isAbstract": false,
8330
- "isVirtual": true,
8331
- "isOverride": false,
8332
- "isSealed": true,
8333
- "visibility": "Public",
8334
- "declaringClrType": "System.Reflection.Metadata.BlobBuilder\u002BBlobs",
8335
- "declaringAssemblyName": "System.Reflection.Metadata",
8336
- "isExtensionMethod": false
8337
- },
8338
- {
8339
- "stableId": "System.Reflection.Metadata:System.Reflection.Metadata.BlobBuilder\u002BBlobs::Reset():System.Void",
8340
- "clrName": "Reset",
8341
- "metadataToken": 100664115,
8342
- "canonicalSignature": "():System.Void",
8343
- "normalizedSignature": "Reset|():System.Void|static=false",
8344
- "emitScope": "ClassSurface",
8345
- "provenance": "Original",
8346
- "arity": 0,
8347
- "parameterCount": 0,
8348
- "isStatic": false,
8349
- "isAbstract": false,
8350
- "isVirtual": true,
8351
- "isOverride": false,
8352
- "isSealed": true,
8353
- "visibility": "Public",
8354
- "declaringClrType": "System.Reflection.Metadata.BlobBuilder\u002BBlobs",
8355
- "declaringAssemblyName": "System.Reflection.Metadata",
8356
- "isExtensionMethod": false
8357
- },
8358
- {
8359
- "stableId": "System.Reflection.Metadata:System.Reflection.Metadata.BlobBuilder\u002BBlobs::GetEnumerator():System.Reflection.Metadata.BlobBuilder\u002BBlobs",
8360
- "clrName": "GetEnumerator",
8361
- "metadataToken": 100664117,
8362
- "canonicalSignature": "():System.Reflection.Metadata.BlobBuilder\u002BBlobs",
8363
- "normalizedSignature": "GetEnumerator|():System.Reflection.Metadata.BlobBuilder\u002BBlobs|static=false",
8364
- "emitScope": "ClassSurface",
8365
- "provenance": "Original",
8366
- "arity": 0,
8367
- "parameterCount": 0,
8368
- "isStatic": false,
8369
- "isAbstract": false,
8370
- "isVirtual": false,
8371
- "isOverride": false,
8372
- "isSealed": false,
8373
- "visibility": "Public",
8374
- "declaringClrType": "System.Reflection.Metadata.BlobBuilder\u002BBlobs",
8375
- "declaringAssemblyName": "System.Reflection.Metadata",
8376
- "isExtensionMethod": false
8377
- },
8378
- {
8379
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
8380
- "clrName": "GetEnumerator",
8381
- "metadataToken": 100704560,
8382
- "canonicalSignature": "():IEnumerator_1",
8383
- "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
8384
- "emitScope": "ViewOnly",
8385
- "provenance": "ExplicitView",
8386
- "arity": 0,
8387
- "parameterCount": 0,
8388
- "isStatic": false,
8389
- "isAbstract": false,
8390
- "isVirtual": true,
8391
- "isOverride": false,
8392
- "isSealed": false,
8393
- "visibility": "Public",
8394
- "declaringClrType": "System.Collections.Generic.IEnumerable\u00601",
8395
- "declaringAssemblyName": "System.Private.CoreLib",
8396
- "isExtensionMethod": false,
8397
- "sourceInterface": "System.Collections.Generic.IEnumerable\u00601"
8398
- },
8399
- {
8400
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
8401
- "clrName": "GetEnumerator",
8402
- "metadataToken": 100703845,
8403
- "canonicalSignature": "():System.Collections.IEnumerator",
8404
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
8405
- "emitScope": "ViewOnly",
8406
- "provenance": "ExplicitView",
8407
- "arity": 0,
8408
- "parameterCount": 0,
8409
- "isStatic": false,
8410
- "isAbstract": false,
8411
- "isVirtual": true,
8412
- "isOverride": false,
8413
- "isSealed": false,
8414
- "visibility": "Public",
8415
- "declaringClrType": "System.Collections.IEnumerable",
8416
- "declaringAssemblyName": "System.Private.CoreLib",
8417
- "isExtensionMethod": false,
8418
- "sourceInterface": "System.Collections.IEnumerable"
8419
- },
8420
- {
8421
- "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
8422
- "clrName": "Dispose",
8423
- "metadataToken": 100668530,
8424
- "canonicalSignature": "():System.Void",
8425
- "normalizedSignature": "Dispose|():System.Void|static=false",
8426
- "emitScope": "ViewOnly",
8427
- "provenance": "ExplicitView",
8428
- "arity": 0,
8429
- "parameterCount": 0,
8430
- "isStatic": false,
8431
- "isAbstract": false,
8432
- "isVirtual": true,
8433
- "isOverride": false,
8434
- "isSealed": false,
8435
- "visibility": "Public",
8436
- "declaringClrType": "System.IDisposable",
8437
- "declaringAssemblyName": "System.Private.CoreLib",
8438
- "isExtensionMethod": false,
8439
- "sourceInterface": "System.IDisposable"
8440
- },
8441
- {
8442
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
8443
- "clrName": "MoveNext",
8444
- "metadataToken": 100703846,
8445
- "canonicalSignature": "():System.Boolean",
8446
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
8447
- "emitScope": "ViewOnly",
8448
- "provenance": "ExplicitView",
8449
- "arity": 0,
8450
- "parameterCount": 0,
8451
- "isStatic": false,
8452
- "isAbstract": false,
8453
- "isVirtual": true,
8454
- "isOverride": false,
8455
- "isSealed": false,
8456
- "visibility": "Public",
8457
- "declaringClrType": "System.Collections.IEnumerator",
8458
- "declaringAssemblyName": "System.Private.CoreLib",
8459
- "isExtensionMethod": false,
8460
- "sourceInterface": "System.Collections.IEnumerator"
8461
- },
8462
- {
8463
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
8464
- "clrName": "Reset",
8465
- "metadataToken": 100703848,
8466
- "canonicalSignature": "():System.Void",
8467
- "normalizedSignature": "Reset|():System.Void|static=false",
8468
- "emitScope": "ViewOnly",
8469
- "provenance": "ExplicitView",
8470
- "arity": 0,
8471
- "parameterCount": 0,
8472
- "isStatic": false,
8473
- "isAbstract": false,
8474
- "isVirtual": true,
8475
- "isOverride": false,
8476
- "isSealed": false,
8477
- "visibility": "Public",
8478
- "declaringClrType": "System.Collections.IEnumerator",
8479
- "declaringAssemblyName": "System.Private.CoreLib",
8480
- "isExtensionMethod": false,
8481
- "sourceInterface": "System.Collections.IEnumerator"
8482
- }
8483
- ],
8484
- "properties": [
8485
- {
8486
- "stableId": "System.Reflection.Metadata:System.Reflection.Metadata.BlobBuilder\u002BBlobs::Current:System.Reflection.Metadata.Blob",
8487
- "clrName": "Current",
8488
- "metadataToken": 385876307,
8489
- "canonicalSignature": ":System.Reflection.Metadata.Blob",
8490
- "normalizedSignature": "Current|:System.Reflection.Metadata.Blob|static=false|accessor=get",
8491
- "emitScope": "ClassSurface",
8492
- "provenance": "Original",
8493
- "isIndexer": false,
8494
- "hasGetter": true,
8495
- "hasSetter": false,
8496
- "isStatic": false,
8497
- "isAbstract": false,
8498
- "isVirtual": true,
8499
- "isOverride": false,
8500
- "visibility": "Public",
8501
- "declaringClrType": "System.Reflection.Metadata.BlobBuilder\u002BBlobs",
8502
- "declaringAssemblyName": "System.Reflection.Metadata"
8503
- },
8504
- {
8505
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
8506
- "clrName": "Current",
8507
- "metadataToken": 385881426,
8508
- "canonicalSignature": ":T",
8509
- "normalizedSignature": "Current|:T|static=false|accessor=get",
8510
- "emitScope": "ViewOnly",
8511
- "provenance": "ExplicitView",
8512
- "isIndexer": false,
8513
- "hasGetter": true,
8514
- "hasSetter": false,
8515
- "isStatic": false,
8516
- "isAbstract": false,
8517
- "isVirtual": true,
8518
- "isOverride": false,
8519
- "visibility": "Public",
8520
- "sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
8521
- "declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
8522
- "declaringAssemblyName": "System.Private.CoreLib"
8523
- },
8524
- {
8525
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
8526
- "clrName": "Current",
8527
- "metadataToken": 385881267,
8528
- "canonicalSignature": ":System.Object",
8529
- "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
8530
- "emitScope": "ViewOnly",
8531
- "provenance": "ExplicitView",
8532
- "isIndexer": false,
8533
- "hasGetter": true,
8534
- "hasSetter": false,
8535
- "isStatic": false,
8536
- "isAbstract": false,
8537
- "isVirtual": true,
8538
- "isOverride": false,
8539
- "visibility": "Public",
8540
- "sourceInterface": "System.Collections.IEnumerator",
8541
- "declaringClrType": "System.Collections.IEnumerator",
8542
- "declaringAssemblyName": "System.Private.CoreLib"
8543
- }
8544
- ],
8545
- "fields": [],
8546
- "events": [],
8547
- "constructors": []
8548
- },
8549
8070
  {
8550
8071
  "stableId": "System.Reflection.Metadata:System.Reflection.Metadata.BlobContentId",
8551
8072
  "clrName": "System.Reflection.Metadata.BlobContentId",
@@ -11383,72 +10904,10 @@
11383
10904
  "isVirtual": true,
11384
10905
  "isOverride": false,
11385
10906
  "isSealed": true,
11386
- "visibility": "Public",
11387
- "declaringClrType": "System.Reflection.Metadata.CustomAttributeHandleCollection\u002BEnumerator",
11388
- "declaringAssemblyName": "System.Reflection.Metadata",
11389
- "isExtensionMethod": false
11390
- },
11391
- {
11392
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
11393
- "clrName": "Reset",
11394
- "metadataToken": 100703848,
11395
- "canonicalSignature": "():System.Void",
11396
- "normalizedSignature": "Reset|():System.Void|static=false",
11397
- "emitScope": "ClassSurface",
11398
- "provenance": "ExplicitView",
11399
- "arity": 0,
11400
- "parameterCount": 0,
11401
- "isStatic": false,
11402
- "isAbstract": false,
11403
- "isVirtual": true,
11404
- "isOverride": false,
11405
- "isSealed": false,
11406
- "visibility": "Public",
11407
- "declaringClrType": "System.Collections.IEnumerator",
11408
- "declaringAssemblyName": "System.Private.CoreLib",
11409
- "isExtensionMethod": false
11410
- },
11411
- {
11412
- "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
11413
- "clrName": "Dispose",
11414
- "metadataToken": 100668530,
11415
- "canonicalSignature": "():System.Void",
11416
- "normalizedSignature": "Dispose|():System.Void|static=false",
11417
- "emitScope": "ViewOnly",
11418
- "provenance": "ExplicitView",
11419
- "arity": 0,
11420
- "parameterCount": 0,
11421
- "isStatic": false,
11422
- "isAbstract": false,
11423
- "isVirtual": true,
11424
- "isOverride": false,
11425
- "isSealed": false,
11426
- "visibility": "Public",
11427
- "declaringClrType": "System.IDisposable",
11428
- "declaringAssemblyName": "System.Private.CoreLib",
11429
- "isExtensionMethod": false,
11430
- "sourceInterface": "System.Collections.IEnumerator"
11431
- },
11432
- {
11433
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
11434
- "clrName": "MoveNext",
11435
- "metadataToken": 100703846,
11436
- "canonicalSignature": "():System.Boolean",
11437
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
11438
- "emitScope": "ViewOnly",
11439
- "provenance": "ExplicitView",
11440
- "arity": 0,
11441
- "parameterCount": 0,
11442
- "isStatic": false,
11443
- "isAbstract": false,
11444
- "isVirtual": true,
11445
- "isOverride": false,
11446
- "isSealed": false,
11447
- "visibility": "Public",
11448
- "declaringClrType": "System.Collections.IEnumerator",
11449
- "declaringAssemblyName": "System.Private.CoreLib",
11450
- "isExtensionMethod": false,
11451
- "sourceInterface": "System.Collections.IEnumerator"
10907
+ "visibility": "Public",
10908
+ "declaringClrType": "System.Reflection.Metadata.CustomAttributeHandleCollection\u002BEnumerator",
10909
+ "declaringAssemblyName": "System.Reflection.Metadata",
10910
+ "isExtensionMethod": false
11452
10911
  }
11453
10912
  ],
11454
10913
  "properties": [
@@ -11470,46 +10929,6 @@
11470
10929
  "visibility": "Public",
11471
10930
  "declaringClrType": "System.Reflection.Metadata.CustomAttributeHandleCollection\u002BEnumerator",
11472
10931
  "declaringAssemblyName": "System.Reflection.Metadata"
11473
- },
11474
- {
11475
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
11476
- "clrName": "Current",
11477
- "metadataToken": 385881426,
11478
- "canonicalSignature": ":T",
11479
- "normalizedSignature": "Current|:T|static=false|accessor=get",
11480
- "emitScope": "ViewOnly",
11481
- "provenance": "ExplicitView",
11482
- "isIndexer": false,
11483
- "hasGetter": true,
11484
- "hasSetter": false,
11485
- "isStatic": false,
11486
- "isAbstract": false,
11487
- "isVirtual": true,
11488
- "isOverride": false,
11489
- "visibility": "Public",
11490
- "sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
11491
- "declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
11492
- "declaringAssemblyName": "System.Private.CoreLib"
11493
- },
11494
- {
11495
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
11496
- "clrName": "Current",
11497
- "metadataToken": 385881267,
11498
- "canonicalSignature": ":System.Object",
11499
- "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
11500
- "emitScope": "ViewOnly",
11501
- "provenance": "ExplicitView",
11502
- "isIndexer": false,
11503
- "hasGetter": true,
11504
- "hasSetter": false,
11505
- "isStatic": false,
11506
- "isAbstract": false,
11507
- "isVirtual": true,
11508
- "isOverride": false,
11509
- "visibility": "Public",
11510
- "sourceInterface": "System.Collections.IEnumerator",
11511
- "declaringClrType": "System.Collections.IEnumerator",
11512
- "declaringAssemblyName": "System.Private.CoreLib"
11513
10932
  }
11514
10933
  ],
11515
10934
  "fields": [],
@@ -12186,68 +11605,6 @@
12186
11605
  "declaringClrType": "System.Reflection.Metadata.CustomDebugInformationHandleCollection\u002BEnumerator",
12187
11606
  "declaringAssemblyName": "System.Reflection.Metadata",
12188
11607
  "isExtensionMethod": false
12189
- },
12190
- {
12191
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
12192
- "clrName": "Reset",
12193
- "metadataToken": 100703848,
12194
- "canonicalSignature": "():System.Void",
12195
- "normalizedSignature": "Reset|():System.Void|static=false",
12196
- "emitScope": "ClassSurface",
12197
- "provenance": "ExplicitView",
12198
- "arity": 0,
12199
- "parameterCount": 0,
12200
- "isStatic": false,
12201
- "isAbstract": false,
12202
- "isVirtual": true,
12203
- "isOverride": false,
12204
- "isSealed": false,
12205
- "visibility": "Public",
12206
- "declaringClrType": "System.Collections.IEnumerator",
12207
- "declaringAssemblyName": "System.Private.CoreLib",
12208
- "isExtensionMethod": false
12209
- },
12210
- {
12211
- "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
12212
- "clrName": "Dispose",
12213
- "metadataToken": 100668530,
12214
- "canonicalSignature": "():System.Void",
12215
- "normalizedSignature": "Dispose|():System.Void|static=false",
12216
- "emitScope": "ViewOnly",
12217
- "provenance": "ExplicitView",
12218
- "arity": 0,
12219
- "parameterCount": 0,
12220
- "isStatic": false,
12221
- "isAbstract": false,
12222
- "isVirtual": true,
12223
- "isOverride": false,
12224
- "isSealed": false,
12225
- "visibility": "Public",
12226
- "declaringClrType": "System.IDisposable",
12227
- "declaringAssemblyName": "System.Private.CoreLib",
12228
- "isExtensionMethod": false,
12229
- "sourceInterface": "System.Collections.IEnumerator"
12230
- },
12231
- {
12232
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
12233
- "clrName": "MoveNext",
12234
- "metadataToken": 100703846,
12235
- "canonicalSignature": "():System.Boolean",
12236
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
12237
- "emitScope": "ViewOnly",
12238
- "provenance": "ExplicitView",
12239
- "arity": 0,
12240
- "parameterCount": 0,
12241
- "isStatic": false,
12242
- "isAbstract": false,
12243
- "isVirtual": true,
12244
- "isOverride": false,
12245
- "isSealed": false,
12246
- "visibility": "Public",
12247
- "declaringClrType": "System.Collections.IEnumerator",
12248
- "declaringAssemblyName": "System.Private.CoreLib",
12249
- "isExtensionMethod": false,
12250
- "sourceInterface": "System.Collections.IEnumerator"
12251
11608
  }
12252
11609
  ],
12253
11610
  "properties": [
@@ -12269,46 +11626,6 @@
12269
11626
  "visibility": "Public",
12270
11627
  "declaringClrType": "System.Reflection.Metadata.CustomDebugInformationHandleCollection\u002BEnumerator",
12271
11628
  "declaringAssemblyName": "System.Reflection.Metadata"
12272
- },
12273
- {
12274
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
12275
- "clrName": "Current",
12276
- "metadataToken": 385881426,
12277
- "canonicalSignature": ":T",
12278
- "normalizedSignature": "Current|:T|static=false|accessor=get",
12279
- "emitScope": "ViewOnly",
12280
- "provenance": "ExplicitView",
12281
- "isIndexer": false,
12282
- "hasGetter": true,
12283
- "hasSetter": false,
12284
- "isStatic": false,
12285
- "isAbstract": false,
12286
- "isVirtual": true,
12287
- "isOverride": false,
12288
- "visibility": "Public",
12289
- "sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
12290
- "declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
12291
- "declaringAssemblyName": "System.Private.CoreLib"
12292
- },
12293
- {
12294
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
12295
- "clrName": "Current",
12296
- "metadataToken": 385881267,
12297
- "canonicalSignature": ":System.Object",
12298
- "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
12299
- "emitScope": "ViewOnly",
12300
- "provenance": "ExplicitView",
12301
- "isIndexer": false,
12302
- "hasGetter": true,
12303
- "hasSetter": false,
12304
- "isStatic": false,
12305
- "isAbstract": false,
12306
- "isVirtual": true,
12307
- "isOverride": false,
12308
- "visibility": "Public",
12309
- "sourceInterface": "System.Collections.IEnumerator",
12310
- "declaringClrType": "System.Collections.IEnumerator",
12311
- "declaringAssemblyName": "System.Private.CoreLib"
12312
11629
  }
12313
11630
  ],
12314
11631
  "fields": [],
@@ -12722,68 +12039,6 @@
12722
12039
  "declaringClrType": "System.Reflection.Metadata.DeclarativeSecurityAttributeHandleCollection\u002BEnumerator",
12723
12040
  "declaringAssemblyName": "System.Reflection.Metadata",
12724
12041
  "isExtensionMethod": false
12725
- },
12726
- {
12727
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
12728
- "clrName": "Reset",
12729
- "metadataToken": 100703848,
12730
- "canonicalSignature": "():System.Void",
12731
- "normalizedSignature": "Reset|():System.Void|static=false",
12732
- "emitScope": "ClassSurface",
12733
- "provenance": "ExplicitView",
12734
- "arity": 0,
12735
- "parameterCount": 0,
12736
- "isStatic": false,
12737
- "isAbstract": false,
12738
- "isVirtual": true,
12739
- "isOverride": false,
12740
- "isSealed": false,
12741
- "visibility": "Public",
12742
- "declaringClrType": "System.Collections.IEnumerator",
12743
- "declaringAssemblyName": "System.Private.CoreLib",
12744
- "isExtensionMethod": false
12745
- },
12746
- {
12747
- "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
12748
- "clrName": "Dispose",
12749
- "metadataToken": 100668530,
12750
- "canonicalSignature": "():System.Void",
12751
- "normalizedSignature": "Dispose|():System.Void|static=false",
12752
- "emitScope": "ViewOnly",
12753
- "provenance": "ExplicitView",
12754
- "arity": 0,
12755
- "parameterCount": 0,
12756
- "isStatic": false,
12757
- "isAbstract": false,
12758
- "isVirtual": true,
12759
- "isOverride": false,
12760
- "isSealed": false,
12761
- "visibility": "Public",
12762
- "declaringClrType": "System.IDisposable",
12763
- "declaringAssemblyName": "System.Private.CoreLib",
12764
- "isExtensionMethod": false,
12765
- "sourceInterface": "System.Collections.IEnumerator"
12766
- },
12767
- {
12768
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
12769
- "clrName": "MoveNext",
12770
- "metadataToken": 100703846,
12771
- "canonicalSignature": "():System.Boolean",
12772
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
12773
- "emitScope": "ViewOnly",
12774
- "provenance": "ExplicitView",
12775
- "arity": 0,
12776
- "parameterCount": 0,
12777
- "isStatic": false,
12778
- "isAbstract": false,
12779
- "isVirtual": true,
12780
- "isOverride": false,
12781
- "isSealed": false,
12782
- "visibility": "Public",
12783
- "declaringClrType": "System.Collections.IEnumerator",
12784
- "declaringAssemblyName": "System.Private.CoreLib",
12785
- "isExtensionMethod": false,
12786
- "sourceInterface": "System.Collections.IEnumerator"
12787
12042
  }
12788
12043
  ],
12789
12044
  "properties": [
@@ -12805,46 +12060,6 @@
12805
12060
  "visibility": "Public",
12806
12061
  "declaringClrType": "System.Reflection.Metadata.DeclarativeSecurityAttributeHandleCollection\u002BEnumerator",
12807
12062
  "declaringAssemblyName": "System.Reflection.Metadata"
12808
- },
12809
- {
12810
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
12811
- "clrName": "Current",
12812
- "metadataToken": 385881426,
12813
- "canonicalSignature": ":T",
12814
- "normalizedSignature": "Current|:T|static=false|accessor=get",
12815
- "emitScope": "ViewOnly",
12816
- "provenance": "ExplicitView",
12817
- "isIndexer": false,
12818
- "hasGetter": true,
12819
- "hasSetter": false,
12820
- "isStatic": false,
12821
- "isAbstract": false,
12822
- "isVirtual": true,
12823
- "isOverride": false,
12824
- "visibility": "Public",
12825
- "sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
12826
- "declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
12827
- "declaringAssemblyName": "System.Private.CoreLib"
12828
- },
12829
- {
12830
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
12831
- "clrName": "Current",
12832
- "metadataToken": 385881267,
12833
- "canonicalSignature": ":System.Object",
12834
- "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
12835
- "emitScope": "ViewOnly",
12836
- "provenance": "ExplicitView",
12837
- "isIndexer": false,
12838
- "hasGetter": true,
12839
- "hasSetter": false,
12840
- "isStatic": false,
12841
- "isAbstract": false,
12842
- "isVirtual": true,
12843
- "isOverride": false,
12844
- "visibility": "Public",
12845
- "sourceInterface": "System.Collections.IEnumerator",
12846
- "declaringClrType": "System.Collections.IEnumerator",
12847
- "declaringAssemblyName": "System.Private.CoreLib"
12848
12063
  }
12849
12064
  ],
12850
12065
  "fields": [],
@@ -13274,71 +12489,9 @@
13274
12489
  "isOverride": false,
13275
12490
  "isSealed": true,
13276
12491
  "visibility": "Public",
13277
- "declaringClrType": "System.Reflection.Metadata.DocumentHandleCollection\u002BEnumerator",
13278
- "declaringAssemblyName": "System.Reflection.Metadata",
13279
- "isExtensionMethod": false
13280
- },
13281
- {
13282
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
13283
- "clrName": "Reset",
13284
- "metadataToken": 100703848,
13285
- "canonicalSignature": "():System.Void",
13286
- "normalizedSignature": "Reset|():System.Void|static=false",
13287
- "emitScope": "ClassSurface",
13288
- "provenance": "ExplicitView",
13289
- "arity": 0,
13290
- "parameterCount": 0,
13291
- "isStatic": false,
13292
- "isAbstract": false,
13293
- "isVirtual": true,
13294
- "isOverride": false,
13295
- "isSealed": false,
13296
- "visibility": "Public",
13297
- "declaringClrType": "System.Collections.IEnumerator",
13298
- "declaringAssemblyName": "System.Private.CoreLib",
13299
- "isExtensionMethod": false
13300
- },
13301
- {
13302
- "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
13303
- "clrName": "Dispose",
13304
- "metadataToken": 100668530,
13305
- "canonicalSignature": "():System.Void",
13306
- "normalizedSignature": "Dispose|():System.Void|static=false",
13307
- "emitScope": "ViewOnly",
13308
- "provenance": "ExplicitView",
13309
- "arity": 0,
13310
- "parameterCount": 0,
13311
- "isStatic": false,
13312
- "isAbstract": false,
13313
- "isVirtual": true,
13314
- "isOverride": false,
13315
- "isSealed": false,
13316
- "visibility": "Public",
13317
- "declaringClrType": "System.IDisposable",
13318
- "declaringAssemblyName": "System.Private.CoreLib",
13319
- "isExtensionMethod": false,
13320
- "sourceInterface": "System.Collections.IEnumerator"
13321
- },
13322
- {
13323
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
13324
- "clrName": "MoveNext",
13325
- "metadataToken": 100703846,
13326
- "canonicalSignature": "():System.Boolean",
13327
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
13328
- "emitScope": "ViewOnly",
13329
- "provenance": "ExplicitView",
13330
- "arity": 0,
13331
- "parameterCount": 0,
13332
- "isStatic": false,
13333
- "isAbstract": false,
13334
- "isVirtual": true,
13335
- "isOverride": false,
13336
- "isSealed": false,
13337
- "visibility": "Public",
13338
- "declaringClrType": "System.Collections.IEnumerator",
13339
- "declaringAssemblyName": "System.Private.CoreLib",
13340
- "isExtensionMethod": false,
13341
- "sourceInterface": "System.Collections.IEnumerator"
12492
+ "declaringClrType": "System.Reflection.Metadata.DocumentHandleCollection\u002BEnumerator",
12493
+ "declaringAssemblyName": "System.Reflection.Metadata",
12494
+ "isExtensionMethod": false
13342
12495
  }
13343
12496
  ],
13344
12497
  "properties": [
@@ -13360,46 +12513,6 @@
13360
12513
  "visibility": "Public",
13361
12514
  "declaringClrType": "System.Reflection.Metadata.DocumentHandleCollection\u002BEnumerator",
13362
12515
  "declaringAssemblyName": "System.Reflection.Metadata"
13363
- },
13364
- {
13365
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
13366
- "clrName": "Current",
13367
- "metadataToken": 385881426,
13368
- "canonicalSignature": ":T",
13369
- "normalizedSignature": "Current|:T|static=false|accessor=get",
13370
- "emitScope": "ViewOnly",
13371
- "provenance": "ExplicitView",
13372
- "isIndexer": false,
13373
- "hasGetter": true,
13374
- "hasSetter": false,
13375
- "isStatic": false,
13376
- "isAbstract": false,
13377
- "isVirtual": true,
13378
- "isOverride": false,
13379
- "visibility": "Public",
13380
- "sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
13381
- "declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
13382
- "declaringAssemblyName": "System.Private.CoreLib"
13383
- },
13384
- {
13385
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
13386
- "clrName": "Current",
13387
- "metadataToken": 385881267,
13388
- "canonicalSignature": ":System.Object",
13389
- "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
13390
- "emitScope": "ViewOnly",
13391
- "provenance": "ExplicitView",
13392
- "isIndexer": false,
13393
- "hasGetter": true,
13394
- "hasSetter": false,
13395
- "isStatic": false,
13396
- "isAbstract": false,
13397
- "isVirtual": true,
13398
- "isOverride": false,
13399
- "visibility": "Public",
13400
- "sourceInterface": "System.Collections.IEnumerator",
13401
- "declaringClrType": "System.Collections.IEnumerator",
13402
- "declaringAssemblyName": "System.Private.CoreLib"
13403
12516
  }
13404
12517
  ],
13405
12518
  "fields": [],
@@ -14280,68 +13393,6 @@
14280
13393
  "declaringClrType": "System.Reflection.Metadata.EventDefinitionHandleCollection\u002BEnumerator",
14281
13394
  "declaringAssemblyName": "System.Reflection.Metadata",
14282
13395
  "isExtensionMethod": false
14283
- },
14284
- {
14285
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
14286
- "clrName": "Reset",
14287
- "metadataToken": 100703848,
14288
- "canonicalSignature": "():System.Void",
14289
- "normalizedSignature": "Reset|():System.Void|static=false",
14290
- "emitScope": "ClassSurface",
14291
- "provenance": "ExplicitView",
14292
- "arity": 0,
14293
- "parameterCount": 0,
14294
- "isStatic": false,
14295
- "isAbstract": false,
14296
- "isVirtual": true,
14297
- "isOverride": false,
14298
- "isSealed": false,
14299
- "visibility": "Public",
14300
- "declaringClrType": "System.Collections.IEnumerator",
14301
- "declaringAssemblyName": "System.Private.CoreLib",
14302
- "isExtensionMethod": false
14303
- },
14304
- {
14305
- "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
14306
- "clrName": "Dispose",
14307
- "metadataToken": 100668530,
14308
- "canonicalSignature": "():System.Void",
14309
- "normalizedSignature": "Dispose|():System.Void|static=false",
14310
- "emitScope": "ViewOnly",
14311
- "provenance": "ExplicitView",
14312
- "arity": 0,
14313
- "parameterCount": 0,
14314
- "isStatic": false,
14315
- "isAbstract": false,
14316
- "isVirtual": true,
14317
- "isOverride": false,
14318
- "isSealed": false,
14319
- "visibility": "Public",
14320
- "declaringClrType": "System.IDisposable",
14321
- "declaringAssemblyName": "System.Private.CoreLib",
14322
- "isExtensionMethod": false,
14323
- "sourceInterface": "System.Collections.IEnumerator"
14324
- },
14325
- {
14326
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
14327
- "clrName": "MoveNext",
14328
- "metadataToken": 100703846,
14329
- "canonicalSignature": "():System.Boolean",
14330
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
14331
- "emitScope": "ViewOnly",
14332
- "provenance": "ExplicitView",
14333
- "arity": 0,
14334
- "parameterCount": 0,
14335
- "isStatic": false,
14336
- "isAbstract": false,
14337
- "isVirtual": true,
14338
- "isOverride": false,
14339
- "isSealed": false,
14340
- "visibility": "Public",
14341
- "declaringClrType": "System.Collections.IEnumerator",
14342
- "declaringAssemblyName": "System.Private.CoreLib",
14343
- "isExtensionMethod": false,
14344
- "sourceInterface": "System.Collections.IEnumerator"
14345
13396
  }
14346
13397
  ],
14347
13398
  "properties": [
@@ -14363,46 +13414,6 @@
14363
13414
  "visibility": "Public",
14364
13415
  "declaringClrType": "System.Reflection.Metadata.EventDefinitionHandleCollection\u002BEnumerator",
14365
13416
  "declaringAssemblyName": "System.Reflection.Metadata"
14366
- },
14367
- {
14368
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
14369
- "clrName": "Current",
14370
- "metadataToken": 385881426,
14371
- "canonicalSignature": ":T",
14372
- "normalizedSignature": "Current|:T|static=false|accessor=get",
14373
- "emitScope": "ViewOnly",
14374
- "provenance": "ExplicitView",
14375
- "isIndexer": false,
14376
- "hasGetter": true,
14377
- "hasSetter": false,
14378
- "isStatic": false,
14379
- "isAbstract": false,
14380
- "isVirtual": true,
14381
- "isOverride": false,
14382
- "visibility": "Public",
14383
- "sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
14384
- "declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
14385
- "declaringAssemblyName": "System.Private.CoreLib"
14386
- },
14387
- {
14388
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
14389
- "clrName": "Current",
14390
- "metadataToken": 385881267,
14391
- "canonicalSignature": ":System.Object",
14392
- "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
14393
- "emitScope": "ViewOnly",
14394
- "provenance": "ExplicitView",
14395
- "isIndexer": false,
14396
- "hasGetter": true,
14397
- "hasSetter": false,
14398
- "isStatic": false,
14399
- "isAbstract": false,
14400
- "isVirtual": true,
14401
- "isOverride": false,
14402
- "visibility": "Public",
14403
- "sourceInterface": "System.Collections.IEnumerator",
14404
- "declaringClrType": "System.Collections.IEnumerator",
14405
- "declaringAssemblyName": "System.Private.CoreLib"
14406
13417
  }
14407
13418
  ],
14408
13419
  "fields": [],
@@ -15049,68 +14060,6 @@
15049
14060
  "declaringClrType": "System.Reflection.Metadata.ExportedTypeHandleCollection\u002BEnumerator",
15050
14061
  "declaringAssemblyName": "System.Reflection.Metadata",
15051
14062
  "isExtensionMethod": false
15052
- },
15053
- {
15054
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
15055
- "clrName": "Reset",
15056
- "metadataToken": 100703848,
15057
- "canonicalSignature": "():System.Void",
15058
- "normalizedSignature": "Reset|():System.Void|static=false",
15059
- "emitScope": "ClassSurface",
15060
- "provenance": "ExplicitView",
15061
- "arity": 0,
15062
- "parameterCount": 0,
15063
- "isStatic": false,
15064
- "isAbstract": false,
15065
- "isVirtual": true,
15066
- "isOverride": false,
15067
- "isSealed": false,
15068
- "visibility": "Public",
15069
- "declaringClrType": "System.Collections.IEnumerator",
15070
- "declaringAssemblyName": "System.Private.CoreLib",
15071
- "isExtensionMethod": false
15072
- },
15073
- {
15074
- "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
15075
- "clrName": "Dispose",
15076
- "metadataToken": 100668530,
15077
- "canonicalSignature": "():System.Void",
15078
- "normalizedSignature": "Dispose|():System.Void|static=false",
15079
- "emitScope": "ViewOnly",
15080
- "provenance": "ExplicitView",
15081
- "arity": 0,
15082
- "parameterCount": 0,
15083
- "isStatic": false,
15084
- "isAbstract": false,
15085
- "isVirtual": true,
15086
- "isOverride": false,
15087
- "isSealed": false,
15088
- "visibility": "Public",
15089
- "declaringClrType": "System.IDisposable",
15090
- "declaringAssemblyName": "System.Private.CoreLib",
15091
- "isExtensionMethod": false,
15092
- "sourceInterface": "System.Collections.IEnumerator"
15093
- },
15094
- {
15095
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
15096
- "clrName": "MoveNext",
15097
- "metadataToken": 100703846,
15098
- "canonicalSignature": "():System.Boolean",
15099
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
15100
- "emitScope": "ViewOnly",
15101
- "provenance": "ExplicitView",
15102
- "arity": 0,
15103
- "parameterCount": 0,
15104
- "isStatic": false,
15105
- "isAbstract": false,
15106
- "isVirtual": true,
15107
- "isOverride": false,
15108
- "isSealed": false,
15109
- "visibility": "Public",
15110
- "declaringClrType": "System.Collections.IEnumerator",
15111
- "declaringAssemblyName": "System.Private.CoreLib",
15112
- "isExtensionMethod": false,
15113
- "sourceInterface": "System.Collections.IEnumerator"
15114
14063
  }
15115
14064
  ],
15116
14065
  "properties": [
@@ -15132,46 +14081,6 @@
15132
14081
  "visibility": "Public",
15133
14082
  "declaringClrType": "System.Reflection.Metadata.ExportedTypeHandleCollection\u002BEnumerator",
15134
14083
  "declaringAssemblyName": "System.Reflection.Metadata"
15135
- },
15136
- {
15137
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
15138
- "clrName": "Current",
15139
- "metadataToken": 385881426,
15140
- "canonicalSignature": ":T",
15141
- "normalizedSignature": "Current|:T|static=false|accessor=get",
15142
- "emitScope": "ViewOnly",
15143
- "provenance": "ExplicitView",
15144
- "isIndexer": false,
15145
- "hasGetter": true,
15146
- "hasSetter": false,
15147
- "isStatic": false,
15148
- "isAbstract": false,
15149
- "isVirtual": true,
15150
- "isOverride": false,
15151
- "visibility": "Public",
15152
- "sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
15153
- "declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
15154
- "declaringAssemblyName": "System.Private.CoreLib"
15155
- },
15156
- {
15157
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
15158
- "clrName": "Current",
15159
- "metadataToken": 385881267,
15160
- "canonicalSignature": ":System.Object",
15161
- "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
15162
- "emitScope": "ViewOnly",
15163
- "provenance": "ExplicitView",
15164
- "isIndexer": false,
15165
- "hasGetter": true,
15166
- "hasSetter": false,
15167
- "isStatic": false,
15168
- "isAbstract": false,
15169
- "isVirtual": true,
15170
- "isOverride": false,
15171
- "visibility": "Public",
15172
- "sourceInterface": "System.Collections.IEnumerator",
15173
- "declaringClrType": "System.Collections.IEnumerator",
15174
- "declaringAssemblyName": "System.Private.CoreLib"
15175
14084
  }
15176
14085
  ],
15177
14086
  "fields": [],
@@ -15722,72 +14631,10 @@
15722
14631
  "isVirtual": true,
15723
14632
  "isOverride": false,
15724
14633
  "isSealed": true,
15725
- "visibility": "Public",
15726
- "declaringClrType": "System.Reflection.Metadata.FieldDefinitionHandleCollection\u002BEnumerator",
15727
- "declaringAssemblyName": "System.Reflection.Metadata",
15728
- "isExtensionMethod": false
15729
- },
15730
- {
15731
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
15732
- "clrName": "Reset",
15733
- "metadataToken": 100703848,
15734
- "canonicalSignature": "():System.Void",
15735
- "normalizedSignature": "Reset|():System.Void|static=false",
15736
- "emitScope": "ClassSurface",
15737
- "provenance": "ExplicitView",
15738
- "arity": 0,
15739
- "parameterCount": 0,
15740
- "isStatic": false,
15741
- "isAbstract": false,
15742
- "isVirtual": true,
15743
- "isOverride": false,
15744
- "isSealed": false,
15745
- "visibility": "Public",
15746
- "declaringClrType": "System.Collections.IEnumerator",
15747
- "declaringAssemblyName": "System.Private.CoreLib",
15748
- "isExtensionMethod": false
15749
- },
15750
- {
15751
- "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
15752
- "clrName": "Dispose",
15753
- "metadataToken": 100668530,
15754
- "canonicalSignature": "():System.Void",
15755
- "normalizedSignature": "Dispose|():System.Void|static=false",
15756
- "emitScope": "ViewOnly",
15757
- "provenance": "ExplicitView",
15758
- "arity": 0,
15759
- "parameterCount": 0,
15760
- "isStatic": false,
15761
- "isAbstract": false,
15762
- "isVirtual": true,
15763
- "isOverride": false,
15764
- "isSealed": false,
15765
- "visibility": "Public",
15766
- "declaringClrType": "System.IDisposable",
15767
- "declaringAssemblyName": "System.Private.CoreLib",
15768
- "isExtensionMethod": false,
15769
- "sourceInterface": "System.Collections.IEnumerator"
15770
- },
15771
- {
15772
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
15773
- "clrName": "MoveNext",
15774
- "metadataToken": 100703846,
15775
- "canonicalSignature": "():System.Boolean",
15776
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
15777
- "emitScope": "ViewOnly",
15778
- "provenance": "ExplicitView",
15779
- "arity": 0,
15780
- "parameterCount": 0,
15781
- "isStatic": false,
15782
- "isAbstract": false,
15783
- "isVirtual": true,
15784
- "isOverride": false,
15785
- "isSealed": false,
15786
- "visibility": "Public",
15787
- "declaringClrType": "System.Collections.IEnumerator",
15788
- "declaringAssemblyName": "System.Private.CoreLib",
15789
- "isExtensionMethod": false,
15790
- "sourceInterface": "System.Collections.IEnumerator"
14634
+ "visibility": "Public",
14635
+ "declaringClrType": "System.Reflection.Metadata.FieldDefinitionHandleCollection\u002BEnumerator",
14636
+ "declaringAssemblyName": "System.Reflection.Metadata",
14637
+ "isExtensionMethod": false
15791
14638
  }
15792
14639
  ],
15793
14640
  "properties": [
@@ -15809,46 +14656,6 @@
15809
14656
  "visibility": "Public",
15810
14657
  "declaringClrType": "System.Reflection.Metadata.FieldDefinitionHandleCollection\u002BEnumerator",
15811
14658
  "declaringAssemblyName": "System.Reflection.Metadata"
15812
- },
15813
- {
15814
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
15815
- "clrName": "Current",
15816
- "metadataToken": 385881426,
15817
- "canonicalSignature": ":T",
15818
- "normalizedSignature": "Current|:T|static=false|accessor=get",
15819
- "emitScope": "ViewOnly",
15820
- "provenance": "ExplicitView",
15821
- "isIndexer": false,
15822
- "hasGetter": true,
15823
- "hasSetter": false,
15824
- "isStatic": false,
15825
- "isAbstract": false,
15826
- "isVirtual": true,
15827
- "isOverride": false,
15828
- "visibility": "Public",
15829
- "sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
15830
- "declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
15831
- "declaringAssemblyName": "System.Private.CoreLib"
15832
- },
15833
- {
15834
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
15835
- "clrName": "Current",
15836
- "metadataToken": 385881267,
15837
- "canonicalSignature": ":System.Object",
15838
- "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
15839
- "emitScope": "ViewOnly",
15840
- "provenance": "ExplicitView",
15841
- "isIndexer": false,
15842
- "hasGetter": true,
15843
- "hasSetter": false,
15844
- "isStatic": false,
15845
- "isAbstract": false,
15846
- "isVirtual": true,
15847
- "isOverride": false,
15848
- "visibility": "Public",
15849
- "sourceInterface": "System.Collections.IEnumerator",
15850
- "declaringClrType": "System.Collections.IEnumerator",
15851
- "declaringAssemblyName": "System.Private.CoreLib"
15852
14659
  }
15853
14660
  ],
15854
14661
  "fields": [],
@@ -16429,68 +15236,6 @@
16429
15236
  "declaringClrType": "System.Reflection.Metadata.GenericParameterConstraintHandleCollection\u002BEnumerator",
16430
15237
  "declaringAssemblyName": "System.Reflection.Metadata",
16431
15238
  "isExtensionMethod": false
16432
- },
16433
- {
16434
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
16435
- "clrName": "Reset",
16436
- "metadataToken": 100703848,
16437
- "canonicalSignature": "():System.Void",
16438
- "normalizedSignature": "Reset|():System.Void|static=false",
16439
- "emitScope": "ClassSurface",
16440
- "provenance": "ExplicitView",
16441
- "arity": 0,
16442
- "parameterCount": 0,
16443
- "isStatic": false,
16444
- "isAbstract": false,
16445
- "isVirtual": true,
16446
- "isOverride": false,
16447
- "isSealed": false,
16448
- "visibility": "Public",
16449
- "declaringClrType": "System.Collections.IEnumerator",
16450
- "declaringAssemblyName": "System.Private.CoreLib",
16451
- "isExtensionMethod": false
16452
- },
16453
- {
16454
- "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
16455
- "clrName": "Dispose",
16456
- "metadataToken": 100668530,
16457
- "canonicalSignature": "():System.Void",
16458
- "normalizedSignature": "Dispose|():System.Void|static=false",
16459
- "emitScope": "ViewOnly",
16460
- "provenance": "ExplicitView",
16461
- "arity": 0,
16462
- "parameterCount": 0,
16463
- "isStatic": false,
16464
- "isAbstract": false,
16465
- "isVirtual": true,
16466
- "isOverride": false,
16467
- "isSealed": false,
16468
- "visibility": "Public",
16469
- "declaringClrType": "System.IDisposable",
16470
- "declaringAssemblyName": "System.Private.CoreLib",
16471
- "isExtensionMethod": false,
16472
- "sourceInterface": "System.Collections.IEnumerator"
16473
- },
16474
- {
16475
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
16476
- "clrName": "MoveNext",
16477
- "metadataToken": 100703846,
16478
- "canonicalSignature": "():System.Boolean",
16479
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
16480
- "emitScope": "ViewOnly",
16481
- "provenance": "ExplicitView",
16482
- "arity": 0,
16483
- "parameterCount": 0,
16484
- "isStatic": false,
16485
- "isAbstract": false,
16486
- "isVirtual": true,
16487
- "isOverride": false,
16488
- "isSealed": false,
16489
- "visibility": "Public",
16490
- "declaringClrType": "System.Collections.IEnumerator",
16491
- "declaringAssemblyName": "System.Private.CoreLib",
16492
- "isExtensionMethod": false,
16493
- "sourceInterface": "System.Collections.IEnumerator"
16494
15239
  }
16495
15240
  ],
16496
15241
  "properties": [
@@ -16512,46 +15257,6 @@
16512
15257
  "visibility": "Public",
16513
15258
  "declaringClrType": "System.Reflection.Metadata.GenericParameterConstraintHandleCollection\u002BEnumerator",
16514
15259
  "declaringAssemblyName": "System.Reflection.Metadata"
16515
- },
16516
- {
16517
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
16518
- "clrName": "Current",
16519
- "metadataToken": 385881426,
16520
- "canonicalSignature": ":T",
16521
- "normalizedSignature": "Current|:T|static=false|accessor=get",
16522
- "emitScope": "ViewOnly",
16523
- "provenance": "ExplicitView",
16524
- "isIndexer": false,
16525
- "hasGetter": true,
16526
- "hasSetter": false,
16527
- "isStatic": false,
16528
- "isAbstract": false,
16529
- "isVirtual": true,
16530
- "isOverride": false,
16531
- "visibility": "Public",
16532
- "sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
16533
- "declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
16534
- "declaringAssemblyName": "System.Private.CoreLib"
16535
- },
16536
- {
16537
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
16538
- "clrName": "Current",
16539
- "metadataToken": 385881267,
16540
- "canonicalSignature": ":System.Object",
16541
- "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
16542
- "emitScope": "ViewOnly",
16543
- "provenance": "ExplicitView",
16544
- "isIndexer": false,
16545
- "hasGetter": true,
16546
- "hasSetter": false,
16547
- "isStatic": false,
16548
- "isAbstract": false,
16549
- "isVirtual": true,
16550
- "isOverride": false,
16551
- "visibility": "Public",
16552
- "sourceInterface": "System.Collections.IEnumerator",
16553
- "declaringClrType": "System.Collections.IEnumerator",
16554
- "declaringAssemblyName": "System.Private.CoreLib"
16555
15260
  }
16556
15261
  ],
16557
15262
  "fields": [],
@@ -16912,68 +15617,6 @@
16912
15617
  "declaringClrType": "System.Reflection.Metadata.GenericParameterHandleCollection\u002BEnumerator",
16913
15618
  "declaringAssemblyName": "System.Reflection.Metadata",
16914
15619
  "isExtensionMethod": false
16915
- },
16916
- {
16917
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
16918
- "clrName": "Reset",
16919
- "metadataToken": 100703848,
16920
- "canonicalSignature": "():System.Void",
16921
- "normalizedSignature": "Reset|():System.Void|static=false",
16922
- "emitScope": "ClassSurface",
16923
- "provenance": "ExplicitView",
16924
- "arity": 0,
16925
- "parameterCount": 0,
16926
- "isStatic": false,
16927
- "isAbstract": false,
16928
- "isVirtual": true,
16929
- "isOverride": false,
16930
- "isSealed": false,
16931
- "visibility": "Public",
16932
- "declaringClrType": "System.Collections.IEnumerator",
16933
- "declaringAssemblyName": "System.Private.CoreLib",
16934
- "isExtensionMethod": false
16935
- },
16936
- {
16937
- "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
16938
- "clrName": "Dispose",
16939
- "metadataToken": 100668530,
16940
- "canonicalSignature": "():System.Void",
16941
- "normalizedSignature": "Dispose|():System.Void|static=false",
16942
- "emitScope": "ViewOnly",
16943
- "provenance": "ExplicitView",
16944
- "arity": 0,
16945
- "parameterCount": 0,
16946
- "isStatic": false,
16947
- "isAbstract": false,
16948
- "isVirtual": true,
16949
- "isOverride": false,
16950
- "isSealed": false,
16951
- "visibility": "Public",
16952
- "declaringClrType": "System.IDisposable",
16953
- "declaringAssemblyName": "System.Private.CoreLib",
16954
- "isExtensionMethod": false,
16955
- "sourceInterface": "System.Collections.IEnumerator"
16956
- },
16957
- {
16958
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
16959
- "clrName": "MoveNext",
16960
- "metadataToken": 100703846,
16961
- "canonicalSignature": "():System.Boolean",
16962
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
16963
- "emitScope": "ViewOnly",
16964
- "provenance": "ExplicitView",
16965
- "arity": 0,
16966
- "parameterCount": 0,
16967
- "isStatic": false,
16968
- "isAbstract": false,
16969
- "isVirtual": true,
16970
- "isOverride": false,
16971
- "isSealed": false,
16972
- "visibility": "Public",
16973
- "declaringClrType": "System.Collections.IEnumerator",
16974
- "declaringAssemblyName": "System.Private.CoreLib",
16975
- "isExtensionMethod": false,
16976
- "sourceInterface": "System.Collections.IEnumerator"
16977
15620
  }
16978
15621
  ],
16979
15622
  "properties": [
@@ -16995,46 +15638,6 @@
16995
15638
  "visibility": "Public",
16996
15639
  "declaringClrType": "System.Reflection.Metadata.GenericParameterHandleCollection\u002BEnumerator",
16997
15640
  "declaringAssemblyName": "System.Reflection.Metadata"
16998
- },
16999
- {
17000
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
17001
- "clrName": "Current",
17002
- "metadataToken": 385881426,
17003
- "canonicalSignature": ":T",
17004
- "normalizedSignature": "Current|:T|static=false|accessor=get",
17005
- "emitScope": "ViewOnly",
17006
- "provenance": "ExplicitView",
17007
- "isIndexer": false,
17008
- "hasGetter": true,
17009
- "hasSetter": false,
17010
- "isStatic": false,
17011
- "isAbstract": false,
17012
- "isVirtual": true,
17013
- "isOverride": false,
17014
- "visibility": "Public",
17015
- "sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
17016
- "declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
17017
- "declaringAssemblyName": "System.Private.CoreLib"
17018
- },
17019
- {
17020
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
17021
- "clrName": "Current",
17022
- "metadataToken": 385881267,
17023
- "canonicalSignature": ":System.Object",
17024
- "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
17025
- "emitScope": "ViewOnly",
17026
- "provenance": "ExplicitView",
17027
- "isIndexer": false,
17028
- "hasGetter": true,
17029
- "hasSetter": false,
17030
- "isStatic": false,
17031
- "isAbstract": false,
17032
- "isVirtual": true,
17033
- "isOverride": false,
17034
- "visibility": "Public",
17035
- "sourceInterface": "System.Collections.IEnumerator",
17036
- "declaringClrType": "System.Collections.IEnumerator",
17037
- "declaringAssemblyName": "System.Private.CoreLib"
17038
15641
  }
17039
15642
  ],
17040
15643
  "fields": [],
@@ -17630,74 +16233,11 @@
17630
16233
  "isAbstract": false,
17631
16234
  "isVirtual": true,
17632
16235
  "isOverride": false,
17633
- "isSealed": true,
17634
- "visibility": "Public",
17635
- "declaringClrType": "System.Reflection.Metadata.ImportDefinitionCollection\u002BEnumerator",
17636
- "declaringAssemblyName": "System.Reflection.Metadata",
17637
- "isExtensionMethod": false
17638
- },
17639
- {
17640
- "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
17641
- "clrName": "Dispose",
17642
- "metadataToken": 100668530,
17643
- "canonicalSignature": "():System.Void",
17644
- "normalizedSignature": "Dispose|():System.Void|static=false",
17645
- "emitScope": "ViewOnly",
17646
- "provenance": "ExplicitView",
17647
- "arity": 0,
17648
- "parameterCount": 0,
17649
- "isStatic": false,
17650
- "isAbstract": false,
17651
- "isVirtual": true,
17652
- "isOverride": false,
17653
- "isSealed": false,
17654
- "visibility": "Public",
17655
- "declaringClrType": "System.IDisposable",
17656
- "declaringAssemblyName": "System.Private.CoreLib",
17657
- "isExtensionMethod": false,
17658
- "sourceInterface": "System.IDisposable"
17659
- },
17660
- {
17661
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
17662
- "clrName": "MoveNext",
17663
- "metadataToken": 100703846,
17664
- "canonicalSignature": "():System.Boolean",
17665
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
17666
- "emitScope": "ViewOnly",
17667
- "provenance": "ExplicitView",
17668
- "arity": 0,
17669
- "parameterCount": 0,
17670
- "isStatic": false,
17671
- "isAbstract": false,
17672
- "isVirtual": true,
17673
- "isOverride": false,
17674
- "isSealed": false,
17675
- "visibility": "Public",
17676
- "declaringClrType": "System.Collections.IEnumerator",
17677
- "declaringAssemblyName": "System.Private.CoreLib",
17678
- "isExtensionMethod": false,
17679
- "sourceInterface": "System.Collections.IEnumerator"
17680
- },
17681
- {
17682
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
17683
- "clrName": "Reset",
17684
- "metadataToken": 100703848,
17685
- "canonicalSignature": "():System.Void",
17686
- "normalizedSignature": "Reset|():System.Void|static=false",
17687
- "emitScope": "ViewOnly",
17688
- "provenance": "ExplicitView",
17689
- "arity": 0,
17690
- "parameterCount": 0,
17691
- "isStatic": false,
17692
- "isAbstract": false,
17693
- "isVirtual": true,
17694
- "isOverride": false,
17695
- "isSealed": false,
16236
+ "isSealed": true,
17696
16237
  "visibility": "Public",
17697
- "declaringClrType": "System.Collections.IEnumerator",
17698
- "declaringAssemblyName": "System.Private.CoreLib",
17699
- "isExtensionMethod": false,
17700
- "sourceInterface": "System.Collections.IEnumerator"
16238
+ "declaringClrType": "System.Reflection.Metadata.ImportDefinitionCollection\u002BEnumerator",
16239
+ "declaringAssemblyName": "System.Reflection.Metadata",
16240
+ "isExtensionMethod": false
17701
16241
  }
17702
16242
  ],
17703
16243
  "properties": [
@@ -17719,46 +16259,6 @@
17719
16259
  "visibility": "Public",
17720
16260
  "declaringClrType": "System.Reflection.Metadata.ImportDefinitionCollection\u002BEnumerator",
17721
16261
  "declaringAssemblyName": "System.Reflection.Metadata"
17722
- },
17723
- {
17724
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
17725
- "clrName": "Current",
17726
- "metadataToken": 385881426,
17727
- "canonicalSignature": ":T",
17728
- "normalizedSignature": "Current|:T|static=false|accessor=get",
17729
- "emitScope": "ViewOnly",
17730
- "provenance": "ExplicitView",
17731
- "isIndexer": false,
17732
- "hasGetter": true,
17733
- "hasSetter": false,
17734
- "isStatic": false,
17735
- "isAbstract": false,
17736
- "isVirtual": true,
17737
- "isOverride": false,
17738
- "visibility": "Public",
17739
- "sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
17740
- "declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
17741
- "declaringAssemblyName": "System.Private.CoreLib"
17742
- },
17743
- {
17744
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
17745
- "clrName": "Current",
17746
- "metadataToken": 385881267,
17747
- "canonicalSignature": ":System.Object",
17748
- "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
17749
- "emitScope": "ViewOnly",
17750
- "provenance": "ExplicitView",
17751
- "isIndexer": false,
17752
- "hasGetter": true,
17753
- "hasSetter": false,
17754
- "isStatic": false,
17755
- "isAbstract": false,
17756
- "isVirtual": true,
17757
- "isOverride": false,
17758
- "visibility": "Public",
17759
- "sourceInterface": "System.Collections.IEnumerator",
17760
- "declaringClrType": "System.Collections.IEnumerator",
17761
- "declaringAssemblyName": "System.Private.CoreLib"
17762
16262
  }
17763
16263
  ],
17764
16264
  "fields": [],
@@ -18042,68 +16542,6 @@
18042
16542
  "declaringClrType": "System.Reflection.Metadata.ImportScopeCollection\u002BEnumerator",
18043
16543
  "declaringAssemblyName": "System.Reflection.Metadata",
18044
16544
  "isExtensionMethod": false
18045
- },
18046
- {
18047
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
18048
- "clrName": "Reset",
18049
- "metadataToken": 100703848,
18050
- "canonicalSignature": "():System.Void",
18051
- "normalizedSignature": "Reset|():System.Void|static=false",
18052
- "emitScope": "ClassSurface",
18053
- "provenance": "ExplicitView",
18054
- "arity": 0,
18055
- "parameterCount": 0,
18056
- "isStatic": false,
18057
- "isAbstract": false,
18058
- "isVirtual": true,
18059
- "isOverride": false,
18060
- "isSealed": false,
18061
- "visibility": "Public",
18062
- "declaringClrType": "System.Collections.IEnumerator",
18063
- "declaringAssemblyName": "System.Private.CoreLib",
18064
- "isExtensionMethod": false
18065
- },
18066
- {
18067
- "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
18068
- "clrName": "Dispose",
18069
- "metadataToken": 100668530,
18070
- "canonicalSignature": "():System.Void",
18071
- "normalizedSignature": "Dispose|():System.Void|static=false",
18072
- "emitScope": "ViewOnly",
18073
- "provenance": "ExplicitView",
18074
- "arity": 0,
18075
- "parameterCount": 0,
18076
- "isStatic": false,
18077
- "isAbstract": false,
18078
- "isVirtual": true,
18079
- "isOverride": false,
18080
- "isSealed": false,
18081
- "visibility": "Public",
18082
- "declaringClrType": "System.IDisposable",
18083
- "declaringAssemblyName": "System.Private.CoreLib",
18084
- "isExtensionMethod": false,
18085
- "sourceInterface": "System.Collections.IEnumerator"
18086
- },
18087
- {
18088
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
18089
- "clrName": "MoveNext",
18090
- "metadataToken": 100703846,
18091
- "canonicalSignature": "():System.Boolean",
18092
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
18093
- "emitScope": "ViewOnly",
18094
- "provenance": "ExplicitView",
18095
- "arity": 0,
18096
- "parameterCount": 0,
18097
- "isStatic": false,
18098
- "isAbstract": false,
18099
- "isVirtual": true,
18100
- "isOverride": false,
18101
- "isSealed": false,
18102
- "visibility": "Public",
18103
- "declaringClrType": "System.Collections.IEnumerator",
18104
- "declaringAssemblyName": "System.Private.CoreLib",
18105
- "isExtensionMethod": false,
18106
- "sourceInterface": "System.Collections.IEnumerator"
18107
16545
  }
18108
16546
  ],
18109
16547
  "properties": [
@@ -18125,46 +16563,6 @@
18125
16563
  "visibility": "Public",
18126
16564
  "declaringClrType": "System.Reflection.Metadata.ImportScopeCollection\u002BEnumerator",
18127
16565
  "declaringAssemblyName": "System.Reflection.Metadata"
18128
- },
18129
- {
18130
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
18131
- "clrName": "Current",
18132
- "metadataToken": 385881426,
18133
- "canonicalSignature": ":T",
18134
- "normalizedSignature": "Current|:T|static=false|accessor=get",
18135
- "emitScope": "ViewOnly",
18136
- "provenance": "ExplicitView",
18137
- "isIndexer": false,
18138
- "hasGetter": true,
18139
- "hasSetter": false,
18140
- "isStatic": false,
18141
- "isAbstract": false,
18142
- "isVirtual": true,
18143
- "isOverride": false,
18144
- "visibility": "Public",
18145
- "sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
18146
- "declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
18147
- "declaringAssemblyName": "System.Private.CoreLib"
18148
- },
18149
- {
18150
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
18151
- "clrName": "Current",
18152
- "metadataToken": 385881267,
18153
- "canonicalSignature": ":System.Object",
18154
- "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
18155
- "emitScope": "ViewOnly",
18156
- "provenance": "ExplicitView",
18157
- "isIndexer": false,
18158
- "hasGetter": true,
18159
- "hasSetter": false,
18160
- "isStatic": false,
18161
- "isAbstract": false,
18162
- "isVirtual": true,
18163
- "isOverride": false,
18164
- "visibility": "Public",
18165
- "sourceInterface": "System.Collections.IEnumerator",
18166
- "declaringClrType": "System.Collections.IEnumerator",
18167
- "declaringAssemblyName": "System.Private.CoreLib"
18168
16566
  }
18169
16567
  ],
18170
16568
  "fields": [],
@@ -18693,68 +17091,6 @@
18693
17091
  "declaringClrType": "System.Reflection.Metadata.InterfaceImplementationHandleCollection\u002BEnumerator",
18694
17092
  "declaringAssemblyName": "System.Reflection.Metadata",
18695
17093
  "isExtensionMethod": false
18696
- },
18697
- {
18698
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
18699
- "clrName": "Reset",
18700
- "metadataToken": 100703848,
18701
- "canonicalSignature": "():System.Void",
18702
- "normalizedSignature": "Reset|():System.Void|static=false",
18703
- "emitScope": "ClassSurface",
18704
- "provenance": "ExplicitView",
18705
- "arity": 0,
18706
- "parameterCount": 0,
18707
- "isStatic": false,
18708
- "isAbstract": false,
18709
- "isVirtual": true,
18710
- "isOverride": false,
18711
- "isSealed": false,
18712
- "visibility": "Public",
18713
- "declaringClrType": "System.Collections.IEnumerator",
18714
- "declaringAssemblyName": "System.Private.CoreLib",
18715
- "isExtensionMethod": false
18716
- },
18717
- {
18718
- "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
18719
- "clrName": "Dispose",
18720
- "metadataToken": 100668530,
18721
- "canonicalSignature": "():System.Void",
18722
- "normalizedSignature": "Dispose|():System.Void|static=false",
18723
- "emitScope": "ViewOnly",
18724
- "provenance": "ExplicitView",
18725
- "arity": 0,
18726
- "parameterCount": 0,
18727
- "isStatic": false,
18728
- "isAbstract": false,
18729
- "isVirtual": true,
18730
- "isOverride": false,
18731
- "isSealed": false,
18732
- "visibility": "Public",
18733
- "declaringClrType": "System.IDisposable",
18734
- "declaringAssemblyName": "System.Private.CoreLib",
18735
- "isExtensionMethod": false,
18736
- "sourceInterface": "System.Collections.IEnumerator"
18737
- },
18738
- {
18739
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
18740
- "clrName": "MoveNext",
18741
- "metadataToken": 100703846,
18742
- "canonicalSignature": "():System.Boolean",
18743
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
18744
- "emitScope": "ViewOnly",
18745
- "provenance": "ExplicitView",
18746
- "arity": 0,
18747
- "parameterCount": 0,
18748
- "isStatic": false,
18749
- "isAbstract": false,
18750
- "isVirtual": true,
18751
- "isOverride": false,
18752
- "isSealed": false,
18753
- "visibility": "Public",
18754
- "declaringClrType": "System.Collections.IEnumerator",
18755
- "declaringAssemblyName": "System.Private.CoreLib",
18756
- "isExtensionMethod": false,
18757
- "sourceInterface": "System.Collections.IEnumerator"
18758
17094
  }
18759
17095
  ],
18760
17096
  "properties": [
@@ -18776,46 +17112,6 @@
18776
17112
  "visibility": "Public",
18777
17113
  "declaringClrType": "System.Reflection.Metadata.InterfaceImplementationHandleCollection\u002BEnumerator",
18778
17114
  "declaringAssemblyName": "System.Reflection.Metadata"
18779
- },
18780
- {
18781
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
18782
- "clrName": "Current",
18783
- "metadataToken": 385881426,
18784
- "canonicalSignature": ":T",
18785
- "normalizedSignature": "Current|:T|static=false|accessor=get",
18786
- "emitScope": "ViewOnly",
18787
- "provenance": "ExplicitView",
18788
- "isIndexer": false,
18789
- "hasGetter": true,
18790
- "hasSetter": false,
18791
- "isStatic": false,
18792
- "isAbstract": false,
18793
- "isVirtual": true,
18794
- "isOverride": false,
18795
- "visibility": "Public",
18796
- "sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
18797
- "declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
18798
- "declaringAssemblyName": "System.Private.CoreLib"
18799
- },
18800
- {
18801
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
18802
- "clrName": "Current",
18803
- "metadataToken": 385881267,
18804
- "canonicalSignature": ":System.Object",
18805
- "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
18806
- "emitScope": "ViewOnly",
18807
- "provenance": "ExplicitView",
18808
- "isIndexer": false,
18809
- "hasGetter": true,
18810
- "hasSetter": false,
18811
- "isStatic": false,
18812
- "isAbstract": false,
18813
- "isVirtual": true,
18814
- "isOverride": false,
18815
- "visibility": "Public",
18816
- "sourceInterface": "System.Collections.IEnumerator",
18817
- "declaringClrType": "System.Collections.IEnumerator",
18818
- "declaringAssemblyName": "System.Private.CoreLib"
18819
17115
  }
18820
17116
  ],
18821
17117
  "fields": [],
@@ -19207,71 +17503,9 @@
19207
17503
  "isOverride": false,
19208
17504
  "isSealed": true,
19209
17505
  "visibility": "Public",
19210
- "declaringClrType": "System.Reflection.Metadata.LocalConstantHandleCollection\u002BEnumerator",
19211
- "declaringAssemblyName": "System.Reflection.Metadata",
19212
- "isExtensionMethod": false
19213
- },
19214
- {
19215
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
19216
- "clrName": "Reset",
19217
- "metadataToken": 100703848,
19218
- "canonicalSignature": "():System.Void",
19219
- "normalizedSignature": "Reset|():System.Void|static=false",
19220
- "emitScope": "ClassSurface",
19221
- "provenance": "ExplicitView",
19222
- "arity": 0,
19223
- "parameterCount": 0,
19224
- "isStatic": false,
19225
- "isAbstract": false,
19226
- "isVirtual": true,
19227
- "isOverride": false,
19228
- "isSealed": false,
19229
- "visibility": "Public",
19230
- "declaringClrType": "System.Collections.IEnumerator",
19231
- "declaringAssemblyName": "System.Private.CoreLib",
19232
- "isExtensionMethod": false
19233
- },
19234
- {
19235
- "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
19236
- "clrName": "Dispose",
19237
- "metadataToken": 100668530,
19238
- "canonicalSignature": "():System.Void",
19239
- "normalizedSignature": "Dispose|():System.Void|static=false",
19240
- "emitScope": "ViewOnly",
19241
- "provenance": "ExplicitView",
19242
- "arity": 0,
19243
- "parameterCount": 0,
19244
- "isStatic": false,
19245
- "isAbstract": false,
19246
- "isVirtual": true,
19247
- "isOverride": false,
19248
- "isSealed": false,
19249
- "visibility": "Public",
19250
- "declaringClrType": "System.IDisposable",
19251
- "declaringAssemblyName": "System.Private.CoreLib",
19252
- "isExtensionMethod": false,
19253
- "sourceInterface": "System.Collections.IEnumerator"
19254
- },
19255
- {
19256
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
19257
- "clrName": "MoveNext",
19258
- "metadataToken": 100703846,
19259
- "canonicalSignature": "():System.Boolean",
19260
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
19261
- "emitScope": "ViewOnly",
19262
- "provenance": "ExplicitView",
19263
- "arity": 0,
19264
- "parameterCount": 0,
19265
- "isStatic": false,
19266
- "isAbstract": false,
19267
- "isVirtual": true,
19268
- "isOverride": false,
19269
- "isSealed": false,
19270
- "visibility": "Public",
19271
- "declaringClrType": "System.Collections.IEnumerator",
19272
- "declaringAssemblyName": "System.Private.CoreLib",
19273
- "isExtensionMethod": false,
19274
- "sourceInterface": "System.Collections.IEnumerator"
17506
+ "declaringClrType": "System.Reflection.Metadata.LocalConstantHandleCollection\u002BEnumerator",
17507
+ "declaringAssemblyName": "System.Reflection.Metadata",
17508
+ "isExtensionMethod": false
19275
17509
  }
19276
17510
  ],
19277
17511
  "properties": [
@@ -19293,46 +17527,6 @@
19293
17527
  "visibility": "Public",
19294
17528
  "declaringClrType": "System.Reflection.Metadata.LocalConstantHandleCollection\u002BEnumerator",
19295
17529
  "declaringAssemblyName": "System.Reflection.Metadata"
19296
- },
19297
- {
19298
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
19299
- "clrName": "Current",
19300
- "metadataToken": 385881426,
19301
- "canonicalSignature": ":T",
19302
- "normalizedSignature": "Current|:T|static=false|accessor=get",
19303
- "emitScope": "ViewOnly",
19304
- "provenance": "ExplicitView",
19305
- "isIndexer": false,
19306
- "hasGetter": true,
19307
- "hasSetter": false,
19308
- "isStatic": false,
19309
- "isAbstract": false,
19310
- "isVirtual": true,
19311
- "isOverride": false,
19312
- "visibility": "Public",
19313
- "sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
19314
- "declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
19315
- "declaringAssemblyName": "System.Private.CoreLib"
19316
- },
19317
- {
19318
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
19319
- "clrName": "Current",
19320
- "metadataToken": 385881267,
19321
- "canonicalSignature": ":System.Object",
19322
- "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
19323
- "emitScope": "ViewOnly",
19324
- "provenance": "ExplicitView",
19325
- "isIndexer": false,
19326
- "hasGetter": true,
19327
- "hasSetter": false,
19328
- "isStatic": false,
19329
- "isAbstract": false,
19330
- "isVirtual": true,
19331
- "isOverride": false,
19332
- "visibility": "Public",
19333
- "sourceInterface": "System.Collections.IEnumerator",
19334
- "declaringClrType": "System.Collections.IEnumerator",
19335
- "declaringAssemblyName": "System.Private.CoreLib"
19336
17530
  }
19337
17531
  ],
19338
17532
  "fields": [],
@@ -19845,68 +18039,6 @@
19845
18039
  "declaringClrType": "System.Reflection.Metadata.LocalScopeHandleCollection\u002BChildrenEnumerator",
19846
18040
  "declaringAssemblyName": "System.Reflection.Metadata",
19847
18041
  "isExtensionMethod": false
19848
- },
19849
- {
19850
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
19851
- "clrName": "Reset",
19852
- "metadataToken": 100703848,
19853
- "canonicalSignature": "():System.Void",
19854
- "normalizedSignature": "Reset|():System.Void|static=false",
19855
- "emitScope": "ClassSurface",
19856
- "provenance": "ExplicitView",
19857
- "arity": 0,
19858
- "parameterCount": 0,
19859
- "isStatic": false,
19860
- "isAbstract": false,
19861
- "isVirtual": true,
19862
- "isOverride": false,
19863
- "isSealed": false,
19864
- "visibility": "Public",
19865
- "declaringClrType": "System.Collections.IEnumerator",
19866
- "declaringAssemblyName": "System.Private.CoreLib",
19867
- "isExtensionMethod": false
19868
- },
19869
- {
19870
- "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
19871
- "clrName": "Dispose",
19872
- "metadataToken": 100668530,
19873
- "canonicalSignature": "():System.Void",
19874
- "normalizedSignature": "Dispose|():System.Void|static=false",
19875
- "emitScope": "ViewOnly",
19876
- "provenance": "ExplicitView",
19877
- "arity": 0,
19878
- "parameterCount": 0,
19879
- "isStatic": false,
19880
- "isAbstract": false,
19881
- "isVirtual": true,
19882
- "isOverride": false,
19883
- "isSealed": false,
19884
- "visibility": "Public",
19885
- "declaringClrType": "System.IDisposable",
19886
- "declaringAssemblyName": "System.Private.CoreLib",
19887
- "isExtensionMethod": false,
19888
- "sourceInterface": "System.Collections.IEnumerator"
19889
- },
19890
- {
19891
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
19892
- "clrName": "MoveNext",
19893
- "metadataToken": 100703846,
19894
- "canonicalSignature": "():System.Boolean",
19895
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
19896
- "emitScope": "ViewOnly",
19897
- "provenance": "ExplicitView",
19898
- "arity": 0,
19899
- "parameterCount": 0,
19900
- "isStatic": false,
19901
- "isAbstract": false,
19902
- "isVirtual": true,
19903
- "isOverride": false,
19904
- "isSealed": false,
19905
- "visibility": "Public",
19906
- "declaringClrType": "System.Collections.IEnumerator",
19907
- "declaringAssemblyName": "System.Private.CoreLib",
19908
- "isExtensionMethod": false,
19909
- "sourceInterface": "System.Collections.IEnumerator"
19910
18042
  }
19911
18043
  ],
19912
18044
  "properties": [
@@ -19928,46 +18060,6 @@
19928
18060
  "visibility": "Public",
19929
18061
  "declaringClrType": "System.Reflection.Metadata.LocalScopeHandleCollection\u002BChildrenEnumerator",
19930
18062
  "declaringAssemblyName": "System.Reflection.Metadata"
19931
- },
19932
- {
19933
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
19934
- "clrName": "Current",
19935
- "metadataToken": 385881426,
19936
- "canonicalSignature": ":T",
19937
- "normalizedSignature": "Current|:T|static=false|accessor=get",
19938
- "emitScope": "ViewOnly",
19939
- "provenance": "ExplicitView",
19940
- "isIndexer": false,
19941
- "hasGetter": true,
19942
- "hasSetter": false,
19943
- "isStatic": false,
19944
- "isAbstract": false,
19945
- "isVirtual": true,
19946
- "isOverride": false,
19947
- "visibility": "Public",
19948
- "sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
19949
- "declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
19950
- "declaringAssemblyName": "System.Private.CoreLib"
19951
- },
19952
- {
19953
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
19954
- "clrName": "Current",
19955
- "metadataToken": 385881267,
19956
- "canonicalSignature": ":System.Object",
19957
- "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
19958
- "emitScope": "ViewOnly",
19959
- "provenance": "ExplicitView",
19960
- "isIndexer": false,
19961
- "hasGetter": true,
19962
- "hasSetter": false,
19963
- "isStatic": false,
19964
- "isAbstract": false,
19965
- "isVirtual": true,
19966
- "isOverride": false,
19967
- "visibility": "Public",
19968
- "sourceInterface": "System.Collections.IEnumerator",
19969
- "declaringClrType": "System.Collections.IEnumerator",
19970
- "declaringAssemblyName": "System.Private.CoreLib"
19971
18063
  }
19972
18064
  ],
19973
18065
  "fields": [],
@@ -20026,68 +18118,6 @@
20026
18118
  "declaringClrType": "System.Reflection.Metadata.LocalScopeHandleCollection\u002BEnumerator",
20027
18119
  "declaringAssemblyName": "System.Reflection.Metadata",
20028
18120
  "isExtensionMethod": false
20029
- },
20030
- {
20031
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
20032
- "clrName": "Reset",
20033
- "metadataToken": 100703848,
20034
- "canonicalSignature": "():System.Void",
20035
- "normalizedSignature": "Reset|():System.Void|static=false",
20036
- "emitScope": "ClassSurface",
20037
- "provenance": "ExplicitView",
20038
- "arity": 0,
20039
- "parameterCount": 0,
20040
- "isStatic": false,
20041
- "isAbstract": false,
20042
- "isVirtual": true,
20043
- "isOverride": false,
20044
- "isSealed": false,
20045
- "visibility": "Public",
20046
- "declaringClrType": "System.Collections.IEnumerator",
20047
- "declaringAssemblyName": "System.Private.CoreLib",
20048
- "isExtensionMethod": false
20049
- },
20050
- {
20051
- "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
20052
- "clrName": "Dispose",
20053
- "metadataToken": 100668530,
20054
- "canonicalSignature": "():System.Void",
20055
- "normalizedSignature": "Dispose|():System.Void|static=false",
20056
- "emitScope": "ViewOnly",
20057
- "provenance": "ExplicitView",
20058
- "arity": 0,
20059
- "parameterCount": 0,
20060
- "isStatic": false,
20061
- "isAbstract": false,
20062
- "isVirtual": true,
20063
- "isOverride": false,
20064
- "isSealed": false,
20065
- "visibility": "Public",
20066
- "declaringClrType": "System.IDisposable",
20067
- "declaringAssemblyName": "System.Private.CoreLib",
20068
- "isExtensionMethod": false,
20069
- "sourceInterface": "System.Collections.IEnumerator"
20070
- },
20071
- {
20072
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
20073
- "clrName": "MoveNext",
20074
- "metadataToken": 100703846,
20075
- "canonicalSignature": "():System.Boolean",
20076
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
20077
- "emitScope": "ViewOnly",
20078
- "provenance": "ExplicitView",
20079
- "arity": 0,
20080
- "parameterCount": 0,
20081
- "isStatic": false,
20082
- "isAbstract": false,
20083
- "isVirtual": true,
20084
- "isOverride": false,
20085
- "isSealed": false,
20086
- "visibility": "Public",
20087
- "declaringClrType": "System.Collections.IEnumerator",
20088
- "declaringAssemblyName": "System.Private.CoreLib",
20089
- "isExtensionMethod": false,
20090
- "sourceInterface": "System.Collections.IEnumerator"
20091
18121
  }
20092
18122
  ],
20093
18123
  "properties": [
@@ -20109,46 +18139,6 @@
20109
18139
  "visibility": "Public",
20110
18140
  "declaringClrType": "System.Reflection.Metadata.LocalScopeHandleCollection\u002BEnumerator",
20111
18141
  "declaringAssemblyName": "System.Reflection.Metadata"
20112
- },
20113
- {
20114
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
20115
- "clrName": "Current",
20116
- "metadataToken": 385881426,
20117
- "canonicalSignature": ":T",
20118
- "normalizedSignature": "Current|:T|static=false|accessor=get",
20119
- "emitScope": "ViewOnly",
20120
- "provenance": "ExplicitView",
20121
- "isIndexer": false,
20122
- "hasGetter": true,
20123
- "hasSetter": false,
20124
- "isStatic": false,
20125
- "isAbstract": false,
20126
- "isVirtual": true,
20127
- "isOverride": false,
20128
- "visibility": "Public",
20129
- "sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
20130
- "declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
20131
- "declaringAssemblyName": "System.Private.CoreLib"
20132
- },
20133
- {
20134
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
20135
- "clrName": "Current",
20136
- "metadataToken": 385881267,
20137
- "canonicalSignature": ":System.Object",
20138
- "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
20139
- "emitScope": "ViewOnly",
20140
- "provenance": "ExplicitView",
20141
- "isIndexer": false,
20142
- "hasGetter": true,
20143
- "hasSetter": false,
20144
- "isStatic": false,
20145
- "isAbstract": false,
20146
- "isVirtual": true,
20147
- "isOverride": false,
20148
- "visibility": "Public",
20149
- "sourceInterface": "System.Collections.IEnumerator",
20150
- "declaringClrType": "System.Collections.IEnumerator",
20151
- "declaringAssemblyName": "System.Private.CoreLib"
20152
18142
  }
20153
18143
  ],
20154
18144
  "fields": [],
@@ -20557,73 +18547,11 @@
20557
18547
  "isAbstract": false,
20558
18548
  "isVirtual": true,
20559
18549
  "isOverride": false,
20560
- "isSealed": true,
20561
- "visibility": "Public",
20562
- "declaringClrType": "System.Reflection.Metadata.LocalVariableHandleCollection\u002BEnumerator",
20563
- "declaringAssemblyName": "System.Reflection.Metadata",
20564
- "isExtensionMethod": false
20565
- },
20566
- {
20567
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
20568
- "clrName": "Reset",
20569
- "metadataToken": 100703848,
20570
- "canonicalSignature": "():System.Void",
20571
- "normalizedSignature": "Reset|():System.Void|static=false",
20572
- "emitScope": "ClassSurface",
20573
- "provenance": "ExplicitView",
20574
- "arity": 0,
20575
- "parameterCount": 0,
20576
- "isStatic": false,
20577
- "isAbstract": false,
20578
- "isVirtual": true,
20579
- "isOverride": false,
20580
- "isSealed": false,
20581
- "visibility": "Public",
20582
- "declaringClrType": "System.Collections.IEnumerator",
20583
- "declaringAssemblyName": "System.Private.CoreLib",
20584
- "isExtensionMethod": false
20585
- },
20586
- {
20587
- "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
20588
- "clrName": "Dispose",
20589
- "metadataToken": 100668530,
20590
- "canonicalSignature": "():System.Void",
20591
- "normalizedSignature": "Dispose|():System.Void|static=false",
20592
- "emitScope": "ViewOnly",
20593
- "provenance": "ExplicitView",
20594
- "arity": 0,
20595
- "parameterCount": 0,
20596
- "isStatic": false,
20597
- "isAbstract": false,
20598
- "isVirtual": true,
20599
- "isOverride": false,
20600
- "isSealed": false,
20601
- "visibility": "Public",
20602
- "declaringClrType": "System.IDisposable",
20603
- "declaringAssemblyName": "System.Private.CoreLib",
20604
- "isExtensionMethod": false,
20605
- "sourceInterface": "System.Collections.IEnumerator"
20606
- },
20607
- {
20608
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
20609
- "clrName": "MoveNext",
20610
- "metadataToken": 100703846,
20611
- "canonicalSignature": "():System.Boolean",
20612
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
20613
- "emitScope": "ViewOnly",
20614
- "provenance": "ExplicitView",
20615
- "arity": 0,
20616
- "parameterCount": 0,
20617
- "isStatic": false,
20618
- "isAbstract": false,
20619
- "isVirtual": true,
20620
- "isOverride": false,
20621
- "isSealed": false,
18550
+ "isSealed": true,
20622
18551
  "visibility": "Public",
20623
- "declaringClrType": "System.Collections.IEnumerator",
20624
- "declaringAssemblyName": "System.Private.CoreLib",
20625
- "isExtensionMethod": false,
20626
- "sourceInterface": "System.Collections.IEnumerator"
18552
+ "declaringClrType": "System.Reflection.Metadata.LocalVariableHandleCollection\u002BEnumerator",
18553
+ "declaringAssemblyName": "System.Reflection.Metadata",
18554
+ "isExtensionMethod": false
20627
18555
  }
20628
18556
  ],
20629
18557
  "properties": [
@@ -20645,46 +18573,6 @@
20645
18573
  "visibility": "Public",
20646
18574
  "declaringClrType": "System.Reflection.Metadata.LocalVariableHandleCollection\u002BEnumerator",
20647
18575
  "declaringAssemblyName": "System.Reflection.Metadata"
20648
- },
20649
- {
20650
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
20651
- "clrName": "Current",
20652
- "metadataToken": 385881426,
20653
- "canonicalSignature": ":T",
20654
- "normalizedSignature": "Current|:T|static=false|accessor=get",
20655
- "emitScope": "ViewOnly",
20656
- "provenance": "ExplicitView",
20657
- "isIndexer": false,
20658
- "hasGetter": true,
20659
- "hasSetter": false,
20660
- "isStatic": false,
20661
- "isAbstract": false,
20662
- "isVirtual": true,
20663
- "isOverride": false,
20664
- "visibility": "Public",
20665
- "sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
20666
- "declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
20667
- "declaringAssemblyName": "System.Private.CoreLib"
20668
- },
20669
- {
20670
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
20671
- "clrName": "Current",
20672
- "metadataToken": 385881267,
20673
- "canonicalSignature": ":System.Object",
20674
- "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
20675
- "emitScope": "ViewOnly",
20676
- "provenance": "ExplicitView",
20677
- "isIndexer": false,
20678
- "hasGetter": true,
20679
- "hasSetter": false,
20680
- "isStatic": false,
20681
- "isAbstract": false,
20682
- "isVirtual": true,
20683
- "isOverride": false,
20684
- "visibility": "Public",
20685
- "sourceInterface": "System.Collections.IEnumerator",
20686
- "declaringClrType": "System.Collections.IEnumerator",
20687
- "declaringAssemblyName": "System.Private.CoreLib"
20688
18576
  }
20689
18577
  ],
20690
18578
  "fields": [],
@@ -21138,68 +19026,6 @@
21138
19026
  "declaringClrType": "System.Reflection.Metadata.ManifestResourceHandleCollection\u002BEnumerator",
21139
19027
  "declaringAssemblyName": "System.Reflection.Metadata",
21140
19028
  "isExtensionMethod": false
21141
- },
21142
- {
21143
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
21144
- "clrName": "Reset",
21145
- "metadataToken": 100703848,
21146
- "canonicalSignature": "():System.Void",
21147
- "normalizedSignature": "Reset|():System.Void|static=false",
21148
- "emitScope": "ClassSurface",
21149
- "provenance": "ExplicitView",
21150
- "arity": 0,
21151
- "parameterCount": 0,
21152
- "isStatic": false,
21153
- "isAbstract": false,
21154
- "isVirtual": true,
21155
- "isOverride": false,
21156
- "isSealed": false,
21157
- "visibility": "Public",
21158
- "declaringClrType": "System.Collections.IEnumerator",
21159
- "declaringAssemblyName": "System.Private.CoreLib",
21160
- "isExtensionMethod": false
21161
- },
21162
- {
21163
- "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
21164
- "clrName": "Dispose",
21165
- "metadataToken": 100668530,
21166
- "canonicalSignature": "():System.Void",
21167
- "normalizedSignature": "Dispose|():System.Void|static=false",
21168
- "emitScope": "ViewOnly",
21169
- "provenance": "ExplicitView",
21170
- "arity": 0,
21171
- "parameterCount": 0,
21172
- "isStatic": false,
21173
- "isAbstract": false,
21174
- "isVirtual": true,
21175
- "isOverride": false,
21176
- "isSealed": false,
21177
- "visibility": "Public",
21178
- "declaringClrType": "System.IDisposable",
21179
- "declaringAssemblyName": "System.Private.CoreLib",
21180
- "isExtensionMethod": false,
21181
- "sourceInterface": "System.Collections.IEnumerator"
21182
- },
21183
- {
21184
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
21185
- "clrName": "MoveNext",
21186
- "metadataToken": 100703846,
21187
- "canonicalSignature": "():System.Boolean",
21188
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
21189
- "emitScope": "ViewOnly",
21190
- "provenance": "ExplicitView",
21191
- "arity": 0,
21192
- "parameterCount": 0,
21193
- "isStatic": false,
21194
- "isAbstract": false,
21195
- "isVirtual": true,
21196
- "isOverride": false,
21197
- "isSealed": false,
21198
- "visibility": "Public",
21199
- "declaringClrType": "System.Collections.IEnumerator",
21200
- "declaringAssemblyName": "System.Private.CoreLib",
21201
- "isExtensionMethod": false,
21202
- "sourceInterface": "System.Collections.IEnumerator"
21203
19029
  }
21204
19030
  ],
21205
19031
  "properties": [
@@ -21221,46 +19047,6 @@
21221
19047
  "visibility": "Public",
21222
19048
  "declaringClrType": "System.Reflection.Metadata.ManifestResourceHandleCollection\u002BEnumerator",
21223
19049
  "declaringAssemblyName": "System.Reflection.Metadata"
21224
- },
21225
- {
21226
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
21227
- "clrName": "Current",
21228
- "metadataToken": 385881426,
21229
- "canonicalSignature": ":T",
21230
- "normalizedSignature": "Current|:T|static=false|accessor=get",
21231
- "emitScope": "ViewOnly",
21232
- "provenance": "ExplicitView",
21233
- "isIndexer": false,
21234
- "hasGetter": true,
21235
- "hasSetter": false,
21236
- "isStatic": false,
21237
- "isAbstract": false,
21238
- "isVirtual": true,
21239
- "isOverride": false,
21240
- "visibility": "Public",
21241
- "sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
21242
- "declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
21243
- "declaringAssemblyName": "System.Private.CoreLib"
21244
- },
21245
- {
21246
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
21247
- "clrName": "Current",
21248
- "metadataToken": 385881267,
21249
- "canonicalSignature": ":System.Object",
21250
- "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
21251
- "emitScope": "ViewOnly",
21252
- "provenance": "ExplicitView",
21253
- "isIndexer": false,
21254
- "hasGetter": true,
21255
- "hasSetter": false,
21256
- "isStatic": false,
21257
- "isAbstract": false,
21258
- "isVirtual": true,
21259
- "isOverride": false,
21260
- "visibility": "Public",
21261
- "sourceInterface": "System.Collections.IEnumerator",
21262
- "declaringClrType": "System.Collections.IEnumerator",
21263
- "declaringAssemblyName": "System.Private.CoreLib"
21264
19050
  }
21265
19051
  ],
21266
19052
  "fields": [],
@@ -21755,68 +19541,6 @@
21755
19541
  "declaringClrType": "System.Reflection.Metadata.MemberReferenceHandleCollection\u002BEnumerator",
21756
19542
  "declaringAssemblyName": "System.Reflection.Metadata",
21757
19543
  "isExtensionMethod": false
21758
- },
21759
- {
21760
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
21761
- "clrName": "Reset",
21762
- "metadataToken": 100703848,
21763
- "canonicalSignature": "():System.Void",
21764
- "normalizedSignature": "Reset|():System.Void|static=false",
21765
- "emitScope": "ClassSurface",
21766
- "provenance": "ExplicitView",
21767
- "arity": 0,
21768
- "parameterCount": 0,
21769
- "isStatic": false,
21770
- "isAbstract": false,
21771
- "isVirtual": true,
21772
- "isOverride": false,
21773
- "isSealed": false,
21774
- "visibility": "Public",
21775
- "declaringClrType": "System.Collections.IEnumerator",
21776
- "declaringAssemblyName": "System.Private.CoreLib",
21777
- "isExtensionMethod": false
21778
- },
21779
- {
21780
- "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
21781
- "clrName": "Dispose",
21782
- "metadataToken": 100668530,
21783
- "canonicalSignature": "():System.Void",
21784
- "normalizedSignature": "Dispose|():System.Void|static=false",
21785
- "emitScope": "ViewOnly",
21786
- "provenance": "ExplicitView",
21787
- "arity": 0,
21788
- "parameterCount": 0,
21789
- "isStatic": false,
21790
- "isAbstract": false,
21791
- "isVirtual": true,
21792
- "isOverride": false,
21793
- "isSealed": false,
21794
- "visibility": "Public",
21795
- "declaringClrType": "System.IDisposable",
21796
- "declaringAssemblyName": "System.Private.CoreLib",
21797
- "isExtensionMethod": false,
21798
- "sourceInterface": "System.Collections.IEnumerator"
21799
- },
21800
- {
21801
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
21802
- "clrName": "MoveNext",
21803
- "metadataToken": 100703846,
21804
- "canonicalSignature": "():System.Boolean",
21805
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
21806
- "emitScope": "ViewOnly",
21807
- "provenance": "ExplicitView",
21808
- "arity": 0,
21809
- "parameterCount": 0,
21810
- "isStatic": false,
21811
- "isAbstract": false,
21812
- "isVirtual": true,
21813
- "isOverride": false,
21814
- "isSealed": false,
21815
- "visibility": "Public",
21816
- "declaringClrType": "System.Collections.IEnumerator",
21817
- "declaringAssemblyName": "System.Private.CoreLib",
21818
- "isExtensionMethod": false,
21819
- "sourceInterface": "System.Collections.IEnumerator"
21820
19544
  }
21821
19545
  ],
21822
19546
  "properties": [
@@ -21838,46 +19562,6 @@
21838
19562
  "visibility": "Public",
21839
19563
  "declaringClrType": "System.Reflection.Metadata.MemberReferenceHandleCollection\u002BEnumerator",
21840
19564
  "declaringAssemblyName": "System.Reflection.Metadata"
21841
- },
21842
- {
21843
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
21844
- "clrName": "Current",
21845
- "metadataToken": 385881426,
21846
- "canonicalSignature": ":T",
21847
- "normalizedSignature": "Current|:T|static=false|accessor=get",
21848
- "emitScope": "ViewOnly",
21849
- "provenance": "ExplicitView",
21850
- "isIndexer": false,
21851
- "hasGetter": true,
21852
- "hasSetter": false,
21853
- "isStatic": false,
21854
- "isAbstract": false,
21855
- "isVirtual": true,
21856
- "isOverride": false,
21857
- "visibility": "Public",
21858
- "sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
21859
- "declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
21860
- "declaringAssemblyName": "System.Private.CoreLib"
21861
- },
21862
- {
21863
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
21864
- "clrName": "Current",
21865
- "metadataToken": 385881267,
21866
- "canonicalSignature": ":System.Object",
21867
- "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
21868
- "emitScope": "ViewOnly",
21869
- "provenance": "ExplicitView",
21870
- "isIndexer": false,
21871
- "hasGetter": true,
21872
- "hasSetter": false,
21873
- "isStatic": false,
21874
- "isAbstract": false,
21875
- "isVirtual": true,
21876
- "isOverride": false,
21877
- "visibility": "Public",
21878
- "sourceInterface": "System.Collections.IEnumerator",
21879
- "declaringClrType": "System.Collections.IEnumerator",
21880
- "declaringAssemblyName": "System.Private.CoreLib"
21881
19565
  }
21882
19566
  ],
21883
19567
  "fields": [],
@@ -22531,71 +20215,9 @@
22531
20215
  "isOverride": false,
22532
20216
  "isSealed": true,
22533
20217
  "visibility": "Public",
22534
- "declaringClrType": "System.Reflection.Metadata.MethodDebugInformationHandleCollection\u002BEnumerator",
22535
- "declaringAssemblyName": "System.Reflection.Metadata",
22536
- "isExtensionMethod": false
22537
- },
22538
- {
22539
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
22540
- "clrName": "Reset",
22541
- "metadataToken": 100703848,
22542
- "canonicalSignature": "():System.Void",
22543
- "normalizedSignature": "Reset|():System.Void|static=false",
22544
- "emitScope": "ClassSurface",
22545
- "provenance": "ExplicitView",
22546
- "arity": 0,
22547
- "parameterCount": 0,
22548
- "isStatic": false,
22549
- "isAbstract": false,
22550
- "isVirtual": true,
22551
- "isOverride": false,
22552
- "isSealed": false,
22553
- "visibility": "Public",
22554
- "declaringClrType": "System.Collections.IEnumerator",
22555
- "declaringAssemblyName": "System.Private.CoreLib",
22556
- "isExtensionMethod": false
22557
- },
22558
- {
22559
- "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
22560
- "clrName": "Dispose",
22561
- "metadataToken": 100668530,
22562
- "canonicalSignature": "():System.Void",
22563
- "normalizedSignature": "Dispose|():System.Void|static=false",
22564
- "emitScope": "ViewOnly",
22565
- "provenance": "ExplicitView",
22566
- "arity": 0,
22567
- "parameterCount": 0,
22568
- "isStatic": false,
22569
- "isAbstract": false,
22570
- "isVirtual": true,
22571
- "isOverride": false,
22572
- "isSealed": false,
22573
- "visibility": "Public",
22574
- "declaringClrType": "System.IDisposable",
22575
- "declaringAssemblyName": "System.Private.CoreLib",
22576
- "isExtensionMethod": false,
22577
- "sourceInterface": "System.Collections.IEnumerator"
22578
- },
22579
- {
22580
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
22581
- "clrName": "MoveNext",
22582
- "metadataToken": 100703846,
22583
- "canonicalSignature": "():System.Boolean",
22584
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
22585
- "emitScope": "ViewOnly",
22586
- "provenance": "ExplicitView",
22587
- "arity": 0,
22588
- "parameterCount": 0,
22589
- "isStatic": false,
22590
- "isAbstract": false,
22591
- "isVirtual": true,
22592
- "isOverride": false,
22593
- "isSealed": false,
22594
- "visibility": "Public",
22595
- "declaringClrType": "System.Collections.IEnumerator",
22596
- "declaringAssemblyName": "System.Private.CoreLib",
22597
- "isExtensionMethod": false,
22598
- "sourceInterface": "System.Collections.IEnumerator"
20218
+ "declaringClrType": "System.Reflection.Metadata.MethodDebugInformationHandleCollection\u002BEnumerator",
20219
+ "declaringAssemblyName": "System.Reflection.Metadata",
20220
+ "isExtensionMethod": false
22599
20221
  }
22600
20222
  ],
22601
20223
  "properties": [
@@ -22617,46 +20239,6 @@
22617
20239
  "visibility": "Public",
22618
20240
  "declaringClrType": "System.Reflection.Metadata.MethodDebugInformationHandleCollection\u002BEnumerator",
22619
20241
  "declaringAssemblyName": "System.Reflection.Metadata"
22620
- },
22621
- {
22622
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
22623
- "clrName": "Current",
22624
- "metadataToken": 385881426,
22625
- "canonicalSignature": ":T",
22626
- "normalizedSignature": "Current|:T|static=false|accessor=get",
22627
- "emitScope": "ViewOnly",
22628
- "provenance": "ExplicitView",
22629
- "isIndexer": false,
22630
- "hasGetter": true,
22631
- "hasSetter": false,
22632
- "isStatic": false,
22633
- "isAbstract": false,
22634
- "isVirtual": true,
22635
- "isOverride": false,
22636
- "visibility": "Public",
22637
- "sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
22638
- "declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
22639
- "declaringAssemblyName": "System.Private.CoreLib"
22640
- },
22641
- {
22642
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
22643
- "clrName": "Current",
22644
- "metadataToken": 385881267,
22645
- "canonicalSignature": ":System.Object",
22646
- "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
22647
- "emitScope": "ViewOnly",
22648
- "provenance": "ExplicitView",
22649
- "isIndexer": false,
22650
- "hasGetter": true,
22651
- "hasSetter": false,
22652
- "isStatic": false,
22653
- "isAbstract": false,
22654
- "isVirtual": true,
22655
- "isOverride": false,
22656
- "visibility": "Public",
22657
- "sourceInterface": "System.Collections.IEnumerator",
22658
- "declaringClrType": "System.Collections.IEnumerator",
22659
- "declaringAssemblyName": "System.Private.CoreLib"
22660
20242
  }
22661
20243
  ],
22662
20244
  "fields": [],
@@ -23269,68 +20851,6 @@
23269
20851
  "declaringClrType": "System.Reflection.Metadata.MethodDefinitionHandleCollection\u002BEnumerator",
23270
20852
  "declaringAssemblyName": "System.Reflection.Metadata",
23271
20853
  "isExtensionMethod": false
23272
- },
23273
- {
23274
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
23275
- "clrName": "Reset",
23276
- "metadataToken": 100703848,
23277
- "canonicalSignature": "():System.Void",
23278
- "normalizedSignature": "Reset|():System.Void|static=false",
23279
- "emitScope": "ClassSurface",
23280
- "provenance": "ExplicitView",
23281
- "arity": 0,
23282
- "parameterCount": 0,
23283
- "isStatic": false,
23284
- "isAbstract": false,
23285
- "isVirtual": true,
23286
- "isOverride": false,
23287
- "isSealed": false,
23288
- "visibility": "Public",
23289
- "declaringClrType": "System.Collections.IEnumerator",
23290
- "declaringAssemblyName": "System.Private.CoreLib",
23291
- "isExtensionMethod": false
23292
- },
23293
- {
23294
- "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
23295
- "clrName": "Dispose",
23296
- "metadataToken": 100668530,
23297
- "canonicalSignature": "():System.Void",
23298
- "normalizedSignature": "Dispose|():System.Void|static=false",
23299
- "emitScope": "ViewOnly",
23300
- "provenance": "ExplicitView",
23301
- "arity": 0,
23302
- "parameterCount": 0,
23303
- "isStatic": false,
23304
- "isAbstract": false,
23305
- "isVirtual": true,
23306
- "isOverride": false,
23307
- "isSealed": false,
23308
- "visibility": "Public",
23309
- "declaringClrType": "System.IDisposable",
23310
- "declaringAssemblyName": "System.Private.CoreLib",
23311
- "isExtensionMethod": false,
23312
- "sourceInterface": "System.Collections.IEnumerator"
23313
- },
23314
- {
23315
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
23316
- "clrName": "MoveNext",
23317
- "metadataToken": 100703846,
23318
- "canonicalSignature": "():System.Boolean",
23319
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
23320
- "emitScope": "ViewOnly",
23321
- "provenance": "ExplicitView",
23322
- "arity": 0,
23323
- "parameterCount": 0,
23324
- "isStatic": false,
23325
- "isAbstract": false,
23326
- "isVirtual": true,
23327
- "isOverride": false,
23328
- "isSealed": false,
23329
- "visibility": "Public",
23330
- "declaringClrType": "System.Collections.IEnumerator",
23331
- "declaringAssemblyName": "System.Private.CoreLib",
23332
- "isExtensionMethod": false,
23333
- "sourceInterface": "System.Collections.IEnumerator"
23334
20854
  }
23335
20855
  ],
23336
20856
  "properties": [
@@ -23352,46 +20872,6 @@
23352
20872
  "visibility": "Public",
23353
20873
  "declaringClrType": "System.Reflection.Metadata.MethodDefinitionHandleCollection\u002BEnumerator",
23354
20874
  "declaringAssemblyName": "System.Reflection.Metadata"
23355
- },
23356
- {
23357
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
23358
- "clrName": "Current",
23359
- "metadataToken": 385881426,
23360
- "canonicalSignature": ":T",
23361
- "normalizedSignature": "Current|:T|static=false|accessor=get",
23362
- "emitScope": "ViewOnly",
23363
- "provenance": "ExplicitView",
23364
- "isIndexer": false,
23365
- "hasGetter": true,
23366
- "hasSetter": false,
23367
- "isStatic": false,
23368
- "isAbstract": false,
23369
- "isVirtual": true,
23370
- "isOverride": false,
23371
- "visibility": "Public",
23372
- "sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
23373
- "declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
23374
- "declaringAssemblyName": "System.Private.CoreLib"
23375
- },
23376
- {
23377
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
23378
- "clrName": "Current",
23379
- "metadataToken": 385881267,
23380
- "canonicalSignature": ":System.Object",
23381
- "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
23382
- "emitScope": "ViewOnly",
23383
- "provenance": "ExplicitView",
23384
- "isIndexer": false,
23385
- "hasGetter": true,
23386
- "hasSetter": false,
23387
- "isStatic": false,
23388
- "isAbstract": false,
23389
- "isVirtual": true,
23390
- "isOverride": false,
23391
- "visibility": "Public",
23392
- "sourceInterface": "System.Collections.IEnumerator",
23393
- "declaringClrType": "System.Collections.IEnumerator",
23394
- "declaringAssemblyName": "System.Private.CoreLib"
23395
20875
  }
23396
20876
  ],
23397
20877
  "fields": [],
@@ -23826,68 +21306,6 @@
23826
21306
  "declaringClrType": "System.Reflection.Metadata.MethodImplementationHandleCollection\u002BEnumerator",
23827
21307
  "declaringAssemblyName": "System.Reflection.Metadata",
23828
21308
  "isExtensionMethod": false
23829
- },
23830
- {
23831
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
23832
- "clrName": "Reset",
23833
- "metadataToken": 100703848,
23834
- "canonicalSignature": "():System.Void",
23835
- "normalizedSignature": "Reset|():System.Void|static=false",
23836
- "emitScope": "ClassSurface",
23837
- "provenance": "ExplicitView",
23838
- "arity": 0,
23839
- "parameterCount": 0,
23840
- "isStatic": false,
23841
- "isAbstract": false,
23842
- "isVirtual": true,
23843
- "isOverride": false,
23844
- "isSealed": false,
23845
- "visibility": "Public",
23846
- "declaringClrType": "System.Collections.IEnumerator",
23847
- "declaringAssemblyName": "System.Private.CoreLib",
23848
- "isExtensionMethod": false
23849
- },
23850
- {
23851
- "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
23852
- "clrName": "Dispose",
23853
- "metadataToken": 100668530,
23854
- "canonicalSignature": "():System.Void",
23855
- "normalizedSignature": "Dispose|():System.Void|static=false",
23856
- "emitScope": "ViewOnly",
23857
- "provenance": "ExplicitView",
23858
- "arity": 0,
23859
- "parameterCount": 0,
23860
- "isStatic": false,
23861
- "isAbstract": false,
23862
- "isVirtual": true,
23863
- "isOverride": false,
23864
- "isSealed": false,
23865
- "visibility": "Public",
23866
- "declaringClrType": "System.IDisposable",
23867
- "declaringAssemblyName": "System.Private.CoreLib",
23868
- "isExtensionMethod": false,
23869
- "sourceInterface": "System.Collections.IEnumerator"
23870
- },
23871
- {
23872
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
23873
- "clrName": "MoveNext",
23874
- "metadataToken": 100703846,
23875
- "canonicalSignature": "():System.Boolean",
23876
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
23877
- "emitScope": "ViewOnly",
23878
- "provenance": "ExplicitView",
23879
- "arity": 0,
23880
- "parameterCount": 0,
23881
- "isStatic": false,
23882
- "isAbstract": false,
23883
- "isVirtual": true,
23884
- "isOverride": false,
23885
- "isSealed": false,
23886
- "visibility": "Public",
23887
- "declaringClrType": "System.Collections.IEnumerator",
23888
- "declaringAssemblyName": "System.Private.CoreLib",
23889
- "isExtensionMethod": false,
23890
- "sourceInterface": "System.Collections.IEnumerator"
23891
21309
  }
23892
21310
  ],
23893
21311
  "properties": [
@@ -23909,46 +21327,6 @@
23909
21327
  "visibility": "Public",
23910
21328
  "declaringClrType": "System.Reflection.Metadata.MethodImplementationHandleCollection\u002BEnumerator",
23911
21329
  "declaringAssemblyName": "System.Reflection.Metadata"
23912
- },
23913
- {
23914
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
23915
- "clrName": "Current",
23916
- "metadataToken": 385881426,
23917
- "canonicalSignature": ":T",
23918
- "normalizedSignature": "Current|:T|static=false|accessor=get",
23919
- "emitScope": "ViewOnly",
23920
- "provenance": "ExplicitView",
23921
- "isIndexer": false,
23922
- "hasGetter": true,
23923
- "hasSetter": false,
23924
- "isStatic": false,
23925
- "isAbstract": false,
23926
- "isVirtual": true,
23927
- "isOverride": false,
23928
- "visibility": "Public",
23929
- "sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
23930
- "declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
23931
- "declaringAssemblyName": "System.Private.CoreLib"
23932
- },
23933
- {
23934
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
23935
- "clrName": "Current",
23936
- "metadataToken": 385881267,
23937
- "canonicalSignature": ":System.Object",
23938
- "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
23939
- "emitScope": "ViewOnly",
23940
- "provenance": "ExplicitView",
23941
- "isIndexer": false,
23942
- "hasGetter": true,
23943
- "hasSetter": false,
23944
- "isStatic": false,
23945
- "isAbstract": false,
23946
- "isVirtual": true,
23947
- "isOverride": false,
23948
- "visibility": "Public",
23949
- "sourceInterface": "System.Collections.IEnumerator",
23950
- "declaringClrType": "System.Collections.IEnumerator",
23951
- "declaringAssemblyName": "System.Private.CoreLib"
23952
21330
  }
23953
21331
  ],
23954
21332
  "fields": [],
@@ -25578,70 +22956,8 @@
25578
22956
  "isSealed": true,
25579
22957
  "visibility": "Public",
25580
22958
  "declaringClrType": "System.Reflection.Metadata.ParameterHandleCollection\u002BEnumerator",
25581
- "declaringAssemblyName": "System.Reflection.Metadata",
25582
- "isExtensionMethod": false
25583
- },
25584
- {
25585
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
25586
- "clrName": "Reset",
25587
- "metadataToken": 100703848,
25588
- "canonicalSignature": "():System.Void",
25589
- "normalizedSignature": "Reset|():System.Void|static=false",
25590
- "emitScope": "ClassSurface",
25591
- "provenance": "ExplicitView",
25592
- "arity": 0,
25593
- "parameterCount": 0,
25594
- "isStatic": false,
25595
- "isAbstract": false,
25596
- "isVirtual": true,
25597
- "isOverride": false,
25598
- "isSealed": false,
25599
- "visibility": "Public",
25600
- "declaringClrType": "System.Collections.IEnumerator",
25601
- "declaringAssemblyName": "System.Private.CoreLib",
25602
- "isExtensionMethod": false
25603
- },
25604
- {
25605
- "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
25606
- "clrName": "Dispose",
25607
- "metadataToken": 100668530,
25608
- "canonicalSignature": "():System.Void",
25609
- "normalizedSignature": "Dispose|():System.Void|static=false",
25610
- "emitScope": "ViewOnly",
25611
- "provenance": "ExplicitView",
25612
- "arity": 0,
25613
- "parameterCount": 0,
25614
- "isStatic": false,
25615
- "isAbstract": false,
25616
- "isVirtual": true,
25617
- "isOverride": false,
25618
- "isSealed": false,
25619
- "visibility": "Public",
25620
- "declaringClrType": "System.IDisposable",
25621
- "declaringAssemblyName": "System.Private.CoreLib",
25622
- "isExtensionMethod": false,
25623
- "sourceInterface": "System.Collections.IEnumerator"
25624
- },
25625
- {
25626
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
25627
- "clrName": "MoveNext",
25628
- "metadataToken": 100703846,
25629
- "canonicalSignature": "():System.Boolean",
25630
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
25631
- "emitScope": "ViewOnly",
25632
- "provenance": "ExplicitView",
25633
- "arity": 0,
25634
- "parameterCount": 0,
25635
- "isStatic": false,
25636
- "isAbstract": false,
25637
- "isVirtual": true,
25638
- "isOverride": false,
25639
- "isSealed": false,
25640
- "visibility": "Public",
25641
- "declaringClrType": "System.Collections.IEnumerator",
25642
- "declaringAssemblyName": "System.Private.CoreLib",
25643
- "isExtensionMethod": false,
25644
- "sourceInterface": "System.Collections.IEnumerator"
22959
+ "declaringAssemblyName": "System.Reflection.Metadata",
22960
+ "isExtensionMethod": false
25645
22961
  }
25646
22962
  ],
25647
22963
  "properties": [
@@ -25663,46 +22979,6 @@
25663
22979
  "visibility": "Public",
25664
22980
  "declaringClrType": "System.Reflection.Metadata.ParameterHandleCollection\u002BEnumerator",
25665
22981
  "declaringAssemblyName": "System.Reflection.Metadata"
25666
- },
25667
- {
25668
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
25669
- "clrName": "Current",
25670
- "metadataToken": 385881426,
25671
- "canonicalSignature": ":T",
25672
- "normalizedSignature": "Current|:T|static=false|accessor=get",
25673
- "emitScope": "ViewOnly",
25674
- "provenance": "ExplicitView",
25675
- "isIndexer": false,
25676
- "hasGetter": true,
25677
- "hasSetter": false,
25678
- "isStatic": false,
25679
- "isAbstract": false,
25680
- "isVirtual": true,
25681
- "isOverride": false,
25682
- "visibility": "Public",
25683
- "sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
25684
- "declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
25685
- "declaringAssemblyName": "System.Private.CoreLib"
25686
- },
25687
- {
25688
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
25689
- "clrName": "Current",
25690
- "metadataToken": 385881267,
25691
- "canonicalSignature": ":System.Object",
25692
- "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
25693
- "emitScope": "ViewOnly",
25694
- "provenance": "ExplicitView",
25695
- "isIndexer": false,
25696
- "hasGetter": true,
25697
- "hasSetter": false,
25698
- "isStatic": false,
25699
- "isAbstract": false,
25700
- "isVirtual": true,
25701
- "isOverride": false,
25702
- "visibility": "Public",
25703
- "sourceInterface": "System.Collections.IEnumerator",
25704
- "declaringClrType": "System.Collections.IEnumerator",
25705
- "declaringAssemblyName": "System.Private.CoreLib"
25706
22982
  }
25707
22983
  ],
25708
22984
  "fields": [],
@@ -26296,68 +23572,6 @@
26296
23572
  "declaringClrType": "System.Reflection.Metadata.PropertyDefinitionHandleCollection\u002BEnumerator",
26297
23573
  "declaringAssemblyName": "System.Reflection.Metadata",
26298
23574
  "isExtensionMethod": false
26299
- },
26300
- {
26301
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
26302
- "clrName": "Reset",
26303
- "metadataToken": 100703848,
26304
- "canonicalSignature": "():System.Void",
26305
- "normalizedSignature": "Reset|():System.Void|static=false",
26306
- "emitScope": "ClassSurface",
26307
- "provenance": "ExplicitView",
26308
- "arity": 0,
26309
- "parameterCount": 0,
26310
- "isStatic": false,
26311
- "isAbstract": false,
26312
- "isVirtual": true,
26313
- "isOverride": false,
26314
- "isSealed": false,
26315
- "visibility": "Public",
26316
- "declaringClrType": "System.Collections.IEnumerator",
26317
- "declaringAssemblyName": "System.Private.CoreLib",
26318
- "isExtensionMethod": false
26319
- },
26320
- {
26321
- "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
26322
- "clrName": "Dispose",
26323
- "metadataToken": 100668530,
26324
- "canonicalSignature": "():System.Void",
26325
- "normalizedSignature": "Dispose|():System.Void|static=false",
26326
- "emitScope": "ViewOnly",
26327
- "provenance": "ExplicitView",
26328
- "arity": 0,
26329
- "parameterCount": 0,
26330
- "isStatic": false,
26331
- "isAbstract": false,
26332
- "isVirtual": true,
26333
- "isOverride": false,
26334
- "isSealed": false,
26335
- "visibility": "Public",
26336
- "declaringClrType": "System.IDisposable",
26337
- "declaringAssemblyName": "System.Private.CoreLib",
26338
- "isExtensionMethod": false,
26339
- "sourceInterface": "System.Collections.IEnumerator"
26340
- },
26341
- {
26342
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
26343
- "clrName": "MoveNext",
26344
- "metadataToken": 100703846,
26345
- "canonicalSignature": "():System.Boolean",
26346
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
26347
- "emitScope": "ViewOnly",
26348
- "provenance": "ExplicitView",
26349
- "arity": 0,
26350
- "parameterCount": 0,
26351
- "isStatic": false,
26352
- "isAbstract": false,
26353
- "isVirtual": true,
26354
- "isOverride": false,
26355
- "isSealed": false,
26356
- "visibility": "Public",
26357
- "declaringClrType": "System.Collections.IEnumerator",
26358
- "declaringAssemblyName": "System.Private.CoreLib",
26359
- "isExtensionMethod": false,
26360
- "sourceInterface": "System.Collections.IEnumerator"
26361
23575
  }
26362
23576
  ],
26363
23577
  "properties": [
@@ -26379,46 +23593,6 @@
26379
23593
  "visibility": "Public",
26380
23594
  "declaringClrType": "System.Reflection.Metadata.PropertyDefinitionHandleCollection\u002BEnumerator",
26381
23595
  "declaringAssemblyName": "System.Reflection.Metadata"
26382
- },
26383
- {
26384
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
26385
- "clrName": "Current",
26386
- "metadataToken": 385881426,
26387
- "canonicalSignature": ":T",
26388
- "normalizedSignature": "Current|:T|static=false|accessor=get",
26389
- "emitScope": "ViewOnly",
26390
- "provenance": "ExplicitView",
26391
- "isIndexer": false,
26392
- "hasGetter": true,
26393
- "hasSetter": false,
26394
- "isStatic": false,
26395
- "isAbstract": false,
26396
- "isVirtual": true,
26397
- "isOverride": false,
26398
- "visibility": "Public",
26399
- "sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
26400
- "declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
26401
- "declaringAssemblyName": "System.Private.CoreLib"
26402
- },
26403
- {
26404
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
26405
- "clrName": "Current",
26406
- "metadataToken": 385881267,
26407
- "canonicalSignature": ":System.Object",
26408
- "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
26409
- "emitScope": "ViewOnly",
26410
- "provenance": "ExplicitView",
26411
- "isIndexer": false,
26412
- "hasGetter": true,
26413
- "hasSetter": false,
26414
- "isStatic": false,
26415
- "isAbstract": false,
26416
- "isVirtual": true,
26417
- "isOverride": false,
26418
- "visibility": "Public",
26419
- "sourceInterface": "System.Collections.IEnumerator",
26420
- "declaringClrType": "System.Collections.IEnumerator",
26421
- "declaringAssemblyName": "System.Private.CoreLib"
26422
23596
  }
26423
23597
  ],
26424
23598
  "fields": [],
@@ -26937,69 +24111,6 @@
26937
24111
  "declaringClrType": "System.Reflection.Metadata.SequencePointCollection\u002BEnumerator",
26938
24112
  "declaringAssemblyName": "System.Reflection.Metadata",
26939
24113
  "isExtensionMethod": false
26940
- },
26941
- {
26942
- "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
26943
- "clrName": "Dispose",
26944
- "metadataToken": 100668530,
26945
- "canonicalSignature": "():System.Void",
26946
- "normalizedSignature": "Dispose|():System.Void|static=false",
26947
- "emitScope": "ViewOnly",
26948
- "provenance": "ExplicitView",
26949
- "arity": 0,
26950
- "parameterCount": 0,
26951
- "isStatic": false,
26952
- "isAbstract": false,
26953
- "isVirtual": true,
26954
- "isOverride": false,
26955
- "isSealed": false,
26956
- "visibility": "Public",
26957
- "declaringClrType": "System.IDisposable",
26958
- "declaringAssemblyName": "System.Private.CoreLib",
26959
- "isExtensionMethod": false,
26960
- "sourceInterface": "System.IDisposable"
26961
- },
26962
- {
26963
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
26964
- "clrName": "MoveNext",
26965
- "metadataToken": 100703846,
26966
- "canonicalSignature": "():System.Boolean",
26967
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
26968
- "emitScope": "ViewOnly",
26969
- "provenance": "ExplicitView",
26970
- "arity": 0,
26971
- "parameterCount": 0,
26972
- "isStatic": false,
26973
- "isAbstract": false,
26974
- "isVirtual": true,
26975
- "isOverride": false,
26976
- "isSealed": false,
26977
- "visibility": "Public",
26978
- "declaringClrType": "System.Collections.IEnumerator",
26979
- "declaringAssemblyName": "System.Private.CoreLib",
26980
- "isExtensionMethod": false,
26981
- "sourceInterface": "System.Collections.IEnumerator"
26982
- },
26983
- {
26984
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
26985
- "clrName": "Reset",
26986
- "metadataToken": 100703848,
26987
- "canonicalSignature": "():System.Void",
26988
- "normalizedSignature": "Reset|():System.Void|static=false",
26989
- "emitScope": "ViewOnly",
26990
- "provenance": "ExplicitView",
26991
- "arity": 0,
26992
- "parameterCount": 0,
26993
- "isStatic": false,
26994
- "isAbstract": false,
26995
- "isVirtual": true,
26996
- "isOverride": false,
26997
- "isSealed": false,
26998
- "visibility": "Public",
26999
- "declaringClrType": "System.Collections.IEnumerator",
27000
- "declaringAssemblyName": "System.Private.CoreLib",
27001
- "isExtensionMethod": false,
27002
- "sourceInterface": "System.Collections.IEnumerator"
27003
24114
  }
27004
24115
  ],
27005
24116
  "properties": [
@@ -27021,46 +24132,6 @@
27021
24132
  "visibility": "Public",
27022
24133
  "declaringClrType": "System.Reflection.Metadata.SequencePointCollection\u002BEnumerator",
27023
24134
  "declaringAssemblyName": "System.Reflection.Metadata"
27024
- },
27025
- {
27026
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
27027
- "clrName": "Current",
27028
- "metadataToken": 385881426,
27029
- "canonicalSignature": ":T",
27030
- "normalizedSignature": "Current|:T|static=false|accessor=get",
27031
- "emitScope": "ViewOnly",
27032
- "provenance": "ExplicitView",
27033
- "isIndexer": false,
27034
- "hasGetter": true,
27035
- "hasSetter": false,
27036
- "isStatic": false,
27037
- "isAbstract": false,
27038
- "isVirtual": true,
27039
- "isOverride": false,
27040
- "visibility": "Public",
27041
- "sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
27042
- "declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
27043
- "declaringAssemblyName": "System.Private.CoreLib"
27044
- },
27045
- {
27046
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
27047
- "clrName": "Current",
27048
- "metadataToken": 385881267,
27049
- "canonicalSignature": ":System.Object",
27050
- "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
27051
- "emitScope": "ViewOnly",
27052
- "provenance": "ExplicitView",
27053
- "isIndexer": false,
27054
- "hasGetter": true,
27055
- "hasSetter": false,
27056
- "isStatic": false,
27057
- "isAbstract": false,
27058
- "isVirtual": true,
27059
- "isOverride": false,
27060
- "visibility": "Public",
27061
- "sourceInterface": "System.Collections.IEnumerator",
27062
- "declaringClrType": "System.Collections.IEnumerator",
27063
- "declaringAssemblyName": "System.Private.CoreLib"
27064
24135
  }
27065
24136
  ],
27066
24137
  "fields": [],
@@ -28440,88 +25511,26 @@
28440
25511
  "clrName": "System.IDisposable"
28441
25512
  }
28442
25513
  ],
28443
- "methods": [
28444
- {
28445
- "stableId": "System.Reflection.Metadata:System.Reflection.Metadata.TypeDefinitionHandleCollection\u002BEnumerator::MoveNext():System.Boolean",
28446
- "clrName": "MoveNext",
28447
- "metadataToken": 100665002,
28448
- "canonicalSignature": "():System.Boolean",
28449
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
28450
- "emitScope": "ClassSurface",
28451
- "provenance": "Original",
28452
- "arity": 0,
28453
- "parameterCount": 0,
28454
- "isStatic": false,
28455
- "isAbstract": false,
28456
- "isVirtual": true,
28457
- "isOverride": false,
28458
- "isSealed": true,
28459
- "visibility": "Public",
28460
- "declaringClrType": "System.Reflection.Metadata.TypeDefinitionHandleCollection\u002BEnumerator",
28461
- "declaringAssemblyName": "System.Reflection.Metadata",
28462
- "isExtensionMethod": false
28463
- },
28464
- {
28465
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
28466
- "clrName": "Reset",
28467
- "metadataToken": 100703848,
28468
- "canonicalSignature": "():System.Void",
28469
- "normalizedSignature": "Reset|():System.Void|static=false",
28470
- "emitScope": "ClassSurface",
28471
- "provenance": "ExplicitView",
28472
- "arity": 0,
28473
- "parameterCount": 0,
28474
- "isStatic": false,
28475
- "isAbstract": false,
28476
- "isVirtual": true,
28477
- "isOverride": false,
28478
- "isSealed": false,
28479
- "visibility": "Public",
28480
- "declaringClrType": "System.Collections.IEnumerator",
28481
- "declaringAssemblyName": "System.Private.CoreLib",
28482
- "isExtensionMethod": false
28483
- },
28484
- {
28485
- "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
28486
- "clrName": "Dispose",
28487
- "metadataToken": 100668530,
28488
- "canonicalSignature": "():System.Void",
28489
- "normalizedSignature": "Dispose|():System.Void|static=false",
28490
- "emitScope": "ViewOnly",
28491
- "provenance": "ExplicitView",
28492
- "arity": 0,
28493
- "parameterCount": 0,
28494
- "isStatic": false,
28495
- "isAbstract": false,
28496
- "isVirtual": true,
28497
- "isOverride": false,
28498
- "isSealed": false,
28499
- "visibility": "Public",
28500
- "declaringClrType": "System.IDisposable",
28501
- "declaringAssemblyName": "System.Private.CoreLib",
28502
- "isExtensionMethod": false,
28503
- "sourceInterface": "System.Collections.IEnumerator"
28504
- },
25514
+ "methods": [
28505
25515
  {
28506
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
25516
+ "stableId": "System.Reflection.Metadata:System.Reflection.Metadata.TypeDefinitionHandleCollection\u002BEnumerator::MoveNext():System.Boolean",
28507
25517
  "clrName": "MoveNext",
28508
- "metadataToken": 100703846,
25518
+ "metadataToken": 100665002,
28509
25519
  "canonicalSignature": "():System.Boolean",
28510
25520
  "normalizedSignature": "MoveNext|():System.Boolean|static=false",
28511
- "emitScope": "ViewOnly",
28512
- "provenance": "ExplicitView",
25521
+ "emitScope": "ClassSurface",
25522
+ "provenance": "Original",
28513
25523
  "arity": 0,
28514
25524
  "parameterCount": 0,
28515
25525
  "isStatic": false,
28516
25526
  "isAbstract": false,
28517
25527
  "isVirtual": true,
28518
25528
  "isOverride": false,
28519
- "isSealed": false,
25529
+ "isSealed": true,
28520
25530
  "visibility": "Public",
28521
- "declaringClrType": "System.Collections.IEnumerator",
28522
- "declaringAssemblyName": "System.Private.CoreLib",
28523
- "isExtensionMethod": false,
28524
- "sourceInterface": "System.Collections.IEnumerator"
25531
+ "declaringClrType": "System.Reflection.Metadata.TypeDefinitionHandleCollection\u002BEnumerator",
25532
+ "declaringAssemblyName": "System.Reflection.Metadata",
25533
+ "isExtensionMethod": false
28525
25534
  }
28526
25535
  ],
28527
25536
  "properties": [
@@ -28543,46 +25552,6 @@
28543
25552
  "visibility": "Public",
28544
25553
  "declaringClrType": "System.Reflection.Metadata.TypeDefinitionHandleCollection\u002BEnumerator",
28545
25554
  "declaringAssemblyName": "System.Reflection.Metadata"
28546
- },
28547
- {
28548
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
28549
- "clrName": "Current",
28550
- "metadataToken": 385881426,
28551
- "canonicalSignature": ":T",
28552
- "normalizedSignature": "Current|:T|static=false|accessor=get",
28553
- "emitScope": "ViewOnly",
28554
- "provenance": "ExplicitView",
28555
- "isIndexer": false,
28556
- "hasGetter": true,
28557
- "hasSetter": false,
28558
- "isStatic": false,
28559
- "isAbstract": false,
28560
- "isVirtual": true,
28561
- "isOverride": false,
28562
- "visibility": "Public",
28563
- "sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
28564
- "declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
28565
- "declaringAssemblyName": "System.Private.CoreLib"
28566
- },
28567
- {
28568
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
28569
- "clrName": "Current",
28570
- "metadataToken": 385881267,
28571
- "canonicalSignature": ":System.Object",
28572
- "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
28573
- "emitScope": "ViewOnly",
28574
- "provenance": "ExplicitView",
28575
- "isIndexer": false,
28576
- "hasGetter": true,
28577
- "hasSetter": false,
28578
- "isStatic": false,
28579
- "isAbstract": false,
28580
- "isVirtual": true,
28581
- "isOverride": false,
28582
- "visibility": "Public",
28583
- "sourceInterface": "System.Collections.IEnumerator",
28584
- "declaringClrType": "System.Collections.IEnumerator",
28585
- "declaringAssemblyName": "System.Private.CoreLib"
28586
25555
  }
28587
25556
  ],
28588
25557
  "fields": [],
@@ -29087,68 +26056,6 @@
29087
26056
  "declaringClrType": "System.Reflection.Metadata.TypeReferenceHandleCollection\u002BEnumerator",
29088
26057
  "declaringAssemblyName": "System.Reflection.Metadata",
29089
26058
  "isExtensionMethod": false
29090
- },
29091
- {
29092
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
29093
- "clrName": "Reset",
29094
- "metadataToken": 100703848,
29095
- "canonicalSignature": "():System.Void",
29096
- "normalizedSignature": "Reset|():System.Void|static=false",
29097
- "emitScope": "ClassSurface",
29098
- "provenance": "ExplicitView",
29099
- "arity": 0,
29100
- "parameterCount": 0,
29101
- "isStatic": false,
29102
- "isAbstract": false,
29103
- "isVirtual": true,
29104
- "isOverride": false,
29105
- "isSealed": false,
29106
- "visibility": "Public",
29107
- "declaringClrType": "System.Collections.IEnumerator",
29108
- "declaringAssemblyName": "System.Private.CoreLib",
29109
- "isExtensionMethod": false
29110
- },
29111
- {
29112
- "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
29113
- "clrName": "Dispose",
29114
- "metadataToken": 100668530,
29115
- "canonicalSignature": "():System.Void",
29116
- "normalizedSignature": "Dispose|():System.Void|static=false",
29117
- "emitScope": "ViewOnly",
29118
- "provenance": "ExplicitView",
29119
- "arity": 0,
29120
- "parameterCount": 0,
29121
- "isStatic": false,
29122
- "isAbstract": false,
29123
- "isVirtual": true,
29124
- "isOverride": false,
29125
- "isSealed": false,
29126
- "visibility": "Public",
29127
- "declaringClrType": "System.IDisposable",
29128
- "declaringAssemblyName": "System.Private.CoreLib",
29129
- "isExtensionMethod": false,
29130
- "sourceInterface": "System.Collections.IEnumerator"
29131
- },
29132
- {
29133
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
29134
- "clrName": "MoveNext",
29135
- "metadataToken": 100703846,
29136
- "canonicalSignature": "():System.Boolean",
29137
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
29138
- "emitScope": "ViewOnly",
29139
- "provenance": "ExplicitView",
29140
- "arity": 0,
29141
- "parameterCount": 0,
29142
- "isStatic": false,
29143
- "isAbstract": false,
29144
- "isVirtual": true,
29145
- "isOverride": false,
29146
- "isSealed": false,
29147
- "visibility": "Public",
29148
- "declaringClrType": "System.Collections.IEnumerator",
29149
- "declaringAssemblyName": "System.Private.CoreLib",
29150
- "isExtensionMethod": false,
29151
- "sourceInterface": "System.Collections.IEnumerator"
29152
26059
  }
29153
26060
  ],
29154
26061
  "properties": [
@@ -29170,46 +26077,6 @@
29170
26077
  "visibility": "Public",
29171
26078
  "declaringClrType": "System.Reflection.Metadata.TypeReferenceHandleCollection\u002BEnumerator",
29172
26079
  "declaringAssemblyName": "System.Reflection.Metadata"
29173
- },
29174
- {
29175
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
29176
- "clrName": "Current",
29177
- "metadataToken": 385881426,
29178
- "canonicalSignature": ":T",
29179
- "normalizedSignature": "Current|:T|static=false|accessor=get",
29180
- "emitScope": "ViewOnly",
29181
- "provenance": "ExplicitView",
29182
- "isIndexer": false,
29183
- "hasGetter": true,
29184
- "hasSetter": false,
29185
- "isStatic": false,
29186
- "isAbstract": false,
29187
- "isVirtual": true,
29188
- "isOverride": false,
29189
- "visibility": "Public",
29190
- "sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
29191
- "declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
29192
- "declaringAssemblyName": "System.Private.CoreLib"
29193
- },
29194
- {
29195
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
29196
- "clrName": "Current",
29197
- "metadataToken": 385881267,
29198
- "canonicalSignature": ":System.Object",
29199
- "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
29200
- "emitScope": "ViewOnly",
29201
- "provenance": "ExplicitView",
29202
- "isIndexer": false,
29203
- "hasGetter": true,
29204
- "hasSetter": false,
29205
- "isStatic": false,
29206
- "isAbstract": false,
29207
- "isVirtual": true,
29208
- "isOverride": false,
29209
- "visibility": "Public",
29210
- "sourceInterface": "System.Collections.IEnumerator",
29211
- "declaringClrType": "System.Collections.IEnumerator",
29212
- "declaringAssemblyName": "System.Private.CoreLib"
29213
26080
  }
29214
26081
  ],
29215
26082
  "fields": [],
@@ -30915,6 +27782,136 @@
30915
27782
  }
30916
27783
  ]
30917
27784
  },
27785
+ {
27786
+ "stableId": "System.Reflection.Metadata:System.Reflection.Metadata.BlobBuilder\u002BBlobs",
27787
+ "clrName": "System.Reflection.Metadata.BlobBuilder\u002BBlobs",
27788
+ "assemblyName": "System.Reflection.Metadata",
27789
+ "metadataToken": 0,
27790
+ "kind": "Struct",
27791
+ "accessibility": "Public",
27792
+ "isAbstract": false,
27793
+ "isSealed": true,
27794
+ "isStatic": false,
27795
+ "arity": 0,
27796
+ "baseType": {
27797
+ "stableId": "System.Private.CoreLib:System.ValueType",
27798
+ "clrName": "System.ValueType"
27799
+ },
27800
+ "interfaces": [
27801
+ {
27802
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
27803
+ "clrName": "System.Collections.Generic.IEnumerable\u00601",
27804
+ "typeArguments": [
27805
+ "Blob"
27806
+ ]
27807
+ },
27808
+ {
27809
+ "stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
27810
+ "clrName": "System.Collections.IEnumerable"
27811
+ },
27812
+ {
27813
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
27814
+ "clrName": "System.Collections.Generic.IEnumerator\u00601",
27815
+ "typeArguments": [
27816
+ "Blob"
27817
+ ]
27818
+ },
27819
+ {
27820
+ "stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
27821
+ "clrName": "System.Collections.IEnumerator"
27822
+ },
27823
+ {
27824
+ "stableId": "System.Private.CoreLib:System.IDisposable",
27825
+ "clrName": "System.IDisposable"
27826
+ }
27827
+ ],
27828
+ "methods": [
27829
+ {
27830
+ "stableId": "System.Reflection.Metadata:System.Reflection.Metadata.BlobBuilder\u002BBlobs::MoveNext():System.Boolean",
27831
+ "clrName": "MoveNext",
27832
+ "metadataToken": 100664114,
27833
+ "canonicalSignature": "():System.Boolean",
27834
+ "normalizedSignature": "MoveNext|():System.Boolean|static=false",
27835
+ "emitScope": "ClassSurface",
27836
+ "provenance": "Original",
27837
+ "arity": 0,
27838
+ "parameterCount": 0,
27839
+ "isStatic": false,
27840
+ "isAbstract": false,
27841
+ "isVirtual": true,
27842
+ "isOverride": false,
27843
+ "isSealed": true,
27844
+ "visibility": "Public",
27845
+ "declaringClrType": "System.Reflection.Metadata.BlobBuilder\u002BBlobs",
27846
+ "declaringAssemblyName": "System.Reflection.Metadata",
27847
+ "isExtensionMethod": false
27848
+ },
27849
+ {
27850
+ "stableId": "System.Reflection.Metadata:System.Reflection.Metadata.BlobBuilder\u002BBlobs::Reset():System.Void",
27851
+ "clrName": "Reset",
27852
+ "metadataToken": 100664115,
27853
+ "canonicalSignature": "():System.Void",
27854
+ "normalizedSignature": "Reset|():System.Void|static=false",
27855
+ "emitScope": "ClassSurface",
27856
+ "provenance": "Original",
27857
+ "arity": 0,
27858
+ "parameterCount": 0,
27859
+ "isStatic": false,
27860
+ "isAbstract": false,
27861
+ "isVirtual": true,
27862
+ "isOverride": false,
27863
+ "isSealed": true,
27864
+ "visibility": "Public",
27865
+ "declaringClrType": "System.Reflection.Metadata.BlobBuilder\u002BBlobs",
27866
+ "declaringAssemblyName": "System.Reflection.Metadata",
27867
+ "isExtensionMethod": false
27868
+ },
27869
+ {
27870
+ "stableId": "System.Reflection.Metadata:System.Reflection.Metadata.BlobBuilder\u002BBlobs::GetEnumerator():System.Reflection.Metadata.BlobBuilder\u002BBlobs",
27871
+ "clrName": "GetEnumerator",
27872
+ "metadataToken": 100664117,
27873
+ "canonicalSignature": "():System.Reflection.Metadata.BlobBuilder\u002BBlobs",
27874
+ "normalizedSignature": "GetEnumerator|():System.Reflection.Metadata.BlobBuilder\u002BBlobs|static=false",
27875
+ "emitScope": "ClassSurface",
27876
+ "provenance": "Original",
27877
+ "arity": 0,
27878
+ "parameterCount": 0,
27879
+ "isStatic": false,
27880
+ "isAbstract": false,
27881
+ "isVirtual": false,
27882
+ "isOverride": false,
27883
+ "isSealed": false,
27884
+ "visibility": "Public",
27885
+ "declaringClrType": "System.Reflection.Metadata.BlobBuilder\u002BBlobs",
27886
+ "declaringAssemblyName": "System.Reflection.Metadata",
27887
+ "isExtensionMethod": false
27888
+ }
27889
+ ],
27890
+ "properties": [
27891
+ {
27892
+ "stableId": "System.Reflection.Metadata:System.Reflection.Metadata.BlobBuilder\u002BBlobs::Current:System.Reflection.Metadata.Blob",
27893
+ "clrName": "Current",
27894
+ "metadataToken": 385876307,
27895
+ "canonicalSignature": ":System.Reflection.Metadata.Blob",
27896
+ "normalizedSignature": "Current|:System.Reflection.Metadata.Blob|static=false|accessor=get",
27897
+ "emitScope": "ClassSurface",
27898
+ "provenance": "Original",
27899
+ "isIndexer": false,
27900
+ "hasGetter": true,
27901
+ "hasSetter": false,
27902
+ "isStatic": false,
27903
+ "isAbstract": false,
27904
+ "isVirtual": true,
27905
+ "isOverride": false,
27906
+ "visibility": "Public",
27907
+ "declaringClrType": "System.Reflection.Metadata.BlobBuilder\u002BBlobs",
27908
+ "declaringAssemblyName": "System.Reflection.Metadata"
27909
+ }
27910
+ ],
27911
+ "fields": [],
27912
+ "events": [],
27913
+ "constructors": []
27914
+ },
30918
27915
  {
30919
27916
  "stableId": "System.Reflection.Metadata:System.Reflection.Metadata.DebugMetadataHeader",
30920
27917
  "clrName": "System.Reflection.Metadata.DebugMetadataHeader",