@tsonic/dotnet 10.0.40 → 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
@@ -4,579 +4,6 @@
4
4
  "System.Collections.Immutable"
5
5
  ],
6
6
  "types": [
7
- {
8
- "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601",
9
- "clrName": "System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601",
10
- "assemblyName": "System.Collections.Immutable",
11
- "metadataToken": 0,
12
- "kind": "Struct",
13
- "accessibility": "Public",
14
- "isAbstract": false,
15
- "isSealed": true,
16
- "isStatic": false,
17
- "arity": 3,
18
- "baseType": {
19
- "stableId": "System.Private.CoreLib:System.ValueType",
20
- "clrName": "System.ValueType"
21
- },
22
- "typeParameters": [
23
- "TKey",
24
- "TValue",
25
- "TAlternateKey"
26
- ],
27
- "methods": [
28
- {
29
- "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601::ContainsKey(TAlternateKey):System.Boolean",
30
- "clrName": "ContainsKey",
31
- "metadataToken": 100665048,
32
- "canonicalSignature": "(TAlternateKey):System.Boolean",
33
- "normalizedSignature": "ContainsKey|(TAlternateKey):System.Boolean|static=false",
34
- "emitScope": "ClassSurface",
35
- "provenance": "Original",
36
- "arity": 0,
37
- "parameterCount": 1,
38
- "isStatic": false,
39
- "isAbstract": false,
40
- "isVirtual": false,
41
- "isOverride": false,
42
- "isSealed": false,
43
- "visibility": "Public",
44
- "declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601",
45
- "declaringAssemblyName": "System.Collections.Immutable",
46
- "isExtensionMethod": false
47
- },
48
- {
49
- "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601::TryGetValue(TAlternateKey,TValue\u0026):System.Boolean",
50
- "clrName": "TryGetValue",
51
- "metadataToken": 100665049,
52
- "canonicalSignature": "(TAlternateKey,TValue\u0026):System.Boolean",
53
- "normalizedSignature": "TryGetValue|(TAlternateKey,TValue\u0026):System.Boolean|static=false",
54
- "emitScope": "ClassSurface",
55
- "provenance": "Original",
56
- "arity": 0,
57
- "parameterCount": 2,
58
- "isStatic": false,
59
- "isAbstract": false,
60
- "isVirtual": false,
61
- "isOverride": false,
62
- "isSealed": false,
63
- "visibility": "Public",
64
- "declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601",
65
- "declaringAssemblyName": "System.Collections.Immutable",
66
- "isExtensionMethod": false,
67
- "parameterModifiers": [
68
- {
69
- "index": 1,
70
- "modifier": "out"
71
- }
72
- ]
73
- }
74
- ],
75
- "properties": [
76
- {
77
- "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601::Dictionary:FrozenDictionary_2",
78
- "clrName": "Dictionary",
79
- "metadataToken": 385876300,
80
- "canonicalSignature": ":FrozenDictionary_2",
81
- "normalizedSignature": "Dictionary|:FrozenDictionary_2|static=false|accessor=get",
82
- "emitScope": "ClassSurface",
83
- "provenance": "Original",
84
- "isIndexer": false,
85
- "hasGetter": true,
86
- "hasSetter": false,
87
- "isStatic": false,
88
- "isAbstract": false,
89
- "isVirtual": false,
90
- "isOverride": false,
91
- "visibility": "Public",
92
- "declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601",
93
- "declaringAssemblyName": "System.Collections.Immutable"
94
- },
95
- {
96
- "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601::Item[TAlternateKey]:TValue",
97
- "clrName": "Item",
98
- "metadataToken": 385876301,
99
- "canonicalSignature": "[TAlternateKey]:TValue",
100
- "normalizedSignature": "Item|[TAlternateKey]:TValue|static=false|accessor=get",
101
- "emitScope": "ClassSurface",
102
- "provenance": "Original",
103
- "isIndexer": true,
104
- "hasGetter": true,
105
- "hasSetter": false,
106
- "isStatic": false,
107
- "isAbstract": false,
108
- "isVirtual": false,
109
- "isOverride": false,
110
- "visibility": "Public",
111
- "declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601",
112
- "declaringAssemblyName": "System.Collections.Immutable"
113
- }
114
- ],
115
- "fields": [],
116
- "events": [],
117
- "constructors": []
118
- },
119
- {
120
- "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602\u002BEnumerator",
121
- "clrName": "System.Collections.Frozen.FrozenDictionary\u00602\u002BEnumerator",
122
- "assemblyName": "System.Collections.Immutable",
123
- "metadataToken": 0,
124
- "kind": "Struct",
125
- "accessibility": "Public",
126
- "isAbstract": false,
127
- "isSealed": true,
128
- "isStatic": false,
129
- "arity": 2,
130
- "baseType": {
131
- "stableId": "System.Private.CoreLib:System.ValueType",
132
- "clrName": "System.ValueType"
133
- },
134
- "interfaces": [
135
- {
136
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
137
- "clrName": "System.Collections.Generic.IEnumerator\u00601",
138
- "typeArguments": [
139
- "KeyValuePair_2[[TKey,TValue]]"
140
- ]
141
- },
142
- {
143
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
144
- "clrName": "System.Collections.IEnumerator"
145
- },
146
- {
147
- "stableId": "System.Private.CoreLib:System.IDisposable",
148
- "clrName": "System.IDisposable"
149
- }
150
- ],
151
- "typeParameters": [
152
- "TKey",
153
- "TValue"
154
- ],
155
- "methods": [
156
- {
157
- "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602\u002BEnumerator::MoveNext():System.Boolean",
158
- "clrName": "MoveNext",
159
- "metadataToken": 100665040,
160
- "canonicalSignature": "():System.Boolean",
161
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
162
- "emitScope": "ClassSurface",
163
- "provenance": "Original",
164
- "arity": 0,
165
- "parameterCount": 0,
166
- "isStatic": false,
167
- "isAbstract": false,
168
- "isVirtual": true,
169
- "isOverride": false,
170
- "isSealed": true,
171
- "visibility": "Public",
172
- "declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602\u002BEnumerator",
173
- "declaringAssemblyName": "System.Collections.Immutable",
174
- "isExtensionMethod": false
175
- },
176
- {
177
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
178
- "clrName": "Reset",
179
- "metadataToken": 100703848,
180
- "canonicalSignature": "():System.Void",
181
- "normalizedSignature": "Reset|():System.Void|static=false",
182
- "emitScope": "ClassSurface",
183
- "provenance": "ExplicitView",
184
- "arity": 0,
185
- "parameterCount": 0,
186
- "isStatic": false,
187
- "isAbstract": false,
188
- "isVirtual": true,
189
- "isOverride": false,
190
- "isSealed": false,
191
- "visibility": "Public",
192
- "declaringClrType": "System.Collections.IEnumerator",
193
- "declaringAssemblyName": "System.Private.CoreLib",
194
- "isExtensionMethod": false
195
- },
196
- {
197
- "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
198
- "clrName": "Dispose",
199
- "metadataToken": 100668530,
200
- "canonicalSignature": "():System.Void",
201
- "normalizedSignature": "Dispose|():System.Void|static=false",
202
- "emitScope": "ViewOnly",
203
- "provenance": "ExplicitView",
204
- "arity": 0,
205
- "parameterCount": 0,
206
- "isStatic": false,
207
- "isAbstract": false,
208
- "isVirtual": true,
209
- "isOverride": false,
210
- "isSealed": false,
211
- "visibility": "Public",
212
- "declaringClrType": "System.IDisposable",
213
- "declaringAssemblyName": "System.Private.CoreLib",
214
- "isExtensionMethod": false,
215
- "sourceInterface": "System.Collections.IEnumerator"
216
- },
217
- {
218
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
219
- "clrName": "MoveNext",
220
- "metadataToken": 100703846,
221
- "canonicalSignature": "():System.Boolean",
222
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
223
- "emitScope": "ViewOnly",
224
- "provenance": "ExplicitView",
225
- "arity": 0,
226
- "parameterCount": 0,
227
- "isStatic": false,
228
- "isAbstract": false,
229
- "isVirtual": true,
230
- "isOverride": false,
231
- "isSealed": false,
232
- "visibility": "Public",
233
- "declaringClrType": "System.Collections.IEnumerator",
234
- "declaringAssemblyName": "System.Private.CoreLib",
235
- "isExtensionMethod": false,
236
- "sourceInterface": "System.Collections.IEnumerator"
237
- }
238
- ],
239
- "properties": [
240
- {
241
- "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602\u002BEnumerator::Current:KeyValuePair_2",
242
- "clrName": "Current",
243
- "metadataToken": 385876298,
244
- "canonicalSignature": ":KeyValuePair_2",
245
- "normalizedSignature": "Current|:KeyValuePair_2|static=false|accessor=get",
246
- "emitScope": "ClassSurface",
247
- "provenance": "Original",
248
- "isIndexer": false,
249
- "hasGetter": true,
250
- "hasSetter": false,
251
- "isStatic": false,
252
- "isAbstract": false,
253
- "isVirtual": true,
254
- "isOverride": false,
255
- "visibility": "Public",
256
- "declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602\u002BEnumerator",
257
- "declaringAssemblyName": "System.Collections.Immutable"
258
- },
259
- {
260
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
261
- "clrName": "Current",
262
- "metadataToken": 385881426,
263
- "canonicalSignature": ":T",
264
- "normalizedSignature": "Current|:T|static=false|accessor=get",
265
- "emitScope": "ViewOnly",
266
- "provenance": "ExplicitView",
267
- "isIndexer": false,
268
- "hasGetter": true,
269
- "hasSetter": false,
270
- "isStatic": false,
271
- "isAbstract": false,
272
- "isVirtual": true,
273
- "isOverride": false,
274
- "visibility": "Public",
275
- "sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
276
- "declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
277
- "declaringAssemblyName": "System.Private.CoreLib"
278
- },
279
- {
280
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
281
- "clrName": "Current",
282
- "metadataToken": 385881267,
283
- "canonicalSignature": ":System.Object",
284
- "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
285
- "emitScope": "ViewOnly",
286
- "provenance": "ExplicitView",
287
- "isIndexer": false,
288
- "hasGetter": true,
289
- "hasSetter": false,
290
- "isStatic": false,
291
- "isAbstract": false,
292
- "isVirtual": true,
293
- "isOverride": false,
294
- "visibility": "Public",
295
- "sourceInterface": "System.Collections.IEnumerator",
296
- "declaringClrType": "System.Collections.IEnumerator",
297
- "declaringAssemblyName": "System.Private.CoreLib"
298
- }
299
- ],
300
- "fields": [],
301
- "events": [],
302
- "constructors": []
303
- },
304
- {
305
- "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenSet\u00601\u002BAlternateLookup\u00601",
306
- "clrName": "System.Collections.Frozen.FrozenSet\u00601\u002BAlternateLookup\u00601",
307
- "assemblyName": "System.Collections.Immutable",
308
- "metadataToken": 0,
309
- "kind": "Struct",
310
- "accessibility": "Public",
311
- "isAbstract": false,
312
- "isSealed": true,
313
- "isStatic": false,
314
- "arity": 2,
315
- "baseType": {
316
- "stableId": "System.Private.CoreLib:System.ValueType",
317
- "clrName": "System.ValueType"
318
- },
319
- "typeParameters": [
320
- "T",
321
- "TAlternate"
322
- ],
323
- "methods": [
324
- {
325
- "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenSet\u00601\u002BAlternateLookup\u00601::Contains(TAlternate):System.Boolean",
326
- "clrName": "Contains",
327
- "metadataToken": 100665122,
328
- "canonicalSignature": "(TAlternate):System.Boolean",
329
- "normalizedSignature": "Contains|(TAlternate):System.Boolean|static=false",
330
- "emitScope": "ClassSurface",
331
- "provenance": "Original",
332
- "arity": 0,
333
- "parameterCount": 1,
334
- "isStatic": false,
335
- "isAbstract": false,
336
- "isVirtual": false,
337
- "isOverride": false,
338
- "isSealed": false,
339
- "visibility": "Public",
340
- "declaringClrType": "System.Collections.Frozen.FrozenSet\u00601\u002BAlternateLookup\u00601",
341
- "declaringAssemblyName": "System.Collections.Immutable",
342
- "isExtensionMethod": false
343
- },
344
- {
345
- "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenSet\u00601\u002BAlternateLookup\u00601::TryGetValue(TAlternate,T\u0026):System.Boolean",
346
- "clrName": "TryGetValue",
347
- "metadataToken": 100665123,
348
- "canonicalSignature": "(TAlternate,T\u0026):System.Boolean",
349
- "normalizedSignature": "TryGetValue|(TAlternate,T\u0026):System.Boolean|static=false",
350
- "emitScope": "ClassSurface",
351
- "provenance": "Original",
352
- "arity": 0,
353
- "parameterCount": 2,
354
- "isStatic": false,
355
- "isAbstract": false,
356
- "isVirtual": false,
357
- "isOverride": false,
358
- "isSealed": false,
359
- "visibility": "Public",
360
- "declaringClrType": "System.Collections.Frozen.FrozenSet\u00601\u002BAlternateLookup\u00601",
361
- "declaringAssemblyName": "System.Collections.Immutable",
362
- "isExtensionMethod": false,
363
- "parameterModifiers": [
364
- {
365
- "index": 1,
366
- "modifier": "out"
367
- }
368
- ]
369
- }
370
- ],
371
- "properties": [
372
- {
373
- "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenSet\u00601\u002BAlternateLookup\u00601::Set:FrozenSet_1",
374
- "clrName": "Set",
375
- "metadataToken": 385876315,
376
- "canonicalSignature": ":FrozenSet_1",
377
- "normalizedSignature": "Set|:FrozenSet_1|static=false|accessor=get",
378
- "emitScope": "ClassSurface",
379
- "provenance": "Original",
380
- "isIndexer": false,
381
- "hasGetter": true,
382
- "hasSetter": false,
383
- "isStatic": false,
384
- "isAbstract": false,
385
- "isVirtual": false,
386
- "isOverride": false,
387
- "visibility": "Public",
388
- "declaringClrType": "System.Collections.Frozen.FrozenSet\u00601\u002BAlternateLookup\u00601",
389
- "declaringAssemblyName": "System.Collections.Immutable"
390
- }
391
- ],
392
- "fields": [],
393
- "events": [],
394
- "constructors": []
395
- },
396
- {
397
- "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenSet\u00601\u002BEnumerator",
398
- "clrName": "System.Collections.Frozen.FrozenSet\u00601\u002BEnumerator",
399
- "assemblyName": "System.Collections.Immutable",
400
- "metadataToken": 0,
401
- "kind": "Struct",
402
- "accessibility": "Public",
403
- "isAbstract": false,
404
- "isSealed": true,
405
- "isStatic": false,
406
- "arity": 1,
407
- "baseType": {
408
- "stableId": "System.Private.CoreLib:System.ValueType",
409
- "clrName": "System.ValueType"
410
- },
411
- "interfaces": [
412
- {
413
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
414
- "clrName": "System.Collections.Generic.IEnumerator\u00601",
415
- "typeArguments": [
416
- "T"
417
- ]
418
- },
419
- {
420
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
421
- "clrName": "System.Collections.IEnumerator"
422
- },
423
- {
424
- "stableId": "System.Private.CoreLib:System.IDisposable",
425
- "clrName": "System.IDisposable"
426
- }
427
- ],
428
- "typeParameters": [
429
- "T"
430
- ],
431
- "methods": [
432
- {
433
- "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenSet\u00601\u002BEnumerator::MoveNext():System.Boolean",
434
- "clrName": "MoveNext",
435
- "metadataToken": 100665115,
436
- "canonicalSignature": "():System.Boolean",
437
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
438
- "emitScope": "ClassSurface",
439
- "provenance": "Original",
440
- "arity": 0,
441
- "parameterCount": 0,
442
- "isStatic": false,
443
- "isAbstract": false,
444
- "isVirtual": true,
445
- "isOverride": false,
446
- "isSealed": true,
447
- "visibility": "Public",
448
- "declaringClrType": "System.Collections.Frozen.FrozenSet\u00601\u002BEnumerator",
449
- "declaringAssemblyName": "System.Collections.Immutable",
450
- "isExtensionMethod": false
451
- },
452
- {
453
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
454
- "clrName": "Reset",
455
- "metadataToken": 100703848,
456
- "canonicalSignature": "():System.Void",
457
- "normalizedSignature": "Reset|():System.Void|static=false",
458
- "emitScope": "ClassSurface",
459
- "provenance": "ExplicitView",
460
- "arity": 0,
461
- "parameterCount": 0,
462
- "isStatic": false,
463
- "isAbstract": false,
464
- "isVirtual": true,
465
- "isOverride": false,
466
- "isSealed": false,
467
- "visibility": "Public",
468
- "declaringClrType": "System.Collections.IEnumerator",
469
- "declaringAssemblyName": "System.Private.CoreLib",
470
- "isExtensionMethod": false
471
- },
472
- {
473
- "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
474
- "clrName": "Dispose",
475
- "metadataToken": 100668530,
476
- "canonicalSignature": "():System.Void",
477
- "normalizedSignature": "Dispose|():System.Void|static=false",
478
- "emitScope": "ViewOnly",
479
- "provenance": "ExplicitView",
480
- "arity": 0,
481
- "parameterCount": 0,
482
- "isStatic": false,
483
- "isAbstract": false,
484
- "isVirtual": true,
485
- "isOverride": false,
486
- "isSealed": false,
487
- "visibility": "Public",
488
- "declaringClrType": "System.IDisposable",
489
- "declaringAssemblyName": "System.Private.CoreLib",
490
- "isExtensionMethod": false,
491
- "sourceInterface": "System.Collections.IEnumerator"
492
- },
493
- {
494
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
495
- "clrName": "MoveNext",
496
- "metadataToken": 100703846,
497
- "canonicalSignature": "():System.Boolean",
498
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
499
- "emitScope": "ViewOnly",
500
- "provenance": "ExplicitView",
501
- "arity": 0,
502
- "parameterCount": 0,
503
- "isStatic": false,
504
- "isAbstract": false,
505
- "isVirtual": true,
506
- "isOverride": false,
507
- "isSealed": false,
508
- "visibility": "Public",
509
- "declaringClrType": "System.Collections.IEnumerator",
510
- "declaringAssemblyName": "System.Private.CoreLib",
511
- "isExtensionMethod": false,
512
- "sourceInterface": "System.Collections.IEnumerator"
513
- }
514
- ],
515
- "properties": [
516
- {
517
- "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenSet\u00601\u002BEnumerator::Current:T",
518
- "clrName": "Current",
519
- "metadataToken": 385876313,
520
- "canonicalSignature": ":T",
521
- "normalizedSignature": "Current|:T|static=false|accessor=get",
522
- "emitScope": "ClassSurface",
523
- "provenance": "Original",
524
- "isIndexer": false,
525
- "hasGetter": true,
526
- "hasSetter": false,
527
- "isStatic": false,
528
- "isAbstract": false,
529
- "isVirtual": true,
530
- "isOverride": false,
531
- "visibility": "Public",
532
- "declaringClrType": "System.Collections.Frozen.FrozenSet\u00601\u002BEnumerator",
533
- "declaringAssemblyName": "System.Collections.Immutable"
534
- },
535
- {
536
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
537
- "clrName": "Current",
538
- "metadataToken": 385881267,
539
- "canonicalSignature": ":System.Object",
540
- "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
541
- "emitScope": "ViewOnly",
542
- "provenance": "ExplicitView",
543
- "isIndexer": false,
544
- "hasGetter": true,
545
- "hasSetter": false,
546
- "isStatic": false,
547
- "isAbstract": false,
548
- "isVirtual": true,
549
- "isOverride": false,
550
- "visibility": "Public",
551
- "sourceInterface": "System.Collections.IEnumerator",
552
- "declaringClrType": "System.Collections.IEnumerator",
553
- "declaringAssemblyName": "System.Private.CoreLib"
554
- },
555
- {
556
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
557
- "clrName": "Current",
558
- "metadataToken": 385881426,
559
- "canonicalSignature": ":T",
560
- "normalizedSignature": "Current|:T|static=false|accessor=get",
561
- "emitScope": "ViewOnly",
562
- "provenance": "ExplicitView",
563
- "isIndexer": false,
564
- "hasGetter": true,
565
- "hasSetter": false,
566
- "isStatic": false,
567
- "isAbstract": false,
568
- "isVirtual": true,
569
- "isOverride": false,
570
- "visibility": "Public",
571
- "sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
572
- "declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
573
- "declaringAssemblyName": "System.Private.CoreLib"
574
- }
575
- ],
576
- "fields": [],
577
- "events": [],
578
- "constructors": []
579
- },
580
7
  {
581
8
  "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602",
582
9
  "clrName": "System.Collections.Frozen.FrozenDictionary\u00602",
@@ -1229,7 +656,10 @@
1229
656
  "isOverride": false,
1230
657
  "visibility": "Public",
1231
658
  "declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602",
1232
- "declaringAssemblyName": "System.Collections.Immutable"
659
+ "declaringAssemblyName": "System.Collections.Immutable",
660
+ "emitSemantics": {
661
+ "callableStaticAccessorKind": "property"
662
+ }
1233
663
  },
1234
664
  {
1235
665
  "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602::Comparer:IEqualityComparer_1",
@@ -1567,33 +997,229 @@
1567
997
  "declaringAssemblyName": "System.Private.CoreLib"
1568
998
  },
1569
999
  {
1570
- "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
1571
- "clrName": "Count",
1572
- "metadataToken": 385881256,
1573
- "canonicalSignature": ":System.Int32",
1574
- "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
1575
- "emitScope": "ViewOnly",
1576
- "provenance": "ExplicitView",
1577
- "isIndexer": false,
1578
- "hasGetter": true,
1579
- "hasSetter": false,
1000
+ "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
1001
+ "clrName": "Count",
1002
+ "metadataToken": 385881256,
1003
+ "canonicalSignature": ":System.Int32",
1004
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
1005
+ "emitScope": "ViewOnly",
1006
+ "provenance": "ExplicitView",
1007
+ "isIndexer": false,
1008
+ "hasGetter": true,
1009
+ "hasSetter": false,
1010
+ "isStatic": false,
1011
+ "isAbstract": false,
1012
+ "isVirtual": true,
1013
+ "isOverride": false,
1014
+ "visibility": "Public",
1015
+ "sourceInterface": "System.Collections.ICollection",
1016
+ "declaringClrType": "System.Collections.ICollection",
1017
+ "declaringAssemblyName": "System.Private.CoreLib"
1018
+ },
1019
+ {
1020
+ "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
1021
+ "clrName": "IsSynchronized",
1022
+ "metadataToken": 385881258,
1023
+ "canonicalSignature": ":System.Boolean",
1024
+ "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
1025
+ "emitScope": "ViewOnly",
1026
+ "provenance": "ExplicitView",
1027
+ "isIndexer": false,
1028
+ "hasGetter": true,
1029
+ "hasSetter": false,
1030
+ "isStatic": false,
1031
+ "isAbstract": false,
1032
+ "isVirtual": true,
1033
+ "isOverride": false,
1034
+ "visibility": "Public",
1035
+ "sourceInterface": "System.Collections.ICollection",
1036
+ "declaringClrType": "System.Collections.ICollection",
1037
+ "declaringAssemblyName": "System.Private.CoreLib"
1038
+ }
1039
+ ],
1040
+ "fields": [],
1041
+ "events": [],
1042
+ "constructors": []
1043
+ },
1044
+ {
1045
+ "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601",
1046
+ "clrName": "System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601",
1047
+ "assemblyName": "System.Collections.Immutable",
1048
+ "metadataToken": 0,
1049
+ "kind": "Struct",
1050
+ "accessibility": "Public",
1051
+ "isAbstract": false,
1052
+ "isSealed": true,
1053
+ "isStatic": false,
1054
+ "arity": 3,
1055
+ "baseType": {
1056
+ "stableId": "System.Private.CoreLib:System.ValueType",
1057
+ "clrName": "System.ValueType"
1058
+ },
1059
+ "typeParameters": [
1060
+ "TKey",
1061
+ "TValue",
1062
+ "TAlternateKey"
1063
+ ],
1064
+ "methods": [
1065
+ {
1066
+ "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601::ContainsKey(TAlternateKey):System.Boolean",
1067
+ "clrName": "ContainsKey",
1068
+ "metadataToken": 100665048,
1069
+ "canonicalSignature": "(TAlternateKey):System.Boolean",
1070
+ "normalizedSignature": "ContainsKey|(TAlternateKey):System.Boolean|static=false",
1071
+ "emitScope": "ClassSurface",
1072
+ "provenance": "Original",
1073
+ "arity": 0,
1074
+ "parameterCount": 1,
1075
+ "isStatic": false,
1076
+ "isAbstract": false,
1077
+ "isVirtual": false,
1078
+ "isOverride": false,
1079
+ "isSealed": false,
1080
+ "visibility": "Public",
1081
+ "declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601",
1082
+ "declaringAssemblyName": "System.Collections.Immutable",
1083
+ "isExtensionMethod": false
1084
+ },
1085
+ {
1086
+ "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601::TryGetValue(TAlternateKey,TValue\u0026):System.Boolean",
1087
+ "clrName": "TryGetValue",
1088
+ "metadataToken": 100665049,
1089
+ "canonicalSignature": "(TAlternateKey,TValue\u0026):System.Boolean",
1090
+ "normalizedSignature": "TryGetValue|(TAlternateKey,TValue\u0026):System.Boolean|static=false",
1091
+ "emitScope": "ClassSurface",
1092
+ "provenance": "Original",
1093
+ "arity": 0,
1094
+ "parameterCount": 2,
1095
+ "isStatic": false,
1096
+ "isAbstract": false,
1097
+ "isVirtual": false,
1098
+ "isOverride": false,
1099
+ "isSealed": false,
1100
+ "visibility": "Public",
1101
+ "declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601",
1102
+ "declaringAssemblyName": "System.Collections.Immutable",
1103
+ "isExtensionMethod": false,
1104
+ "parameterModifiers": [
1105
+ {
1106
+ "index": 1,
1107
+ "modifier": "out"
1108
+ }
1109
+ ]
1110
+ }
1111
+ ],
1112
+ "properties": [
1113
+ {
1114
+ "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601::Dictionary:FrozenDictionary_2",
1115
+ "clrName": "Dictionary",
1116
+ "metadataToken": 385876300,
1117
+ "canonicalSignature": ":FrozenDictionary_2",
1118
+ "normalizedSignature": "Dictionary|:FrozenDictionary_2|static=false|accessor=get",
1119
+ "emitScope": "ClassSurface",
1120
+ "provenance": "Original",
1121
+ "isIndexer": false,
1122
+ "hasGetter": true,
1123
+ "hasSetter": false,
1124
+ "isStatic": false,
1125
+ "isAbstract": false,
1126
+ "isVirtual": false,
1127
+ "isOverride": false,
1128
+ "visibility": "Public",
1129
+ "declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601",
1130
+ "declaringAssemblyName": "System.Collections.Immutable"
1131
+ },
1132
+ {
1133
+ "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601::Item[TAlternateKey]:TValue",
1134
+ "clrName": "Item",
1135
+ "metadataToken": 385876301,
1136
+ "canonicalSignature": "[TAlternateKey]:TValue",
1137
+ "normalizedSignature": "Item|[TAlternateKey]:TValue|static=false|accessor=get",
1138
+ "emitScope": "ClassSurface",
1139
+ "provenance": "Original",
1140
+ "isIndexer": true,
1141
+ "hasGetter": true,
1142
+ "hasSetter": false,
1143
+ "isStatic": false,
1144
+ "isAbstract": false,
1145
+ "isVirtual": false,
1146
+ "isOverride": false,
1147
+ "visibility": "Public",
1148
+ "declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601",
1149
+ "declaringAssemblyName": "System.Collections.Immutable"
1150
+ }
1151
+ ],
1152
+ "fields": [],
1153
+ "events": [],
1154
+ "constructors": []
1155
+ },
1156
+ {
1157
+ "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602\u002BEnumerator",
1158
+ "clrName": "System.Collections.Frozen.FrozenDictionary\u00602\u002BEnumerator",
1159
+ "assemblyName": "System.Collections.Immutable",
1160
+ "metadataToken": 0,
1161
+ "kind": "Struct",
1162
+ "accessibility": "Public",
1163
+ "isAbstract": false,
1164
+ "isSealed": true,
1165
+ "isStatic": false,
1166
+ "arity": 2,
1167
+ "baseType": {
1168
+ "stableId": "System.Private.CoreLib:System.ValueType",
1169
+ "clrName": "System.ValueType"
1170
+ },
1171
+ "interfaces": [
1172
+ {
1173
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
1174
+ "clrName": "System.Collections.Generic.IEnumerator\u00601",
1175
+ "typeArguments": [
1176
+ "KeyValuePair_2[[TKey,TValue]]"
1177
+ ]
1178
+ },
1179
+ {
1180
+ "stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
1181
+ "clrName": "System.Collections.IEnumerator"
1182
+ },
1183
+ {
1184
+ "stableId": "System.Private.CoreLib:System.IDisposable",
1185
+ "clrName": "System.IDisposable"
1186
+ }
1187
+ ],
1188
+ "typeParameters": [
1189
+ "TKey",
1190
+ "TValue"
1191
+ ],
1192
+ "methods": [
1193
+ {
1194
+ "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602\u002BEnumerator::MoveNext():System.Boolean",
1195
+ "clrName": "MoveNext",
1196
+ "metadataToken": 100665040,
1197
+ "canonicalSignature": "():System.Boolean",
1198
+ "normalizedSignature": "MoveNext|():System.Boolean|static=false",
1199
+ "emitScope": "ClassSurface",
1200
+ "provenance": "Original",
1201
+ "arity": 0,
1202
+ "parameterCount": 0,
1580
1203
  "isStatic": false,
1581
1204
  "isAbstract": false,
1582
1205
  "isVirtual": true,
1583
1206
  "isOverride": false,
1207
+ "isSealed": true,
1584
1208
  "visibility": "Public",
1585
- "sourceInterface": "System.Collections.ICollection",
1586
- "declaringClrType": "System.Collections.ICollection",
1587
- "declaringAssemblyName": "System.Private.CoreLib"
1588
- },
1209
+ "declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602\u002BEnumerator",
1210
+ "declaringAssemblyName": "System.Collections.Immutable",
1211
+ "isExtensionMethod": false
1212
+ }
1213
+ ],
1214
+ "properties": [
1589
1215
  {
1590
- "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
1591
- "clrName": "IsSynchronized",
1592
- "metadataToken": 385881258,
1593
- "canonicalSignature": ":System.Boolean",
1594
- "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
1595
- "emitScope": "ViewOnly",
1596
- "provenance": "ExplicitView",
1216
+ "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602\u002BEnumerator::Current:KeyValuePair_2",
1217
+ "clrName": "Current",
1218
+ "metadataToken": 385876298,
1219
+ "canonicalSignature": ":KeyValuePair_2",
1220
+ "normalizedSignature": "Current|:KeyValuePair_2|static=false|accessor=get",
1221
+ "emitScope": "ClassSurface",
1222
+ "provenance": "Original",
1597
1223
  "isIndexer": false,
1598
1224
  "hasGetter": true,
1599
1225
  "hasSetter": false,
@@ -1602,9 +1228,8 @@
1602
1228
  "isVirtual": true,
1603
1229
  "isOverride": false,
1604
1230
  "visibility": "Public",
1605
- "sourceInterface": "System.Collections.ICollection",
1606
- "declaringClrType": "System.Collections.ICollection",
1607
- "declaringAssemblyName": "System.Private.CoreLib"
1231
+ "declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602\u002BEnumerator",
1232
+ "declaringAssemblyName": "System.Collections.Immutable"
1608
1233
  }
1609
1234
  ],
