@tsonic/dotnet 10.0.1 → 10.0.2

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 (283) hide show
  1. package/Internal/bindings.json +5 -0
  2. package/Microsoft.CSharp.RuntimeBinder/bindings.json +71 -8
  3. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +2 -0
  4. package/Microsoft.VisualBasic/bindings.json +635 -68
  5. package/Microsoft.VisualBasic.CompilerServices/bindings.json +210 -0
  6. package/Microsoft.VisualBasic.FileIO/bindings.json +195 -24
  7. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +8 -3
  8. package/Microsoft.Win32/bindings.json +107 -24
  9. package/Microsoft.Win32.SafeHandles/bindings.json +769 -15
  10. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +123 -18
  11. package/System/bindings.json +11622 -2308
  12. package/System/internal/index.d.ts +165 -15
  13. package/System.Buffers/bindings.json +371 -62
  14. package/System.Buffers/internal/index.d.ts +25 -13
  15. package/System.Buffers.Binary/bindings.json +126 -0
  16. package/System.Buffers.Text/bindings.json +67 -0
  17. package/System.Buffers.Text/internal/index.d.ts +1 -1
  18. package/System.Buffers.Text.d.ts +1 -1
  19. package/System.Buffers.d.ts +1 -1
  20. package/System.CodeDom.Compiler/bindings.json +142 -4
  21. package/System.CodeDom.Compiler/internal/index.d.ts +10 -3
  22. package/System.CodeDom.Compiler.d.ts +1 -1
  23. package/System.Collections/bindings.json +1094 -69
  24. package/System.Collections/internal/index.d.ts +41 -3
  25. package/System.Collections.Concurrent/bindings.json +353 -90
  26. package/System.Collections.Concurrent/internal/index.d.ts +9 -2
  27. package/System.Collections.Frozen/bindings.json +158 -48
  28. package/System.Collections.Generic/bindings.json +1910 -634
  29. package/System.Collections.Generic/internal/index.d.ts +24 -9
  30. package/System.Collections.Immutable/bindings.json +1321 -292
  31. package/System.Collections.ObjectModel/bindings.json +1123 -199
  32. package/System.Collections.ObjectModel/internal/index.d.ts +46 -7
  33. package/System.Collections.ObjectModel.d.ts +3 -3
  34. package/System.Collections.Specialized/bindings.json +763 -58
  35. package/System.Collections.Specialized/internal/index.d.ts +15 -1
  36. package/System.ComponentModel/bindings.json +3590 -166
  37. package/System.ComponentModel/internal/index.d.ts +173 -27
  38. package/System.ComponentModel.DataAnnotations/bindings.json +743 -13
  39. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +152 -43
  40. package/System.ComponentModel.DataAnnotations.Schema/bindings.json +24 -4
  41. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +1 -1
  42. package/System.ComponentModel.DataAnnotations.Schema.d.ts +1 -1
  43. package/System.ComponentModel.DataAnnotations.d.ts +2 -2
  44. package/System.ComponentModel.Design/bindings.json +714 -40
  45. package/System.ComponentModel.Design/internal/index.d.ts +43 -12
  46. package/System.ComponentModel.Design.Serialization/bindings.json +261 -12
  47. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +17 -4
  48. package/System.ComponentModel.Design.d.ts +1 -1
  49. package/System.ComponentModel.d.ts +2 -2
  50. package/System.Configuration.Assemblies/bindings.json +19 -8
  51. package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
  52. package/System.Configuration.Assemblies.d.ts +1 -1
  53. package/System.Data/bindings.json +3325 -302
  54. package/System.Data/internal/index.d.ts +145 -24
  55. package/System.Data.Common/bindings.json +3047 -241
  56. package/System.Data.Common/internal/index.d.ts +228 -55
  57. package/System.Data.Common.d.ts +3 -3
  58. package/System.Data.SqlTypes/bindings.json +754 -71
  59. package/System.Data.SqlTypes/internal/index.d.ts +1 -0
  60. package/System.Data.d.ts +3 -3
  61. package/System.Diagnostics/bindings.json +1737 -130
  62. package/System.Diagnostics/internal/index.d.ts +121 -41
  63. package/System.Diagnostics.CodeAnalysis/bindings.json +125 -4
  64. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +1 -1
  65. package/System.Diagnostics.CodeAnalysis.d.ts +1 -1
  66. package/System.Diagnostics.Contracts/bindings.json +68 -4
  67. package/System.Diagnostics.Metrics/bindings.json +565 -55
  68. package/System.Diagnostics.Metrics/internal/index.d.ts +49 -12
  69. package/System.Diagnostics.SymbolStore/bindings.json +106 -4
  70. package/System.Diagnostics.Tracing/bindings.json +979 -160
  71. package/System.Diagnostics.Tracing/internal/index.d.ts +37 -17
  72. package/System.Diagnostics.d.ts +2 -2
  73. package/System.Drawing/bindings.json +611 -4
  74. package/System.Drawing/internal/index.d.ts +1 -1
  75. package/System.Drawing.d.ts +1 -1
  76. package/System.Dynamic/bindings.json +346 -24
  77. package/System.Dynamic/internal/index.d.ts +13 -0
  78. package/System.Formats.Asn1/bindings.json +229 -12
  79. package/System.Formats.Asn1/internal/index.d.ts +1 -0
  80. package/System.Formats.Tar/bindings.json +120 -16
  81. package/System.Globalization/bindings.json +1088 -53
  82. package/System.Globalization/internal/index.d.ts +44 -7
  83. package/System.IO/bindings.json +2163 -110
  84. package/System.IO/internal/index.d.ts +119 -27
  85. package/System.IO.Compression/bindings.json +466 -38
  86. package/System.IO.Compression/internal/index.d.ts +36 -9
  87. package/System.IO.Compression.d.ts +2 -2
  88. package/System.IO.Enumeration/bindings.json +221 -22
  89. package/System.IO.Enumeration/internal/index.d.ts +15 -4
  90. package/System.IO.IsolatedStorage/bindings.json +250 -11
  91. package/System.IO.IsolatedStorage/internal/index.d.ts +18 -5
  92. package/System.IO.IsolatedStorage.d.ts +2 -2
  93. package/System.IO.MemoryMappedFiles/bindings.json +138 -16
  94. package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -8
  95. package/System.IO.MemoryMappedFiles.d.ts +4 -3
  96. package/System.IO.Pipelines/bindings.json +147 -3
  97. package/System.IO.Pipelines/internal/index.d.ts +15 -2
  98. package/System.IO.Pipes/bindings.json +889 -54
  99. package/System.IO.Pipes/internal/index.d.ts +64 -23
  100. package/System.IO.Pipes.d.ts +4 -3
  101. package/System.IO.d.ts +2 -2
  102. package/System.Linq/bindings.json +944 -79
  103. package/System.Linq.Expressions/bindings.json +1998 -57
  104. package/System.Linq.Expressions/internal/index.d.ts +207 -29
  105. package/System.Linq.Expressions.Interpreter/bindings.json +2 -0
  106. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +1 -1
  107. package/System.Linq.Expressions.Interpreter.d.ts +1 -1
  108. package/System.Linq.Expressions.d.ts +1 -1
  109. package/System.Net/bindings.json +2083 -248
  110. package/System.Net/internal/index.d.ts +102 -40
  111. package/System.Net.Cache/bindings.json +53 -12
  112. package/System.Net.Cache/internal/index.d.ts +1 -1
  113. package/System.Net.Cache.d.ts +1 -1
  114. package/System.Net.Http/bindings.json +2104 -105
  115. package/System.Net.Http/internal/index.d.ts +174 -31
  116. package/System.Net.Http.Headers/bindings.json +456 -24
  117. package/System.Net.Http.Headers/internal/index.d.ts +8 -2
  118. package/System.Net.Http.Json/bindings.json +171 -0
  119. package/System.Net.Http.Json/internal/index.d.ts +14 -2
  120. package/System.Net.Http.Metrics/bindings.json +5 -0
  121. package/System.Net.Mail/bindings.json +1127 -101
  122. package/System.Net.Mail/internal/index.d.ts +87 -16
  123. package/System.Net.Mime/bindings.json +82 -4
  124. package/System.Net.Mime/internal/index.d.ts +1 -1
  125. package/System.Net.Mime.d.ts +1 -1
  126. package/System.Net.NetworkInformation/bindings.json +857 -61
  127. package/System.Net.NetworkInformation/internal/index.d.ts +27 -5
  128. package/System.Net.NetworkInformation.d.ts +2 -2
  129. package/System.Net.Quic/bindings.json +157 -16
  130. package/System.Net.Quic/internal/index.d.ts +8 -3
  131. package/System.Net.Quic.d.ts +2 -2
  132. package/System.Net.Security/bindings.json +798 -37
  133. package/System.Net.Security/internal/index.d.ts +22 -5
  134. package/System.Net.Security.d.ts +2 -2
  135. package/System.Net.ServerSentEvents/bindings.json +31 -13
  136. package/System.Net.ServerSentEvents/internal/index.d.ts +2 -2
  137. package/System.Net.Sockets/bindings.json +1157 -78
  138. package/System.Net.Sockets/internal/index.d.ts +53 -21
  139. package/System.Net.Sockets.d.ts +2 -2
  140. package/System.Net.WebSockets/bindings.json +311 -26
  141. package/System.Net.WebSockets/internal/index.d.ts +12 -3
  142. package/System.Net.WebSockets.d.ts +2 -2
  143. package/System.Net.d.ts +2 -2
  144. package/System.Numerics/bindings.json +3546 -957
  145. package/System.Reflection/bindings.json +1913 -132
  146. package/System.Reflection/internal/index.d.ts +49 -5
  147. package/System.Reflection.Emit/bindings.json +2509 -57
  148. package/System.Reflection.Emit/internal/index.d.ts +158 -15
  149. package/System.Reflection.Emit.d.ts +1 -1
  150. package/System.Reflection.Metadata/bindings.json +1936 -231
  151. package/System.Reflection.Metadata/internal/index.d.ts +8 -1
  152. package/System.Reflection.Metadata.Ecma335/bindings.json +480 -24
  153. package/System.Reflection.PortableExecutable/bindings.json +583 -39
  154. package/System.Reflection.PortableExecutable/internal/index.d.ts +25 -3
  155. package/System.Resources/bindings.json +323 -17
  156. package/System.Resources/internal/index.d.ts +21 -5
  157. package/System.Resources.d.ts +1 -1
  158. package/System.Runtime/bindings.json +65 -8
  159. package/System.Runtime/internal/index.d.ts +6 -1
  160. package/System.Runtime.CompilerServices/bindings.json +718 -139
  161. package/System.Runtime.CompilerServices/internal/index.d.ts +3 -0
  162. package/System.Runtime.ConstrainedExecution/bindings.json +56 -10
  163. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +8 -2
  164. package/System.Runtime.ConstrainedExecution.d.ts +1 -1
  165. package/System.Runtime.ExceptionServices/bindings.json +11 -0
  166. package/System.Runtime.InteropServices/bindings.json +1858 -265
  167. package/System.Runtime.InteropServices/internal/index.d.ts +51 -11
  168. package/System.Runtime.InteropServices.ComTypes/bindings.json +478 -72
  169. package/System.Runtime.InteropServices.Java/bindings.json +12 -0
  170. package/System.Runtime.InteropServices.JavaScript/bindings.json +205 -30
  171. package/System.Runtime.InteropServices.Marshalling/bindings.json +484 -89
  172. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +22 -4
  173. package/System.Runtime.InteropServices.Marshalling.d.ts +2 -1
  174. package/System.Runtime.InteropServices.ObjectiveC/bindings.json +19 -4
  175. package/System.Runtime.InteropServices.Swift/bindings.json +11 -3
  176. package/System.Runtime.InteropServices.d.ts +1 -1
  177. package/System.Runtime.Intrinsics/bindings.json +1296 -40
  178. package/System.Runtime.Intrinsics.Arm/bindings.json +4959 -8
  179. package/System.Runtime.Intrinsics.Wasm/bindings.json +484 -1
  180. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -0
  181. package/System.Runtime.Intrinsics.X86/bindings.json +3765 -8
  182. package/System.Runtime.Loader/bindings.json +130 -0
  183. package/System.Runtime.Loader/internal/index.d.ts +10 -1
  184. package/System.Runtime.Remoting/bindings.json +2 -0
  185. package/System.Runtime.Remoting/internal/index.d.ts +1 -1
  186. package/System.Runtime.Remoting.d.ts +1 -1
  187. package/System.Runtime.Serialization/bindings.json +920 -17
  188. package/System.Runtime.Serialization/internal/index.d.ts +36 -5
  189. package/System.Runtime.Serialization.DataContracts/bindings.json +85 -38
  190. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +27 -19
  191. package/System.Runtime.Serialization.Formatters/bindings.json +24 -12
  192. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +1 -1
  193. package/System.Runtime.Serialization.Formatters.Binary/bindings.json +15 -0
  194. package/System.Runtime.Serialization.Formatters.d.ts +1 -1
  195. package/System.Runtime.Serialization.Json/bindings.json +56 -0
  196. package/System.Runtime.Serialization.d.ts +2 -2
  197. package/System.Runtime.Versioning/bindings.json +62 -8
  198. package/System.Runtime.Versioning/internal/index.d.ts +1 -1
  199. package/System.Runtime.Versioning.d.ts +1 -1
  200. package/System.Security/bindings.json +265 -12
  201. package/System.Security/internal/index.d.ts +12 -1
  202. package/System.Security.AccessControl/bindings.json +4082 -797
  203. package/System.Security.AccessControl/internal/index.d.ts +131 -72
  204. package/System.Security.AccessControl.d.ts +2 -1
  205. package/System.Security.Authentication/bindings.json +80 -16
  206. package/System.Security.Authentication/internal/index.d.ts +2 -0
  207. package/System.Security.Authentication.ExtendedProtection/bindings.json +108 -13
  208. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -3
  209. package/System.Security.Authentication.ExtendedProtection.d.ts +2 -2
  210. package/System.Security.Claims/bindings.json +436 -0
  211. package/System.Security.Claims/internal/index.d.ts +34 -4
  212. package/System.Security.Claims.d.ts +2 -1
  213. package/System.Security.Cryptography/bindings.json +11592 -237
  214. package/System.Security.Cryptography/internal/index.d.ts +822 -102
  215. package/System.Security.Cryptography.X509Certificates/bindings.json +1000 -114
  216. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +36 -9
  217. package/System.Security.Cryptography.X509Certificates.d.ts +1 -1
  218. package/System.Security.Cryptography.d.ts +2 -2
  219. package/System.Security.Permissions/bindings.json +88 -14
  220. package/System.Security.Permissions/internal/index.d.ts +3 -1
  221. package/System.Security.Permissions.d.ts +1 -1
  222. package/System.Security.Policy/bindings.json +42 -1
  223. package/System.Security.Policy/internal/index.d.ts +1 -0
  224. package/System.Security.Principal/bindings.json +355 -28
  225. package/System.Security.Principal/internal/index.d.ts +11 -3
  226. package/System.Security.Principal.d.ts +1 -1
  227. package/System.Text/bindings.json +800 -31
  228. package/System.Text/internal/index.d.ts +10 -1
  229. package/System.Text.Encodings.Web/bindings.json +87 -4
  230. package/System.Text.Encodings.Web/internal/index.d.ts +4 -0
  231. package/System.Text.Json/bindings.json +574 -49
  232. package/System.Text.Json/internal/index.d.ts +12 -10
  233. package/System.Text.Json.Nodes/bindings.json +152 -19
  234. package/System.Text.Json.Nodes/internal/index.d.ts +1 -1
  235. package/System.Text.Json.Schema/bindings.json +10 -0
  236. package/System.Text.Json.Schema/internal/index.d.ts +1 -1
  237. package/System.Text.Json.Schema.d.ts +1 -1
  238. package/System.Text.Json.Serialization/bindings.json +295 -54
  239. package/System.Text.Json.Serialization/internal/index.d.ts +13 -1
  240. package/System.Text.Json.Serialization.Metadata/bindings.json +198 -24
  241. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +7 -4
  242. package/System.Text.RegularExpressions/bindings.json +1319 -103
  243. package/System.Text.RegularExpressions/internal/index.d.ts +25 -5
  244. package/System.Text.RegularExpressions.d.ts +1 -1
  245. package/System.Text.Unicode/bindings.json +185 -0
  246. package/System.Text.Unicode/internal/index.d.ts +1 -1
  247. package/System.Text.Unicode.d.ts +1 -1
  248. package/System.Threading/bindings.json +1270 -64
  249. package/System.Threading/internal/index.d.ts +104 -36
  250. package/System.Threading.Channels/bindings.json +143 -29
  251. package/System.Threading.Channels/internal/index.d.ts +8 -2
  252. package/System.Threading.Tasks/bindings.json +719 -29
  253. package/System.Threading.Tasks/internal/index.d.ts +25 -4
  254. package/System.Threading.Tasks.Dataflow/bindings.json +442 -143
  255. package/System.Threading.Tasks.Sources/bindings.json +34 -11
  256. package/System.Timers/bindings.json +50 -4
  257. package/System.Timers/internal/index.d.ts +9 -4
  258. package/System.Timers.d.ts +2 -2
  259. package/System.Transactions/bindings.json +269 -32
  260. package/System.Transactions/internal/index.d.ts +5 -0
  261. package/System.Web/bindings.json +32 -0
  262. package/System.Windows.Input/bindings.json +3 -0
  263. package/System.Windows.Markup/bindings.json +4 -0
  264. package/System.Windows.Markup/internal/index.d.ts +1 -1
  265. package/System.Windows.Markup.d.ts +1 -1
  266. package/System.Xml/bindings.json +2447 -210
  267. package/System.Xml/internal/index.d.ts +100 -30
  268. package/System.Xml.Linq/bindings.json +361 -24
  269. package/System.Xml.Resolvers/bindings.json +26 -4
  270. package/System.Xml.Schema/bindings.json +830 -56
  271. package/System.Xml.Schema/internal/index.d.ts +20 -1
  272. package/System.Xml.Serialization/bindings.json +4421 -149
  273. package/System.Xml.Serialization/internal/index.d.ts +74 -8
  274. package/System.Xml.Serialization.d.ts +4 -4
  275. package/System.Xml.XPath/bindings.json +287 -35
  276. package/System.Xml.XPath/internal/index.d.ts +4 -0
  277. package/System.Xml.Xsl/bindings.json +174 -8
  278. package/System.Xml.Xsl/internal/index.d.ts +8 -2
  279. package/System.Xml.Xsl.Runtime/bindings.json +613 -58
  280. package/System.Xml.Xsl.Runtime/internal/index.d.ts +19 -3
  281. package/System.Xml.Xsl.d.ts +1 -1
  282. package/System.d.ts +1 -1
  283. package/package.json +1 -1
@@ -15,15 +15,15 @@
15
15
  "isSealed": true,
16
16
  "isStatic": false,
17
17
  "arity": 3,
18
+ "baseType": {
19
+ "stableId": "System.Private.CoreLib:System.ValueType",
20
+ "clrName": "System.ValueType"
21
+ },
18
22
  "typeParameters": [
19
23
  "TKey",
20
24
  "TValue",
21
25
  "TAlternateKey"
22
26
  ],
23
- "baseType": {
24
- "stableId": "System.Private.CoreLib:System.ValueType",
25
- "clrName": "System.ValueType"
26
- },
27
27
  "methods": [
28
28
  {
29
29
  "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601::ContainsKey(TAlternateKey):System.Boolean",
@@ -40,6 +40,7 @@
40
40
  "isVirtual": false,
41
41
  "isOverride": false,
42
42
  "isSealed": false,
43
+ "visibility": "Public",
43
44
  "declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601",
44
45
  "declaringAssemblyName": "System.Collections.Immutable",
45
46
  "isExtensionMethod": false
@@ -59,6 +60,7 @@
59
60
  "isVirtual": false,
60
61
  "isOverride": false,
61
62
  "isSealed": false,
63
+ "visibility": "Public",
62
64
  "declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601",
63
65
  "declaringAssemblyName": "System.Collections.Immutable",
64
66
  "isExtensionMethod": false,
@@ -86,6 +88,7 @@
86
88
  "isAbstract": false,
87
89
  "isVirtual": false,
88
90
  "isOverride": false,
91
+ "visibility": "Public",
89
92
  "declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601",
90
93
  "declaringAssemblyName": "System.Collections.Immutable"
91
94
  },
@@ -104,6 +107,7 @@
104
107
  "isAbstract": false,
105
108
  "isVirtual": false,
106
109
  "isOverride": false,
110
+ "visibility": "Public",
107
111
  "declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602\u002BAlternateLookup\u00601",
108
112
  "declaringAssemblyName": "System.Collections.Immutable"
109
113
  }