1610
1235
  "fields": [],
@@ -2116,15 +1741,15 @@
2116
1741
  "sourceInterface": "System.Collections.Generic.ISet\u00601"
2117
1742
  },
2118
1743
  {
2119
- "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
2120
- "clrName": "CopyTo",
2121
- "metadataToken": 100704541,
2122
- "canonicalSignature": "(T[],System.Int32):System.Void",
2123
- "normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
1744
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
1745
+ "clrName": "Contains",
1746
+ "metadataToken": 100704540,
1747
+ "canonicalSignature": "(T):System.Boolean",
1748
+ "normalizedSignature": "Contains|(T):System.Boolean|static=false",
2124
1749
  "emitScope": "ViewOnly",
2125
1750
  "provenance": "ExplicitView",
2126
1751
  "arity": 0,
2127
- "parameterCount": 2,
1752
+ "parameterCount": 1,
2128
1753
  "isStatic": false,
2129
1754
  "isAbstract": false,
2130
1755
  "isVirtual": true,
@@ -2137,15 +1762,15 @@
2137
1762
  "sourceInterface": "System.Collections.Generic.ICollection\u00601"
2138
1763
  },
2139
1764
  {
2140
- "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
2141
- "clrName": "Contains",
2142
- "metadataToken": 100704540,
2143
- "canonicalSignature": "(T):System.Boolean",
2144
- "normalizedSignature": "Contains|(T):System.Boolean|static=false",
1765
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
1766
+ "clrName": "CopyTo",
1767
+ "metadataToken": 100704541,
1768
+ "canonicalSignature": "(T[],System.Int32):System.Void",
1769
+ "normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
2145
1770
  "emitScope": "ViewOnly",
2146
1771
  "provenance": "ExplicitView",
2147
1772
  "arity": 0,
2148
- "parameterCount": 1,
1773
+ "parameterCount": 2,
2149
1774
  "isStatic": false,
2150
1775
  "isAbstract": false,
2151
1776
  "isVirtual": true,
@@ -2218,7 +1843,10 @@
2218
1843
  "isOverride": false,
2219
1844
  "visibility": "Public",
2220
1845
  "declaringClrType": "System.Collections.Frozen.FrozenSet\u00601",
2221
- "declaringAssemblyName": "System.Collections.Immutable"
1846
+ "declaringAssemblyName": "System.Collections.Immutable",
1847
+ "emitSemantics": {
1848
+ "callableStaticAccessorKind": "property"
1849
+ }
2222
1850
  },