@@ -123,10 +127,6 @@
123
127
  "isSealed": true,
124
128
  "isStatic": false,
125
129
  "arity": 2,
126
- "typeParameters": [
127
- "TKey",
128
- "TValue"
129
- ],
130
130
  "baseType": {
131
131
  "stableId": "System.Private.CoreLib:System.ValueType",
132
132
  "clrName": "System.ValueType"
@@ -148,6 +148,10 @@
148
148
  "clrName": "System.IDisposable"
149
149
  }
150
150
  ],
151
+ "typeParameters": [
152
+ "TKey",
153
+ "TValue"
154
+ ],
151
155
  "methods": [
152
156
  {
153
157
  "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602\u002BEnumerator::MoveNext():System.Boolean",
@@ -164,6 +168,7 @@
164
168
  "isVirtual": true,
165
169
  "isOverride": false,
166
170
  "isSealed": true,
171
+ "visibility": "Public",
167
172
  "declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602\u002BEnumerator",
168
173
  "declaringAssemblyName": "System.Collections.Immutable",
169
174
  "isExtensionMethod": false
@@ -183,6 +188,7 @@
183
188
  "isVirtual": true,
184
189
  "isOverride": false,
185
190
  "isSealed": false,
191
+ "visibility": "Public",
186
192
  "declaringClrType": "System.Collections.IEnumerator",
187
193
  "declaringAssemblyName": "System.Private.CoreLib",
188
194
  "isExtensionMethod": false
@@ -202,6 +208,7 @@
202
208
  "isVirtual": true,
203
209
  "isOverride": false,
204
210
  "isSealed": false,
211
+ "visibility": "Public",
205
212
  "declaringClrType": "System.IDisposable",
206
213
  "declaringAssemblyName": "System.Private.CoreLib",
207
214
  "isExtensionMethod": false,
@@ -222,6 +229,7 @@
222
229
  "isVirtual": true,
223
230
  "isOverride": false,
224
231
  "isSealed": false,
232
+ "visibility": "Public",
225
233
  "declaringClrType": "System.Collections.IEnumerator",
226
234
  "declaringAssemblyName": "System.Private.CoreLib",
227
235
  "isExtensionMethod": false,
@@ -244,6 +252,7 @@
244
252
  "isAbstract": false,
245
253
  "isVirtual": true,
246
254
  "isOverride": false,
255
+ "visibility": "Public",
247
256
  "declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602\u002BEnumerator",
248
257
  "declaringAssemblyName": "System.Collections.Immutable"
249
258
  },
@@ -262,6 +271,7 @@
262
271
  "isAbstract": false,
263
272
  "isVirtual": true,
264
273
  "isOverride": false,
274
+ "visibility": "Public",
265
275
  "sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
266
276
  "declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
267
277
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -281,6 +291,7 @@
281
291
  "isAbstract": false,
282
292
  "isVirtual": true,
283
293
  "isOverride": false,
294
+ "visibility": "Public",
284
295
  "sourceInterface": "System.Collections.IEnumerator",
285
296
  "declaringClrType": "System.Collections.IEnumerator",
286
297
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -301,14 +312,14 @@
301
312
  "isSealed": true,
302
313
  "isStatic": false,
303
314
  "arity": 2,
304
- "typeParameters": [
305
- "T",
306
- "TAlternate"
307
- ],
308
315
  "baseType": {
309
316
  "stableId": "System.Private.CoreLib:System.ValueType",
310
317
  "clrName": "System.ValueType"
311
318
  },
319
+ "typeParameters": [
320
+ "T",
321
+ "TAlternate"
322
+ ],
312
323
  "methods": [
313
324
  {
314
325
  "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenSet\u00601\u002BAlternateLookup\u00601::Contains(TAlternate):System.Boolean",
@@ -325,6 +336,7 @@
325
336
  "isVirtual": false,
326
337
  "isOverride": false,
327
338
  "isSealed": false,
339
+ "visibility": "Public",
328
340
  "declaringClrType": "System.Collections.Frozen.FrozenSet\u00601\u002BAlternateLookup\u00601",
329
341
  "declaringAssemblyName": "System.Collections.Immutable",
330
342
  "isExtensionMethod": false
@@ -344,6 +356,7 @@
344
356
  "isVirtual": false,
345
357
  "isOverride": false,
346
358
  "isSealed": false,
359
+ "visibility": "Public",
347
360
  "declaringClrType": "System.Collections.Frozen.FrozenSet\u00601\u002BAlternateLookup\u00601",
348
361
  "declaringAssemblyName": "System.Collections.Immutable",
349
362
  "isExtensionMethod": false,
@@ -371,6 +384,7 @@
371
384
  "isAbstract": false,
372
385
  "isVirtual": false,
373
386
  "isOverride": false,
387
+ "visibility": "Public",
374
388
  "declaringClrType": "System.Collections.Frozen.FrozenSet\u00601\u002BAlternateLookup\u00601",
375
389
  "declaringAssemblyName": "System.Collections.Immutable"
376
390
  }
@@ -390,9 +404,6 @@
390
404
  "isSealed": true,
391
405
  "isStatic": false,
392
406
  "arity": 1,
393
- "typeParameters": [
394
- "T"
395
- ],
396
407
  "baseType": {
397
408
  "stableId": "System.Private.CoreLib:System.ValueType",
398
409
  "clrName": "System.ValueType"
@@ -414,6 +425,9 @@
414
425
  "clrName": "System.IDisposable"
415
426
  }
416
427
  ],
428
+ "typeParameters": [
429
+ "T"
430
+ ],
417
431
  "methods": [
418
432
  {
419
433
  "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenSet\u00601\u002BEnumerator::MoveNext():System.Boolean",
@@ -430,6 +444,7 @@
430
444
  "isVirtual": true,
431
445
  "isOverride": false,
432
446
  "isSealed": true,
447
+ "visibility": "Public",
433
448
  "declaringClrType": "System.Collections.Frozen.FrozenSet\u00601\u002BEnumerator",
434
449
  "declaringAssemblyName": "System.Collections.Immutable",
435
450
  "isExtensionMethod": false
@@ -449,6 +464,7 @@
449
464
  "isVirtual": true,
450
465
  "isOverride": false,
451
466
  "isSealed": false,
467
+ "visibility": "Public",
452
468
  "declaringClrType": "System.Collections.IEnumerator",
453
469
  "declaringAssemblyName": "System.Private.CoreLib",
454
470
  "isExtensionMethod": false
@@ -468,6 +484,7 @@
468
484
  "isVirtual": true,
469
485
  "isOverride": false,
470
486
  "isSealed": false,
487
+ "visibility": "Public",
471
488
  "declaringClrType": "System.IDisposable",
472
489
  "declaringAssemblyName": "System.Private.CoreLib",
473
490
  "isExtensionMethod": false,
@@ -488,6 +505,7 @@
488
505
  "isVirtual": true,
489
506
  "isOverride": false,
490
507
  "isSealed": false,
508
+ "visibility": "Public",
491
509
  "declaringClrType": "System.Collections.IEnumerator",
492
510
  "declaringAssemblyName": "System.Private.CoreLib",
493
511
  "isExtensionMethod": false,
@@ -510,6 +528,7 @@
510
528
  "isAbstract": false,
511
529
  "isVirtual": true,
512
530
  "isOverride": false,
531
+ "visibility": "Public",
513
532
  "declaringClrType": "System.Collections.Frozen.FrozenSet\u00601\u002BEnumerator",
514
533
  "declaringAssemblyName": "System.Collections.Immutable"
515
534
  },
@@ -528,6 +547,7 @@
528
547
  "isAbstract": false,
529
548
  "isVirtual": true,
530
549
  "isOverride": false,
550
+ "visibility": "Public",
531
551
  "sourceInterface": "System.Collections.IEnumerator",
532
552
  "declaringClrType": "System.Collections.IEnumerator",
533
553
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -547,6 +567,7 @@
547
567
  "isAbstract": false,
548
568
  "isVirtual": true,
549
569
  "isOverride": false,
570
+ "visibility": "Public",
550
571
  "sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
551
572
  "declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
552
573
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -567,22 +588,11 @@
567
588
  "isSealed": false,
568
589
  "isStatic": false,
569
590
  "arity": 2,
570
- "typeParameters": [
571
- "TKey",
572
- "TValue"
573
- ],
574
591
  "baseType": {
575
592
  "stableId": "System.Private.CoreLib:System.Object",
576
593
  "clrName": "System.Object"
577
594
  },
578
595
  "interfaces": [
579
- {
580
- "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601",
581
- "clrName": "System.Collections.Generic.ICollection\u00601",
582
- "typeArguments": [
583
- "KeyValuePair_2[[TKey,TValue]]"
584
- ]
585
- },
586
596
  {
587
597
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602",
588
598
  "clrName": "System.Collections.Generic.IDictionary\u00602",
@@ -592,19 +602,23 @@
592
602
  ]
593
603
  },
594
604
  {
595
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
596
- "clrName": "System.Collections.Generic.IEnumerable\u00601",
605
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601",
606
+ "clrName": "System.Collections.Generic.ICollection\u00601",
597
607
  "typeArguments": [
598
608
  "KeyValuePair_2[[TKey,TValue]]"
599
609
  ]
600
610
  },
601
611
  {
602
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
603
- "clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
612
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
613
+ "clrName": "System.Collections.Generic.IEnumerable\u00601",
604
614
  "typeArguments": [
605
615
  "KeyValuePair_2[[TKey,TValue]]"
606
616
  ]
607
617
  },
618
+ {
619
+ "stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
620
+ "clrName": "System.Collections.IEnumerable"
621
+ },
608
622
  {
609
623
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602",
610
624
  "clrName": "System.Collections.Generic.IReadOnlyDictionary\u00602",
@@ -614,18 +628,25 @@
614
628
  ]
615
629
  },
616
630
  {
617
- "stableId": "System.Private.CoreLib:System.Collections.ICollection",
618
- "clrName": "System.Collections.ICollection"
631
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
632
+ "clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
633
+ "typeArguments": [
634
+ "KeyValuePair_2[[TKey,TValue]]"
635
+ ]
619
636
  },
620
637
  {
621
638
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary",
622
639
  "clrName": "System.Collections.IDictionary"
623
640
  },
624
641
  {
625
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
626
- "clrName": "System.Collections.IEnumerable"
642
+ "stableId": "System.Private.CoreLib:System.Collections.ICollection",
643
+ "clrName": "System.Collections.ICollection"
627
644
  }
628
645
  ],