2223
1851
  {
2224
1852
  "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenSet\u00601::Comparer:IEqualityComparer_1",
@@ -2402,6 +2030,180 @@
2402
2030
  "events": [],
2403
2031
  "constructors": []
2404
2032
  },
2033
+ {
2034
+ "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenSet\u00601\u002BAlternateLookup\u00601",
2035
+ "clrName": "System.Collections.Frozen.FrozenSet\u00601\u002BAlternateLookup\u00601",
2036
+ "assemblyName": "System.Collections.Immutable",
2037
+ "metadataToken": 0,
2038
+ "kind": "Struct",
2039
+ "accessibility": "Public",
2040
+ "isAbstract": false,
2041
+ "isSealed": true,
2042
+ "isStatic": false,
2043
+ "arity": 2,
2044
+ "baseType": {
2045
+ "stableId": "System.Private.CoreLib:System.ValueType",
2046
+ "clrName": "System.ValueType"
2047
+ },
2048
+ "typeParameters": [
2049
+ "T",
2050
+ "TAlternate"
2051
+ ],
2052
+ "methods": [
2053
+ {
2054
+ "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenSet\u00601\u002BAlternateLookup\u00601::Contains(TAlternate):System.Boolean",
2055
+ "clrName": "Contains",
2056
+ "metadataToken": 100665122,
2057
+ "canonicalSignature": "(TAlternate):System.Boolean",
2058
+ "normalizedSignature": "Contains|(TAlternate):System.Boolean|static=false",
2059
+ "emitScope": "ClassSurface",
2060
+ "provenance": "Original",
2061
+ "arity": 0,
2062
+ "parameterCount": 1,
2063
+ "isStatic": false,
2064
+ "isAbstract": false,
2065
+ "isVirtual": false,
2066
+ "isOverride": false,
2067
+ "isSealed": false,
2068
+ "visibility": "Public",
2069
+ "declaringClrType": "System.Collections.Frozen.FrozenSet\u00601\u002BAlternateLookup\u00601",
2070
+ "declaringAssemblyName": "System.Collections.Immutable",
2071
+ "isExtensionMethod": false
2072
+ },
2073
+ {
2074
+ "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenSet\u00601\u002BAlternateLookup\u00601::TryGetValue(TAlternate,T\u0026):System.Boolean",
2075
+ "clrName": "TryGetValue",
2076
+ "metadataToken": 100665123,
2077
+ "canonicalSignature": "(TAlternate,T\u0026):System.Boolean",
2078
+ "normalizedSignature": "TryGetValue|(TAlternate,T\u0026):System.Boolean|static=false",
2079
+ "emitScope": "ClassSurface",
2080
+ "provenance": "Original",
2081
+ "arity": 0,
2082
+ "parameterCount": 2,
2083
+ "isStatic": false,
2084
+ "isAbstract": false,
2085
+ "isVirtual": false,
2086
+ "isOverride": false,
2087
+ "isSealed": false,
2088
+ "visibility": "Public",
2089
+ "declaringClrType": "System.Collections.Frozen.FrozenSet\u00601\u002BAlternateLookup\u00601",
2090
+ "declaringAssemblyName": "System.Collections.Immutable",
2091
+ "isExtensionMethod": false,
2092
+ "parameterModifiers": [
2093
+ {
2094
+ "index": 1,
2095
+ "modifier": "out"
2096
+ }
2097
+ ]
2098
+ }
2099
+ ],
2100
+ "properties": [
2101
+ {
2102
+ "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenSet\u00601\u002BAlternateLookup\u00601::Set:FrozenSet_1",
2103
+ "clrName": "Set",
2104
+ "metadataToken": 385876315,
2105
+ "canonicalSignature": ":FrozenSet_1",
2106
+ "normalizedSignature": "Set|:FrozenSet_1|static=false|accessor=get",
2107
+ "emitScope": "ClassSurface",
2108
+ "provenance": "Original",
2109
+ "isIndexer": false,
2110
+ "hasGetter": true,
2111
+ "hasSetter": false,
2112
+ "isStatic": false,
2113
+ "isAbstract": false,
2114
+ "isVirtual": false,
2115
+ "isOverride": false,
2116
+ "visibility": "Public",
2117
+ "declaringClrType": "System.Collections.Frozen.FrozenSet\u00601\u002BAlternateLookup\u00601",
2118
+ "declaringAssemblyName": "System.Collections.Immutable"
2119
+ }
2120
+ ],
2121
+ "fields": [],
2122
+ "events": [],
2123
+ "constructors": []
2124
+ },
2125
+ {
2126
+ "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenSet\u00601\u002BEnumerator",
2127
+ "clrName": "System.Collections.Frozen.FrozenSet\u00601\u002BEnumerator",
2128
+ "assemblyName": "System.Collections.Immutable",
2129
+ "metadataToken": 0,
2130
+ "kind": "Struct",
2131
+ "accessibility": "Public",
2132
+ "isAbstract": false,
2133
+ "isSealed": true,
2134
+ "isStatic": false,
2135
+ "arity": 1,
2136
+ "baseType": {
2137
+ "stableId": "System.Private.CoreLib:System.ValueType",
2138
+ "clrName": "System.ValueType"
2139
+ },
2140
+ "interfaces": [
2141
+ {
2142
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
2143
+ "clrName": "System.Collections.Generic.IEnumerator\u00601",
2144
+ "typeArguments": [
2145
+ "T"
2146
+ ]
2147
+ },
2148
+ {
2149
+ "stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
2150
+ "clrName": "System.Collections.IEnumerator"
2151
+ },
2152
+ {
2153
+ "stableId": "System.Private.CoreLib:System.IDisposable",
2154
+ "clrName": "System.IDisposable"
2155
+ }
2156
+ ],
2157
+ "typeParameters": [
2158
+ "T"
2159
+ ],
2160
+ "methods": [
2161
+ {
2162
+ "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenSet\u00601\u002BEnumerator::MoveNext():System.Boolean",
2163
+ "clrName": "MoveNext",
2164
+ "metadataToken": 100665115,
2165
+ "canonicalSignature": "():System.Boolean",
2166
+ "normalizedSignature": "MoveNext|():System.Boolean|static=false",
2167
+ "emitScope": "ClassSurface",
2168
+ "provenance": "Original",
2169
+ "arity": 0,
2170
+ "parameterCount": 0,
2171
+ "isStatic": false,
2172
+ "isAbstract": false,
2173
+ "isVirtual": true,
2174
+ "isOverride": false,
2175
+ "isSealed": true,
2176
+ "visibility": "Public",
2177
+ "declaringClrType": "System.Collections.Frozen.FrozenSet\u00601\u002BEnumerator",
2178
+ "declaringAssemblyName": "System.Collections.Immutable",
2179
+ "isExtensionMethod": false
2180
+ }
2181
+ ],
2182
+ "properties": [
2183
+ {
2184
+ "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenSet\u00601\u002BEnumerator::Current:T",
2185
+ "clrName": "Current",
2186
+ "metadataToken": 385876313,
2187
+ "canonicalSignature": ":T",
2188
+ "normalizedSignature": "Current|:T|static=false|accessor=get",
2189
+ "emitScope": "ClassSurface",
2190
+ "provenance": "Original",
2191
+ "isIndexer": false,
2192
+ "hasGetter": true,
2193
+ "hasSetter": false,
2194
+ "isStatic": false,
2195
+ "isAbstract": false,
2196
+ "isVirtual": true,
2197
+ "isOverride": false,
2198
+ "visibility": "Public",
2199
+ "declaringClrType": "System.Collections.Frozen.FrozenSet\u00601\u002BEnumerator",
2200
+ "declaringAssemblyName": "System.Collections.Immutable"
2201
+ }
2202
+ ],
2203
+ "fields": [],
2204
+ "events": [],
2205
+ "constructors": []
2206
+ },
2405
2207
  {
2406
2208
  "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary",
2407
2209
  "clrName": "System.Collections.Frozen.FrozenDictionary",