646
+ "typeParameters": [
647
+ "TKey",
648
+ "TValue"
649
+ ],
629
650
  "methods": [
630
651
  {
631
652
  "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602::CopyTo(KeyValuePair_2[],System.Int32):System.Void",
@@ -642,6 +663,7 @@
642
663
  "isVirtual": true,
643
664
  "isOverride": false,
644
665
  "isSealed": true,
666
+ "visibility": "Public",
645
667
  "declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602",
646
668
  "declaringAssemblyName": "System.Collections.Immutable",
647
669
  "isExtensionMethod": false
@@ -661,6 +683,7 @@
661
683
  "isVirtual": false,
662
684
  "isOverride": false,
663
685
  "isSealed": false,
686
+ "visibility": "Public",
664
687
  "declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602",
665
688
  "declaringAssemblyName": "System.Collections.Immutable",
666
689
  "isExtensionMethod": false
@@ -680,6 +703,7 @@
680
703
  "isVirtual": false,
681
704
  "isOverride": false,
682
705
  "isSealed": false,
706
+ "visibility": "Public",
683
707
  "declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602",
684
708
  "declaringAssemblyName": "System.Collections.Immutable",
685
709
  "isExtensionMethod": false
@@ -699,6 +723,7 @@
699
723
  "isVirtual": true,
700
724
  "isOverride": false,
701
725
  "isSealed": true,
726
+ "visibility": "Public",
702
727
  "declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602",
703
728
  "declaringAssemblyName": "System.Collections.Immutable",
704
729
  "isExtensionMethod": false
@@ -718,6 +743,7 @@
718
743
  "isVirtual": true,
719
744
  "isOverride": false,
720
745
  "isSealed": true,
746
+ "visibility": "Public",
721
747
  "declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602",
722
748
  "declaringAssemblyName": "System.Collections.Immutable",
723
749
  "isExtensionMethod": false,
@@ -743,6 +769,7 @@
743
769
  "isVirtual": false,
744
770
  "isOverride": false,
745
771
  "isSealed": false,
772
+ "visibility": "Public",
746
773
  "declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602",
747
774
  "declaringAssemblyName": "System.Collections.Immutable",
748
775
  "isExtensionMethod": false
@@ -762,6 +789,7 @@
762
789
  "isVirtual": false,
763
790
  "isOverride": false,
764
791
  "isSealed": false,
792
+ "visibility": "Public",
765
793
  "declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602",
766
794
  "declaringAssemblyName": "System.Collections.Immutable",
767
795
  "isExtensionMethod": false
@@ -781,6 +809,7 @@
781
809
  "isVirtual": false,
782
810
  "isOverride": false,
783
811
  "isSealed": false,
812
+ "visibility": "Public",
784
813
  "declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602",
785
814
  "declaringAssemblyName": "System.Collections.Immutable",
786
815
  "isExtensionMethod": false,
@@ -806,6 +835,7 @@
806
835
  "isVirtual": true,
807
836
  "isOverride": false,
808
837
  "isSealed": false,
838
+ "visibility": "Public",
809
839
  "declaringClrType": "System.Collections.Generic.IDictionary\u00602",
810
840
  "declaringAssemblyName": "System.Private.CoreLib",
811
841
  "isExtensionMethod": false,
@@ -826,6 +856,7 @@
826
856
  "isVirtual": true,
827
857
  "isOverride": false,
828
858
  "isSealed": false,
859
+ "visibility": "Public",
829
860
  "declaringClrType": "System.Collections.Generic.IDictionary\u00602",
830
861
  "declaringAssemblyName": "System.Private.CoreLib",
831
862
  "isExtensionMethod": false,
@@ -846,6 +877,7 @@
846
877
  "isVirtual": true,
847
878
  "isOverride": false,
848
879
  "isSealed": false,
880
+ "visibility": "Public",
849
881
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
850
882
  "declaringAssemblyName": "System.Private.CoreLib",
851
883
  "isExtensionMethod": false,
@@ -866,6 +898,7 @@
866
898
  "isVirtual": true,
867
899
  "isOverride": false,
868
900
  "isSealed": false,
901
+ "visibility": "Public",
869
902
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
870
903
  "declaringAssemblyName": "System.Private.CoreLib",
871
904
  "isExtensionMethod": false,
@@ -886,6 +919,7 @@
886
919
  "isVirtual": true,
887
920
  "isOverride": false,
888
921
  "isSealed": false,
922
+ "visibility": "Public",
889
923
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
890
924
  "declaringAssemblyName": "System.Private.CoreLib",
891
925
  "isExtensionMethod": false,
@@ -906,6 +940,7 @@
906
940
  "isVirtual": true,
907
941
  "isOverride": false,
908
942
  "isSealed": false,
943
+ "visibility": "Public",
909
944
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
910
945
  "declaringAssemblyName": "System.Private.CoreLib",
911
946
  "isExtensionMethod": false,
@@ -926,6 +961,7 @@
926
961
  "isVirtual": true,
927
962
  "isOverride": false,
928
963
  "isSealed": false,
964
+ "visibility": "Public",
929
965
  "declaringClrType": "System.Collections.Generic.IEnumerable\u00601",
930
966
  "declaringAssemblyName": "System.Private.CoreLib",
931
967
  "isExtensionMethod": false,
@@ -946,6 +982,7 @@
946
982
  "isVirtual": true,
947
983
  "isOverride": false,
948
984
  "isSealed": false,
985
+ "visibility": "Public",
949
986
  "declaringClrType": "System.Collections.IEnumerable",
950
987
  "declaringAssemblyName": "System.Private.CoreLib",
951
988
  "isExtensionMethod": false,
@@ -966,6 +1003,7 @@
966
1003
  "isVirtual": true,
967
1004
  "isOverride": false,
968
1005
  "isSealed": false,
1006
+ "visibility": "Public",
969
1007
  "declaringClrType": "System.Collections.IDictionary",
970
1008
  "declaringAssemblyName": "System.Private.CoreLib",
971
1009
  "isExtensionMethod": false,
@@ -986,6 +1024,7 @@
986
1024
  "isVirtual": true,
987
1025
  "isOverride": false,
988
1026
  "isSealed": false,
1027
+ "visibility": "Public",
989
1028
  "declaringClrType": "System.Collections.IDictionary",
990
1029
  "declaringAssemblyName": "System.Private.CoreLib",
991
1030
  "isExtensionMethod": false,
@@ -1006,6 +1045,7 @@
1006
1045
  "isVirtual": true,
1007
1046
  "isOverride": false,
1008
1047
  "isSealed": false,
1048
+ "visibility": "Public",
1009
1049
  "declaringClrType": "System.Collections.IDictionary",
1010
1050
  "declaringAssemblyName": "System.Private.CoreLib",
1011
1051
  "isExtensionMethod": false,
@@ -1026,6 +1066,7 @@
1026
1066
  "isVirtual": true,
1027
1067
  "isOverride": false,
1028
1068
  "isSealed": false,
1069
+ "visibility": "Public",
1029
1070
  "declaringClrType": "System.Collections.IDictionary",
1030
1071
  "declaringAssemblyName": "System.Private.CoreLib",
1031
1072
  "isExtensionMethod": false,
@@ -1046,6 +1087,7 @@
1046
1087
  "isVirtual": true,
1047
1088
  "isOverride": false,
1048
1089
  "isSealed": false,
1090
+ "visibility": "Public",
1049
1091
  "declaringClrType": "System.Collections.ICollection",
1050
1092
  "declaringAssemblyName": "System.Private.CoreLib",
1051
1093
  "isExtensionMethod": false,
@@ -1066,6 +1108,7 @@
1066
1108
  "isVirtual": true,
1067
1109
  "isOverride": false,
1068
1110
  "isSealed": false,
1111
+ "visibility": "Public",
1069
1112
  "declaringClrType": "System.Collections.Generic.IDictionary\u00602",
1070
1113
  "declaringAssemblyName": "System.Private.CoreLib",
1071
1114
  "isExtensionMethod": false,
@@ -1086,6 +1129,7 @@
1086
1129
  "isVirtual": true,
1087
1130
  "isOverride": false,
1088
1131
  "isSealed": false,
1132
+ "visibility": "Public",
1089
1133
  "declaringClrType": "System.Collections.Generic.IDictionary\u00602",
1090
1134
  "declaringAssemblyName": "System.Private.CoreLib",
1091
1135
  "isExtensionMethod": false,
@@ -1112,6 +1156,7 @@
1112
1156
  "isVirtual": true,
1113
1157
  "isOverride": false,
1114
1158
  "isSealed": false,
1159
+ "visibility": "Public",
1115
1160
  "declaringClrType": "System.Collections.Generic.IReadOnlyDictionary\u00602",
1116
1161
  "declaringAssemblyName": "System.Private.CoreLib",
1117
1162
  "isExtensionMethod": false,
@@ -1132,6 +1177,7 @@
1132
1177
  "isVirtual": true,
1133
1178
  "isOverride": false,
1134
1179
  "isSealed": false,
1180
+ "visibility": "Public",
1135
1181
  "declaringClrType": "System.Collections.Generic.IReadOnlyDictionary\u00602",
1136
1182
  "declaringAssemblyName": "System.Private.CoreLib",
1137
1183
  "isExtensionMethod": false,
@@ -1158,6 +1204,7 @@
1158
1204
  "isVirtual": true,
1159
1205
  "isOverride": false,
1160
1206
  "isSealed": false,
1207
+ "visibility": "Public",
1161
1208
  "declaringClrType": "System.Collections.IDictionary",
1162
1209
  "declaringAssemblyName": "System.Private.CoreLib",
1163
1210
  "isExtensionMethod": false,
@@ -1180,6 +1227,7 @@
1180
1227
  "isAbstract": false,
1181
1228
  "isVirtual": false,
1182
1229
  "isOverride": false,
1230
+ "visibility": "Public",
1183
1231
  "declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602",
1184
1232
  "declaringAssemblyName": "System.Collections.Immutable"
1185
1233
  },
@@ -1198,6 +1246,7 @@
1198
1246
  "isAbstract": false,
1199
1247
  "isVirtual": false,
1200
1248
  "isOverride": false,
1249
+ "visibility": "Public",
1201
1250
  "declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602",
1202
1251
  "declaringAssemblyName": "System.Collections.Immutable"
1203
1252
  },
@@ -1216,6 +1265,7 @@
1216
1265
  "isAbstract": false,
1217
1266
  "isVirtual": false,
1218
1267
  "isOverride": false,
1268
+ "visibility": "Public",
1219
1269
  "declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602",
1220
1270
  "declaringAssemblyName": "System.Collections.Immutable"
1221
1271
  },
@@ -1234,6 +1284,7 @@
1234
1284
  "isAbstract": false,
1235
1285
  "isVirtual": false,
1236
1286
  "isOverride": false,
1287
+ "visibility": "Public",
1237
1288
  "declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602",
1238
1289
  "declaringAssemblyName": "System.Collections.Immutable"
1239
1290
  },
@@ -1252,6 +1303,7 @@
1252
1303
  "isAbstract": false,
1253
1304
  "isVirtual": true,
1254
1305
  "isOverride": false,
1306
+ "visibility": "Public",
1255
1307
  "declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602",
1256
1308
  "declaringAssemblyName": "System.Collections.Immutable"
1257
1309
  },
@@ -1270,6 +1322,7 @@
1270
1322
  "isAbstract": false,
1271
1323
  "isVirtual": false,
1272
1324
  "isOverride": false,
1325
+ "visibility": "Public",
1273
1326
  "declaringClrType": "System.Collections.Frozen.FrozenDictionary\u00602",
1274
1327
  "declaringAssemblyName": "System.Collections.Immutable"
1275
1328
  },
@@ -1288,6 +1341,7 @@
1288
1341
  "isAbstract": false,
1289
1342
  "isVirtual": true,
1290
1343
  "isOverride": false,
1344
+ "visibility": "Public",
1291
1345
  "sourceInterface": "System.Collections.Generic.IDictionary\u00602",
1292
1346
  "declaringClrType": "System.Collections.Generic.IDictionary\u00602",
1293
1347
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -1307,6 +1361,7 @@
1307
1361
  "isAbstract": false,
1308
1362
  "isVirtual": true,
1309
1363
  "isOverride": false,
1364
+ "visibility": "Public",
1310
1365
  "sourceInterface": "System.Collections.Generic.ICollection\u00601",
1311
1366
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
1312
1367
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -1326,6 +1381,7 @@
1326
1381
  "isAbstract": false,
1327
1382
  "isVirtual": true,
1328
1383
  "isOverride": false,
1384
+ "visibility": "Public",
1329
1385
  "sourceInterface": "System.Collections.Generic.IReadOnlyDictionary\u00602",
1330
1386
  "declaringClrType": "System.Collections.Generic.IReadOnlyDictionary\u00602",
1331
1387
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -1345,6 +1401,7 @@
1345
1401
  "isAbstract": false,
1346
1402
  "isVirtual": true,
1347
1403
  "isOverride": false,
1404
+ "visibility": "Public",
1348
1405
  "sourceInterface": "System.Collections.IDictionary",
1349
1406
  "declaringClrType": "System.Collections.IDictionary",
1350
1407
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -1364,6 +1421,7 @@
1364
1421
  "isAbstract": false,
1365
1422
  "isVirtual": true,
1366
1423
  "isOverride": false,
1424
+ "visibility": "Public",
1367
1425
  "sourceInterface": "System.Collections.ICollection",
1368
1426
  "declaringClrType": "System.Collections.ICollection",
1369
1427
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -1383,6 +1441,7 @@
1383
1441
  "isAbstract": false,
1384
1442
  "isVirtual": true,
1385
1443
  "isOverride": false,
1444
+ "visibility": "Public",
1386
1445
  "sourceInterface": "System.Collections.Generic.IDictionary\u00602",
1387
1446
  "declaringClrType": "System.Collections.Generic.IDictionary\u00602",
1388
1447
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -1402,6 +1461,7 @@
1402
1461
  "isAbstract": false,
1403
1462
  "isVirtual": true,
1404
1463
  "isOverride": false,
1464
+ "visibility": "Public",
1405
1465
  "sourceInterface": "System.Collections.Generic.ICollection\u00601",
1406
1466
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
1407
1467
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -1421,6 +1481,7 @@
1421
1481
  "isAbstract": false,
1422
1482
  "isVirtual": true,
1423
1483
  "isOverride": false,
1484
+ "visibility": "Public",
1424
1485
  "sourceInterface": "System.Collections.Generic.IReadOnlyDictionary\u00602",
1425
1486
  "declaringClrType": "System.Collections.Generic.IReadOnlyDictionary\u00602",
1426
1487
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -1440,6 +1501,7 @@
1440
1501
  "isAbstract": false,
1441
1502
  "isVirtual": true,
1442
1503
  "isOverride": false,
1504
+ "visibility": "Public",
1443
1505
  "sourceInterface": "System.Collections.Generic.IReadOnlyCollection\u00601",
1444
1506
  "declaringClrType": "System.Collections.Generic.IReadOnlyCollection\u00601",
1445
1507
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -1459,6 +1521,7 @@
1459
1521
  "isAbstract": false,
1460
1522
  "isVirtual": true,
1461
1523
  "isOverride": false,
1524
+ "visibility": "Public",
1462
1525
  "sourceInterface": "System.Collections.IDictionary",
1463
1526
  "declaringClrType": "System.Collections.IDictionary",
1464
1527
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -1478,6 +1541,7 @@
1478
1541
  "isAbstract": false,
1479
1542
  "isVirtual": true,
1480
1543
  "isOverride": false,
1544
+ "visibility": "Public",
1481
1545
  "sourceInterface": "System.Collections.ICollection",
1482
1546
  "declaringClrType": "System.Collections.IDictionary",
1483
1547
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -1497,6 +1561,7 @@
1497
1561
  "isAbstract": false,
1498
1562
  "isVirtual": true,
1499
1563
  "isOverride": false,
1564
+ "visibility": "Public",
1500
1565
  "sourceInterface": "System.Collections.ICollection",
1501
1566
  "declaringClrType": "System.Collections.IDictionary",
1502
1567
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -1516,6 +1581,7 @@
1516
1581
  "isAbstract": false,
1517
1582
  "isVirtual": true,
1518
1583
  "isOverride": false,
1584
+ "visibility": "Public",
1519
1585
  "sourceInterface": "System.Collections.ICollection",
1520
1586
  "declaringClrType": "System.Collections.ICollection",
1521
1587
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -1535,6 +1601,7 @@
1535
1601
  "isAbstract": false,
1536
1602
  "isVirtual": true,
1537
1603
  "isOverride": false,
1604
+ "visibility": "Public",
1538
1605
  "sourceInterface": "System.Collections.ICollection",
1539
1606
  "declaringClrType": "System.Collections.ICollection",
1540
1607
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -1555,14 +1622,18 @@
1555
1622
  "isSealed": false,
1556
1623
  "isStatic": false,
1557
1624
  "arity": 1,
1558
- "typeParameters": [
1559
- "T"
1560
- ],
1561
1625
  "baseType": {
1562
1626
  "stableId": "System.Private.CoreLib:System.Object",
1563
1627
  "clrName": "System.Object"
1564
1628
  },
1565
1629
  "interfaces": [
1630
+ {
1631
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.ISet\u00601",
1632
+ "clrName": "System.Collections.Generic.ISet\u00601",
1633
+ "typeArguments": [
1634
+ "T"
1635
+ ]
1636
+ },
1566
1637
  {
1567
1638
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601",
1568
1639
  "clrName": "System.Collections.Generic.ICollection\u00601",
@@ -1578,11 +1649,8 @@
1578
1649
  ]
1579
1650
  },
1580
1651
  {
1581
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
1582
- "clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
1583
- "typeArguments": [
1584
- "T"
1585
- ]
1652
+ "stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
1653
+ "clrName": "System.Collections.IEnumerable"
1586
1654
  },
1587
1655
  {
1588
1656
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlySet\u00601",
@@ -1592,8 +1660,8 @@
1592
1660
  ]
1593
1661
  },
1594
1662
  {
1595
- "stableId": "System.Private.CoreLib:System.Collections.Generic.ISet\u00601",
1596
- "clrName": "System.Collections.Generic.ISet\u00601",
1663
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
1664
+ "clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
1597
1665
  "typeArguments": [
1598
1666
  "T"
1599
1667
  ]
@@ -1601,12 +1669,11 @@
1601
1669
  {
1602
1670
  "stableId": "System.Private.CoreLib:System.Collections.ICollection",
1603
1671
  "clrName": "System.Collections.ICollection"
1604
- },
1605
- {
1606
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
1607
- "clrName": "System.Collections.IEnumerable"
1608
1672
  }
1609
1673
  ],
1674
+ "typeParameters": [
1675
+ "T"
1676
+ ],
1610
1677
  "methods": [
1611
1678
  {
1612
1679
  "stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenSet\u00601::CopyTo(T[],System.Int32):System.Void",
@@ -1623,6 +1690,7 @@
1623
1690
  "isVirtual": true,
1624
1691
  "isOverride": false,
1625
1692
  "isSealed": true,
1693
+ "visibility": "Public",
1626
1694
  "declaringClrType": "System.Collections.Frozen.FrozenSet\u00601",
1627
1695
  "declaringAssemblyName": "System.Collections.Immutable",
1628
1696
  "isExtensionMethod": false
@@ -1642,6 +1710,7 @@
1642
1710
  "isVirtual": false,
1643
1711
  "isOverride": false,
1644
1712
  "isSealed": false,
1713
+ "visibility": "Public",
1645
1714
  "declaringClrType": "System.Collections.Frozen.FrozenSet\u00601",
1646
1715
  "declaringAssemblyName": "System.Collections.Immutable",
1647
1716
  "isExtensionMethod": false
@@ -1661,6 +1730,7 @@
1661
1730
  "isVirtual": true,
1662
1731
  "isOverride": false,
1663
1732
  "isSealed": true,
1733
+ "visibility": "Public",
1664
1734
  "declaringClrType": "System.Collections.Frozen.FrozenSet\u00601",
1665
1735
  "declaringAssemblyName": "System.Collections.Immutable",
1666
1736
  "isExtensionMethod": false
@@ -1680,6 +1750,7 @@
1680
1750
  "isVirtual": false,
1681
1751
  "isOverride": false,
1682
1752
  "isSealed": false,
1753
+ "visibility": "Public",
1683
1754
  "declaringClrType": "System.Collections.Frozen.FrozenSet\u00601",
1684
1755
  "declaringAssemblyName": "System.Collections.Immutable",
1685
1756
  "isExtensionMethod": false,
@@ -1705,6 +1776,7 @@
1705
1776
  "isVirtual": false,
1706
1777
  "isOverride": false,
1707
1778
  "isSealed": false,
1779
+ "visibility": "Public",
1708
1780
  "declaringClrType": "System.Collections.Frozen.FrozenSet\u00601",
1709
1781
  "declaringAssemblyName": "System.Collections.Immutable",
1710
1782
  "isExtensionMethod": false
@@ -1724,6 +1796,7 @@
1724
1796
  "isVirtual": true,
1725
1797
  "isOverride": false,
1726
1798
  "isSealed": true,
1799
+ "visibility": "Public",
1727
1800
  "declaringClrType": "System.Collections.Frozen.FrozenSet\u00601",
1728
1801
  "declaringAssemblyName": "System.Collections.Immutable",
1729
1802
  "isExtensionMethod": false
@@ -1743,6 +1816,7 @@
1743
1816
  "isVirtual": true,
1744
1817
  "isOverride": false,
1745
1818
  "isSealed": true,
1819
+ "visibility": "Public",
1746
1820
  "declaringClrType": "System.Collections.Frozen.FrozenSet\u00601",
1747
1821
  "declaringAssemblyName": "System.Collections.Immutable",
1748
1822
  "isExtensionMethod": false
@@ -1762,6 +1836,7 @@
1762
1836
  "isVirtual": true,
1763
1837
  "isOverride": false,
1764
1838
  "isSealed": true,
1839
+ "visibility": "Public",
1765
1840
  "declaringClrType": "System.Collections.Frozen.FrozenSet\u00601",
1766
1841
  "declaringAssemblyName": "System.Collections.Immutable",
1767
1842
  "isExtensionMethod": false
@@ -1781,6 +1856,7 @@
1781
1856
  "isVirtual": true,
1782
1857
  "isOverride": false,
1783
1858
  "isSealed": true,
1859
+ "visibility": "Public",
1784
1860
  "declaringClrType": "System.Collections.Frozen.FrozenSet\u00601",
1785
1861
  "declaringAssemblyName": "System.Collections.Immutable",
1786
1862
  "isExtensionMethod": false
@@ -1800,6 +1876,7 @@
1800
1876
  "isVirtual": true,
1801
1877
  "isOverride": false,
1802
1878
  "isSealed": true,
1879
+ "visibility": "Public",
1803
1880
  "declaringClrType": "System.Collections.Frozen.FrozenSet\u00601",
1804
1881
  "declaringAssemblyName": "System.Collections.Immutable",
1805
1882
  "isExtensionMethod": false
@@ -1819,6 +1896,7 @@
1819
1896
  "isVirtual": true,
1820
1897
  "isOverride": false,
1821
1898
  "isSealed": true,
1899
+ "visibility": "Public",
1822
1900
  "declaringClrType": "System.Collections.Frozen.FrozenSet\u00601",
1823
1901
  "declaringAssemblyName": "System.Collections.Immutable",
1824
1902
  "isExtensionMethod": false
@@ -1838,6 +1916,7 @@
1838
1916
  "isVirtual": false,
1839
1917
  "isOverride": false,
1840
1918
  "isSealed": false,
1919
+ "visibility": "Public",
1841
1920
  "declaringClrType": "System.Collections.Frozen.FrozenSet\u00601",
1842
1921
  "declaringAssemblyName": "System.Collections.Immutable",
1843
1922
  "isExtensionMethod": false
@@ -1857,6 +1936,7 @@
1857
1936
  "isVirtual": false,
1858
1937
  "isOverride": false,
1859
1938
  "isSealed": false,
1939
+ "visibility": "Public",
1860
1940
  "declaringClrType": "System.Collections.Frozen.FrozenSet\u00601",
1861
1941
  "declaringAssemblyName": "System.Collections.Immutable",
1862
1942
  "isExtensionMethod": false,
@@ -1882,6 +1962,7 @@
1882
1962
  "isVirtual": true,
1883
1963
  "isOverride": false,
1884
1964
  "isSealed": false,
1965
+ "visibility": "Public",
1885
1966
  "declaringClrType": "System.Collections.Generic.ISet\u00601",
1886
1967
  "declaringAssemblyName": "System.Private.CoreLib",
1887
1968
  "isExtensionMethod": false,
@@ -1902,6 +1983,7 @@
1902
1983
  "isVirtual": true,
1903
1984
  "isOverride": false,
1904
1985
  "isSealed": false,
1986
+ "visibility": "Public",
1905
1987
  "declaringClrType": "System.Collections.Generic.ISet\u00601",
1906
1988
  "declaringAssemblyName": "System.Private.CoreLib",
1907
1989
  "isExtensionMethod": false,
@@ -1922,6 +2004,7 @@
1922
2004
  "isVirtual": true,
1923
2005
  "isOverride": false,
1924
2006
  "isSealed": false,
2007
+ "visibility": "Public",
1925
2008
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
1926
2009
  "declaringAssemblyName": "System.Private.CoreLib",
1927
2010
  "isExtensionMethod": false,
@@ -1942,6 +2025,7 @@
1942
2025
  "isVirtual": true,
1943
2026
  "isOverride": false,
1944
2027
  "isSealed": false,
2028
+ "visibility": "Public",
1945
2029
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
1946
2030
  "declaringAssemblyName": "System.Private.CoreLib",
1947
2031
  "isExtensionMethod": false,
@@ -1962,6 +2046,7 @@
1962
2046
  "isVirtual": true,
1963
2047
  "isOverride": false,
1964
2048
  "isSealed": false,
2049
+ "visibility": "Public",
1965
2050
  "declaringClrType": "System.Collections.Generic.IEnumerable\u00601",
1966
2051
  "declaringAssemblyName": "System.Private.CoreLib",
1967
2052
  "isExtensionMethod": false,
@@ -1982,6 +2067,7 @@
1982
2067
  "isVirtual": true,
1983
2068
  "isOverride": false,
1984
2069
  "isSealed": false,
2070
+ "visibility": "Public",
1985
2071
  "declaringClrType": "System.Collections.IEnumerable",
1986
2072
  "declaringAssemblyName": "System.Private.CoreLib",
1987
2073
  "isExtensionMethod": false,
@@ -2002,6 +2088,7 @@
2002
2088
  "isVirtual": true,
2003
2089
  "isOverride": false,
2004
2090
  "isSealed": false,
2091
+ "visibility": "Public",
2005
2092
  "declaringClrType": "System.Collections.ICollection",
2006
2093
  "declaringAssemblyName": "System.Private.CoreLib",
2007
2094
  "isExtensionMethod": false,
@@ -2022,6 +2109,7 @@
2022
2109
  "isVirtual": true,
2023
2110
  "isOverride": false,
2024
2111
  "isSealed": false,
2112
+ "visibility": "Public",
2025
2113
  "declaringClrType": "System.Collections.Generic.ISet\u00601",
2026
2114
  "declaringAssemblyName": "System.Private.CoreLib",
2027
2115
  "isExtensionMethod": false,
@@ -2042,6 +2130,7 @@
2042
2130
  "isVirtual": true,
2043
2131
  "isOverride": false,
2044
2132
  "isSealed": false,
2133
+ "visibility": "Public",
2045
2134
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
2046
2135
  "declaringAssemblyName": "System.Private.CoreLib",
2047
2136
  "isExtensionMethod": false,
@@ -2062,6 +2151,7 @@
2062
2151
  "isVirtual": true,
2063
2152
  "isOverride": false,
2064
2153
  "isSealed": false,
2154
+ "visibility": "Public",
2065
2155
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
2066
2156
  "declaringAssemblyName": "System.Private.CoreLib",
2067
2157
  "isExtensionMethod": false,
@@ -2082,6 +2172,7 @@
2082
2172
  "isVirtual": true,
2083
2173
  "isOverride": false,
2084
2174
  "isSealed": false,
2175
+ "visibility": "Public",
2085
2176
  "declaringClrType": "System.Collections.Generic.IReadOnlySet\u00601",
2086
2177
  "declaringAssemblyName": "System.Private.CoreLib",
2087
2178
  "isExtensionMethod": false,
@@ -2102,6 +2193,7 @@
2102
2193
  "isVirtual": true,
2103
2194
  "isOverride": false,
2104
2195
  "isSealed": false,
2196
+ "visibility": "Public",
2105
2197
  "declaringClrType": "System.Collections.Generic.IReadOnlySet\u00601",
2106
2198
  "declaringAssemblyName": "System.Private.CoreLib",
2107
2199
  "isExtensionMethod": false,
@@ -2124,6 +2216,7 @@
2124
2216
  "isAbstract": false,
2125
2217
  "isVirtual": false,
2126
2218
  "isOverride": false,
2219
+ "visibility": "Public",
2127
2220
  "declaringClrType": "System.Collections.Frozen.FrozenSet\u00601",
2128
2221
  "declaringAssemblyName": "System.Collections.Immutable"
2129
2222
  },
@@ -2142,6 +2235,7 @@
2142
2235
  "isAbstract": false,
2143
2236
  "isVirtual": false,
2144
2237
  "isOverride": false,
2238
+ "visibility": "Public",
2145
2239
  "declaringClrType": "System.Collections.Frozen.FrozenSet\u00601",
2146
2240
  "declaringAssemblyName": "System.Collections.Immutable"
2147
2241
  },
@@ -2160,6 +2254,7 @@
2160
2254
  "isAbstract": false,
2161
2255
  "isVirtual": false,
2162
2256
  "isOverride": false,
2257
+ "visibility": "Public",
2163
2258
  "declaringClrType": "System.Collections.Frozen.FrozenSet\u00601",
2164
2259
  "declaringAssemblyName": "System.Collections.Immutable"
2165
2260
  },
@@ -2178,6 +2273,7 @@
2178
2273
  "isAbstract": false,
2179
2274
  "isVirtual": true,
2180
2275
  "isOverride": false,
2276
+ "visibility": "Public",
2181
2277
  "declaringClrType": "System.Collections.Frozen.FrozenSet\u00601",
2182
2278
  "declaringAssemblyName": "System.Collections.Immutable"
2183
2279
  },
@@ -2196,6 +2292,7 @@
2196
2292
  "isAbstract": false,
2197
2293
  "isVirtual": true,
2198
2294
  "isOverride": false,
2295
+ "visibility": "Public",
2199
2296
  "sourceInterface": "System.Collections.Generic.ICollection\u00601",
2200
2297
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
2201
2298
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -2215,6 +2312,7 @@
2215
2312
  "isAbstract": false,
2216
2313
  "isVirtual": true,
2217
2314
  "isOverride": false,
2315
+ "visibility": "Public",
2218
2316
  "sourceInterface": "System.Collections.ICollection",
2219
2317
  "declaringClrType": "System.Collections.ICollection",
2220
2318
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -2234,6 +2332,7 @@
2234
2332
  "isAbstract": false,
2235
2333
  "isVirtual": true,
2236
2334
  "isOverride": false,
2335
+ "visibility": "Public",
2237
2336
  "sourceInterface": "System.Collections.Generic.ICollection\u00601",
2238
2337
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
2239
2338
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -2253,6 +2352,7 @@
2253
2352
  "isAbstract": false,
2254
2353
  "isVirtual": true,
2255
2354
  "isOverride": false,
2355
+ "visibility": "Public",
2256
2356
  "sourceInterface": "System.Collections.Generic.IReadOnlyCollection\u00601",
2257
2357
  "declaringClrType": "System.Collections.Generic.IReadOnlyCollection\u00601",
2258
2358
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -2272,6 +2372,7 @@
2272
2372
  "isAbstract": false,
2273
2373
  "isVirtual": true,
2274
2374
  "isOverride": false,
2375
+ "visibility": "Public",
2275
2376
  "sourceInterface": "System.Collections.ICollection",
2276
2377
  "declaringClrType": "System.Collections.ICollection",
2277
2378
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -2291,6 +2392,7 @@
2291
2392
  "isAbstract": false,
2292
2393
  "isVirtual": true,
2293
2394
  "isOverride": false,
2395
+ "visibility": "Public",
2294
2396
  "sourceInterface": "System.Collections.ICollection",
2295
2397
  "declaringClrType": "System.Collections.ICollection",
2296
2398
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -2331,6 +2433,7 @@
2331
2433
  "isVirtual": false,
2332
2434
  "isOverride": false,
2333
2435
  "isSealed": false,
2436
+ "visibility": "Public",
2334
2437
  "declaringClrType": "System.Collections.Frozen.FrozenDictionary",
2335
2438
  "declaringAssemblyName": "System.Collections.Immutable",
2336
2439
  "isExtensionMethod": false
@@ -2350,6 +2453,7 @@
2350
2453
  "isVirtual": false,
2351
2454
  "isOverride": false,
2352
2455
  "isSealed": false,
2456
+ "visibility": "Public",
2353
2457
  "declaringClrType": "System.Collections.Frozen.FrozenDictionary",
2354
2458
  "declaringAssemblyName": "System.Collections.Immutable",
2355
2459
  "isExtensionMethod": false
@@ -2369,6 +2473,7 @@
2369
2473
  "isVirtual": false,
2370
2474
  "isOverride": false,
2371
2475
  "isSealed": false,
2476
+ "visibility": "Public",
2372
2477
  "declaringClrType": "System.Collections.Frozen.FrozenDictionary",
2373
2478
  "declaringAssemblyName": "System.Collections.Immutable",
2374
2479
  "isExtensionMethod": true
@@ -2388,6 +2493,7 @@
2388
2493
  "isVirtual": false,
2389
2494
  "isOverride": false,
2390
2495
  "isSealed": false,
2496
+ "visibility": "Public",
2391
2497
  "declaringClrType": "System.Collections.Frozen.FrozenDictionary",
2392
2498
  "declaringAssemblyName": "System.Collections.Immutable",
2393
2499
  "isExtensionMethod": true
@@ -2407,6 +2513,7 @@
2407
2513
  "isVirtual": false,
2408
2514
  "isOverride": false,
2409
2515
  "isSealed": false,
2516
+ "visibility": "Public",
2410
2517
  "declaringClrType": "System.Collections.Frozen.FrozenDictionary",
2411
2518
  "declaringAssemblyName": "System.Collections.Immutable",
2412
2519
  "isExtensionMethod": true
@@ -2448,6 +2555,7 @@
2448
2555
  "isVirtual": false,
2449
2556
  "isOverride": false,
2450
2557
  "isSealed": false,
2558
+ "visibility": "Public",
2451
2559
  "declaringClrType": "System.Collections.Frozen.FrozenSet",
2452
2560
  "declaringAssemblyName": "System.Collections.Immutable",
2453
2561
  "isExtensionMethod": false
@@ -2467,6 +2575,7 @@
2467
2575
  "isVirtual": false,
2468
2576
  "isOverride": false,
2469
2577
  "isSealed": false,
2578
+ "visibility": "Public",
2470
2579
  "declaringClrType": "System.Collections.Frozen.FrozenSet",
2471
2580
  "declaringAssemblyName": "System.Collections.Immutable",
2472
2581
  "isExtensionMethod": false
@@ -2486,6 +2595,7 @@
2486
2595
  "isVirtual": false,
2487
2596
  "isOverride": false,
2488
2597
  "isSealed": false,
2598
+ "visibility": "Public",
2489
2599
  "declaringClrType": "System.Collections.Frozen.FrozenSet",
2490
2600
  "declaringAssemblyName": "System.Collections.Immutable",
2491
2601
  "isExtensionMethod": true