@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.
- package/Internal/bindings.json +5 -0
- package/Microsoft.CSharp.RuntimeBinder/bindings.json +71 -8
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +2 -0
- package/Microsoft.VisualBasic/bindings.json +635 -68
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +210 -0
- package/Microsoft.VisualBasic.FileIO/bindings.json +195 -24
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +8 -3
- package/Microsoft.Win32/bindings.json +107 -24
- package/Microsoft.Win32.SafeHandles/bindings.json +769 -15
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +123 -18
- package/System/bindings.json +11622 -2308
- package/System/internal/index.d.ts +165 -15
- package/System.Buffers/bindings.json +371 -62
- package/System.Buffers/internal/index.d.ts +25 -13
- package/System.Buffers.Binary/bindings.json +126 -0
- package/System.Buffers.Text/bindings.json +67 -0
- package/System.Buffers.Text/internal/index.d.ts +1 -1
- package/System.Buffers.Text.d.ts +1 -1
- package/System.Buffers.d.ts +1 -1
- package/System.CodeDom.Compiler/bindings.json +142 -4
- package/System.CodeDom.Compiler/internal/index.d.ts +10 -3
- package/System.CodeDom.Compiler.d.ts +1 -1
- package/System.Collections/bindings.json +1094 -69
- package/System.Collections/internal/index.d.ts +41 -3
- package/System.Collections.Concurrent/bindings.json +353 -90
- package/System.Collections.Concurrent/internal/index.d.ts +9 -2
- package/System.Collections.Frozen/bindings.json +158 -48
- package/System.Collections.Generic/bindings.json +1910 -634
- package/System.Collections.Generic/internal/index.d.ts +24 -9
- package/System.Collections.Immutable/bindings.json +1321 -292
- package/System.Collections.ObjectModel/bindings.json +1123 -199
- package/System.Collections.ObjectModel/internal/index.d.ts +46 -7
- package/System.Collections.ObjectModel.d.ts +3 -3
- package/System.Collections.Specialized/bindings.json +763 -58
- package/System.Collections.Specialized/internal/index.d.ts +15 -1
- package/System.ComponentModel/bindings.json +3590 -166
- package/System.ComponentModel/internal/index.d.ts +173 -27
- package/System.ComponentModel.DataAnnotations/bindings.json +743 -13
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +152 -43
- package/System.ComponentModel.DataAnnotations.Schema/bindings.json +24 -4
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +1 -1
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +1 -1
- package/System.ComponentModel.DataAnnotations.d.ts +2 -2
- package/System.ComponentModel.Design/bindings.json +714 -40
- package/System.ComponentModel.Design/internal/index.d.ts +43 -12
- package/System.ComponentModel.Design.Serialization/bindings.json +261 -12
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +17 -4
- package/System.ComponentModel.Design.d.ts +1 -1
- package/System.ComponentModel.d.ts +2 -2
- package/System.Configuration.Assemblies/bindings.json +19 -8
- package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
- package/System.Configuration.Assemblies.d.ts +1 -1
- package/System.Data/bindings.json +3325 -302
- package/System.Data/internal/index.d.ts +145 -24
- package/System.Data.Common/bindings.json +3047 -241
- package/System.Data.Common/internal/index.d.ts +228 -55
- package/System.Data.Common.d.ts +3 -3
- package/System.Data.SqlTypes/bindings.json +754 -71
- package/System.Data.SqlTypes/internal/index.d.ts +1 -0
- package/System.Data.d.ts +3 -3
- package/System.Diagnostics/bindings.json +1737 -130
- package/System.Diagnostics/internal/index.d.ts +121 -41
- package/System.Diagnostics.CodeAnalysis/bindings.json +125 -4
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +1 -1
- package/System.Diagnostics.CodeAnalysis.d.ts +1 -1
- package/System.Diagnostics.Contracts/bindings.json +68 -4
- package/System.Diagnostics.Metrics/bindings.json +565 -55
- package/System.Diagnostics.Metrics/internal/index.d.ts +49 -12
- package/System.Diagnostics.SymbolStore/bindings.json +106 -4
- package/System.Diagnostics.Tracing/bindings.json +979 -160
- package/System.Diagnostics.Tracing/internal/index.d.ts +37 -17
- package/System.Diagnostics.d.ts +2 -2
- package/System.Drawing/bindings.json +611 -4
- package/System.Drawing/internal/index.d.ts +1 -1
- package/System.Drawing.d.ts +1 -1
- package/System.Dynamic/bindings.json +346 -24
- package/System.Dynamic/internal/index.d.ts +13 -0
- package/System.Formats.Asn1/bindings.json +229 -12
- package/System.Formats.Asn1/internal/index.d.ts +1 -0
- package/System.Formats.Tar/bindings.json +120 -16
- package/System.Globalization/bindings.json +1088 -53
- package/System.Globalization/internal/index.d.ts +44 -7
- package/System.IO/bindings.json +2163 -110
- package/System.IO/internal/index.d.ts +119 -27
- package/System.IO.Compression/bindings.json +466 -38
- package/System.IO.Compression/internal/index.d.ts +36 -9
- package/System.IO.Compression.d.ts +2 -2
- package/System.IO.Enumeration/bindings.json +221 -22
- package/System.IO.Enumeration/internal/index.d.ts +15 -4
- package/System.IO.IsolatedStorage/bindings.json +250 -11
- package/System.IO.IsolatedStorage/internal/index.d.ts +18 -5
- package/System.IO.IsolatedStorage.d.ts +2 -2
- package/System.IO.MemoryMappedFiles/bindings.json +138 -16
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -8
- package/System.IO.MemoryMappedFiles.d.ts +4 -3
- package/System.IO.Pipelines/bindings.json +147 -3
- package/System.IO.Pipelines/internal/index.d.ts +15 -2
- package/System.IO.Pipes/bindings.json +889 -54
- package/System.IO.Pipes/internal/index.d.ts +64 -23
- package/System.IO.Pipes.d.ts +4 -3
- package/System.IO.d.ts +2 -2
- package/System.Linq/bindings.json +944 -79
- package/System.Linq.Expressions/bindings.json +1998 -57
- package/System.Linq.Expressions/internal/index.d.ts +207 -29
- package/System.Linq.Expressions.Interpreter/bindings.json +2 -0
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +1 -1
- package/System.Linq.Expressions.Interpreter.d.ts +1 -1
- package/System.Linq.Expressions.d.ts +1 -1
- package/System.Net/bindings.json +2083 -248
- package/System.Net/internal/index.d.ts +102 -40
- package/System.Net.Cache/bindings.json +53 -12
- package/System.Net.Cache/internal/index.d.ts +1 -1
- package/System.Net.Cache.d.ts +1 -1
- package/System.Net.Http/bindings.json +2104 -105
- package/System.Net.Http/internal/index.d.ts +174 -31
- package/System.Net.Http.Headers/bindings.json +456 -24
- package/System.Net.Http.Headers/internal/index.d.ts +8 -2
- package/System.Net.Http.Json/bindings.json +171 -0
- package/System.Net.Http.Json/internal/index.d.ts +14 -2
- package/System.Net.Http.Metrics/bindings.json +5 -0
- package/System.Net.Mail/bindings.json +1127 -101
- package/System.Net.Mail/internal/index.d.ts +87 -16
- package/System.Net.Mime/bindings.json +82 -4
- package/System.Net.Mime/internal/index.d.ts +1 -1
- package/System.Net.Mime.d.ts +1 -1
- package/System.Net.NetworkInformation/bindings.json +857 -61
- package/System.Net.NetworkInformation/internal/index.d.ts +27 -5
- package/System.Net.NetworkInformation.d.ts +2 -2
- package/System.Net.Quic/bindings.json +157 -16
- package/System.Net.Quic/internal/index.d.ts +8 -3
- package/System.Net.Quic.d.ts +2 -2
- package/System.Net.Security/bindings.json +798 -37
- package/System.Net.Security/internal/index.d.ts +22 -5
- package/System.Net.Security.d.ts +2 -2
- package/System.Net.ServerSentEvents/bindings.json +31 -13
- package/System.Net.ServerSentEvents/internal/index.d.ts +2 -2
- package/System.Net.Sockets/bindings.json +1157 -78
- package/System.Net.Sockets/internal/index.d.ts +53 -21
- package/System.Net.Sockets.d.ts +2 -2
- package/System.Net.WebSockets/bindings.json +311 -26
- package/System.Net.WebSockets/internal/index.d.ts +12 -3
- package/System.Net.WebSockets.d.ts +2 -2
- package/System.Net.d.ts +2 -2
- package/System.Numerics/bindings.json +3546 -957
- package/System.Reflection/bindings.json +1913 -132
- package/System.Reflection/internal/index.d.ts +49 -5
- package/System.Reflection.Emit/bindings.json +2509 -57
- package/System.Reflection.Emit/internal/index.d.ts +158 -15
- package/System.Reflection.Emit.d.ts +1 -1
- package/System.Reflection.Metadata/bindings.json +1936 -231
- package/System.Reflection.Metadata/internal/index.d.ts +8 -1
- package/System.Reflection.Metadata.Ecma335/bindings.json +480 -24
- package/System.Reflection.PortableExecutable/bindings.json +583 -39
- package/System.Reflection.PortableExecutable/internal/index.d.ts +25 -3
- package/System.Resources/bindings.json +323 -17
- package/System.Resources/internal/index.d.ts +21 -5
- package/System.Resources.d.ts +1 -1
- package/System.Runtime/bindings.json +65 -8
- package/System.Runtime/internal/index.d.ts +6 -1
- package/System.Runtime.CompilerServices/bindings.json +718 -139
- package/System.Runtime.CompilerServices/internal/index.d.ts +3 -0
- package/System.Runtime.ConstrainedExecution/bindings.json +56 -10
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +8 -2
- package/System.Runtime.ConstrainedExecution.d.ts +1 -1
- package/System.Runtime.ExceptionServices/bindings.json +11 -0
- package/System.Runtime.InteropServices/bindings.json +1858 -265
- package/System.Runtime.InteropServices/internal/index.d.ts +51 -11
- package/System.Runtime.InteropServices.ComTypes/bindings.json +478 -72
- package/System.Runtime.InteropServices.Java/bindings.json +12 -0
- package/System.Runtime.InteropServices.JavaScript/bindings.json +205 -30
- package/System.Runtime.InteropServices.Marshalling/bindings.json +484 -89
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +22 -4
- package/System.Runtime.InteropServices.Marshalling.d.ts +2 -1
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +19 -4
- package/System.Runtime.InteropServices.Swift/bindings.json +11 -3
- package/System.Runtime.InteropServices.d.ts +1 -1
- package/System.Runtime.Intrinsics/bindings.json +1296 -40
- package/System.Runtime.Intrinsics.Arm/bindings.json +4959 -8
- package/System.Runtime.Intrinsics.Wasm/bindings.json +484 -1
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -0
- package/System.Runtime.Intrinsics.X86/bindings.json +3765 -8
- package/System.Runtime.Loader/bindings.json +130 -0
- package/System.Runtime.Loader/internal/index.d.ts +10 -1
- package/System.Runtime.Remoting/bindings.json +2 -0
- package/System.Runtime.Remoting/internal/index.d.ts +1 -1
- package/System.Runtime.Remoting.d.ts +1 -1
- package/System.Runtime.Serialization/bindings.json +920 -17
- package/System.Runtime.Serialization/internal/index.d.ts +36 -5
- package/System.Runtime.Serialization.DataContracts/bindings.json +85 -38
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +27 -19
- package/System.Runtime.Serialization.Formatters/bindings.json +24 -12
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +1 -1
- package/System.Runtime.Serialization.Formatters.Binary/bindings.json +15 -0
- package/System.Runtime.Serialization.Formatters.d.ts +1 -1
- package/System.Runtime.Serialization.Json/bindings.json +56 -0
- package/System.Runtime.Serialization.d.ts +2 -2
- package/System.Runtime.Versioning/bindings.json +62 -8
- package/System.Runtime.Versioning/internal/index.d.ts +1 -1
- package/System.Runtime.Versioning.d.ts +1 -1
- package/System.Security/bindings.json +265 -12
- package/System.Security/internal/index.d.ts +12 -1
- package/System.Security.AccessControl/bindings.json +4082 -797
- package/System.Security.AccessControl/internal/index.d.ts +131 -72
- package/System.Security.AccessControl.d.ts +2 -1
- package/System.Security.Authentication/bindings.json +80 -16
- package/System.Security.Authentication/internal/index.d.ts +2 -0
- package/System.Security.Authentication.ExtendedProtection/bindings.json +108 -13
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -3
- package/System.Security.Authentication.ExtendedProtection.d.ts +2 -2
- package/System.Security.Claims/bindings.json +436 -0
- package/System.Security.Claims/internal/index.d.ts +34 -4
- package/System.Security.Claims.d.ts +2 -1
- package/System.Security.Cryptography/bindings.json +11592 -237
- package/System.Security.Cryptography/internal/index.d.ts +822 -102
- package/System.Security.Cryptography.X509Certificates/bindings.json +1000 -114
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +36 -9
- package/System.Security.Cryptography.X509Certificates.d.ts +1 -1
- package/System.Security.Cryptography.d.ts +2 -2
- package/System.Security.Permissions/bindings.json +88 -14
- package/System.Security.Permissions/internal/index.d.ts +3 -1
- package/System.Security.Permissions.d.ts +1 -1
- package/System.Security.Policy/bindings.json +42 -1
- package/System.Security.Policy/internal/index.d.ts +1 -0
- package/System.Security.Principal/bindings.json +355 -28
- package/System.Security.Principal/internal/index.d.ts +11 -3
- package/System.Security.Principal.d.ts +1 -1
- package/System.Text/bindings.json +800 -31
- package/System.Text/internal/index.d.ts +10 -1
- package/System.Text.Encodings.Web/bindings.json +87 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +4 -0
- package/System.Text.Json/bindings.json +574 -49
- package/System.Text.Json/internal/index.d.ts +12 -10
- package/System.Text.Json.Nodes/bindings.json +152 -19
- package/System.Text.Json.Nodes/internal/index.d.ts +1 -1
- package/System.Text.Json.Schema/bindings.json +10 -0
- package/System.Text.Json.Schema/internal/index.d.ts +1 -1
- package/System.Text.Json.Schema.d.ts +1 -1
- package/System.Text.Json.Serialization/bindings.json +295 -54
- package/System.Text.Json.Serialization/internal/index.d.ts +13 -1
- package/System.Text.Json.Serialization.Metadata/bindings.json +198 -24
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +7 -4
- package/System.Text.RegularExpressions/bindings.json +1319 -103
- package/System.Text.RegularExpressions/internal/index.d.ts +25 -5
- package/System.Text.RegularExpressions.d.ts +1 -1
- package/System.Text.Unicode/bindings.json +185 -0
- package/System.Text.Unicode/internal/index.d.ts +1 -1
- package/System.Text.Unicode.d.ts +1 -1
- package/System.Threading/bindings.json +1270 -64
- package/System.Threading/internal/index.d.ts +104 -36
- package/System.Threading.Channels/bindings.json +143 -29
- package/System.Threading.Channels/internal/index.d.ts +8 -2
- package/System.Threading.Tasks/bindings.json +719 -29
- package/System.Threading.Tasks/internal/index.d.ts +25 -4
- package/System.Threading.Tasks.Dataflow/bindings.json +442 -143
- package/System.Threading.Tasks.Sources/bindings.json +34 -11
- package/System.Timers/bindings.json +50 -4
- package/System.Timers/internal/index.d.ts +9 -4
- package/System.Timers.d.ts +2 -2
- package/System.Transactions/bindings.json +269 -32
- package/System.Transactions/internal/index.d.ts +5 -0
- package/System.Web/bindings.json +32 -0
- package/System.Windows.Input/bindings.json +3 -0
- package/System.Windows.Markup/bindings.json +4 -0
- package/System.Windows.Markup/internal/index.d.ts +1 -1
- package/System.Windows.Markup.d.ts +1 -1
- package/System.Xml/bindings.json +2447 -210
- package/System.Xml/internal/index.d.ts +100 -30
- package/System.Xml.Linq/bindings.json +361 -24
- package/System.Xml.Resolvers/bindings.json +26 -4
- package/System.Xml.Schema/bindings.json +830 -56
- package/System.Xml.Schema/internal/index.d.ts +20 -1
- package/System.Xml.Serialization/bindings.json +4421 -149
- package/System.Xml.Serialization/internal/index.d.ts +74 -8
- package/System.Xml.Serialization.d.ts +4 -4
- package/System.Xml.XPath/bindings.json +287 -35
- package/System.Xml.XPath/internal/index.d.ts +4 -0
- package/System.Xml.Xsl/bindings.json +174 -8
- package/System.Xml.Xsl/internal/index.d.ts +8 -2
- package/System.Xml.Xsl.Runtime/bindings.json +613 -58
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +19 -3
- package/System.Xml.Xsl.d.ts +1 -1
- package/System.d.ts +1 -1
- package/package.json +1 -1
|
@@ -26,16 +26,16 @@
|
|
|
26
26
|
"clrName": "System.IComparable"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
|
-
"stableId": "System.Private.CoreLib:System.
|
|
30
|
-
"clrName": "System.
|
|
29
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
30
|
+
"clrName": "System.ISpanFormattable"
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
33
|
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
34
34
|
"clrName": "System.IFormattable"
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
|
-
"stableId": "System.Private.CoreLib:System.
|
|
38
|
-
"clrName": "System.
|
|
37
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
38
|
+
"clrName": "System.IConvertible"
|
|
39
39
|
}
|
|
40
40
|
],
|
|
41
41
|
"methods": [],
|
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
"isStatic": false,
|
|
50
50
|
"isReadOnly": false,
|
|
51
51
|
"isLiteral": false,
|
|
52
|
+
"visibility": "Public",
|
|
52
53
|
"declaringClrType": "System.Collections.Concurrent.EnumerablePartitionerOptions",
|
|
53
54
|
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
54
55
|
},
|
|
@@ -60,6 +61,7 @@
|
|
|
60
61
|
"isStatic": true,
|
|
61
62
|
"isReadOnly": false,
|
|
62
63
|
"isLiteral": true,
|
|
64
|
+
"visibility": "Public",
|
|
63
65
|
"declaringClrType": "System.Collections.Concurrent.EnumerablePartitionerOptions",
|
|
64
66
|
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
65
67
|
},
|
|
@@ -71,6 +73,7 @@
|
|
|
71
73
|
"isStatic": true,
|
|
72
74
|
"isReadOnly": false,
|
|
73
75
|
"isLiteral": true,
|
|
76
|
+
"visibility": "Public",
|
|
74
77
|
"declaringClrType": "System.Collections.Concurrent.EnumerablePartitionerOptions",
|
|
75
78
|
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
76
79
|
}
|
|
@@ -89,9 +92,6 @@
|
|
|
89
92
|
"isSealed": false,
|
|
90
93
|
"isStatic": false,
|
|
91
94
|
"arity": 1,
|
|
92
|
-
"typeParameters": [
|
|
93
|
-
"T"
|
|
94
|
-
],
|
|
95
95
|
"interfaces": [
|
|
96
96
|
{
|
|
97
97
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
@@ -100,15 +100,18 @@
|
|
|
100
100
|
"T"
|
|
101
101
|
]
|
|
102
102
|
},
|
|
103
|
-
{
|
|
104
|
-
"stableId": "System.Private.CoreLib:System.Collections.ICollection",
|
|
105
|
-
"clrName": "System.Collections.ICollection"
|
|
106
|
-
},
|
|
107
103
|
{
|
|
108
104
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
109
105
|
"clrName": "System.Collections.IEnumerable"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"stableId": "System.Private.CoreLib:System.Collections.ICollection",
|
|
109
|
+
"clrName": "System.Collections.ICollection"
|
|
110
110
|
}
|
|
111
111
|
],
|
|
112
|
+
"typeParameters": [
|
|
113
|
+
"T"
|
|
114
|
+
],
|
|
112
115
|
"methods": [
|
|
113
116
|
{
|
|
114
117
|
"stableId": "System.Private.CoreLib:System.Collections.Concurrent.IProducerConsumerCollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
@@ -125,6 +128,7 @@
|
|
|
125
128
|
"isVirtual": true,
|
|
126
129
|
"isOverride": false,
|
|
127
130
|
"isSealed": false,
|
|
131
|
+
"visibility": "Public",
|
|
128
132
|
"declaringClrType": "System.Collections.Concurrent.IProducerConsumerCollection\u00601",
|
|
129
133
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
130
134
|
"isExtensionMethod": false
|
|
@@ -144,6 +148,7 @@
|
|
|
144
148
|
"isVirtual": true,
|
|
145
149
|
"isOverride": false,
|
|
146
150
|
"isSealed": false,
|
|
151
|
+
"visibility": "Public",
|
|
147
152
|
"declaringClrType": "System.Collections.Concurrent.IProducerConsumerCollection\u00601",
|
|
148
153
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
149
154
|
"isExtensionMethod": false
|
|
@@ -163,6 +168,7 @@
|
|
|
163
168
|
"isVirtual": true,
|
|
164
169
|
"isOverride": false,
|
|
165
170
|
"isSealed": false,
|
|
171
|
+
"visibility": "Public",
|
|
166
172
|
"declaringClrType": "System.Collections.Concurrent.IProducerConsumerCollection\u00601",
|
|
167
173
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
168
174
|
"isExtensionMethod": false,
|
|
@@ -188,6 +194,7 @@
|
|
|
188
194
|
"isVirtual": true,
|
|
189
195
|
"isOverride": false,
|
|
190
196
|
"isSealed": false,
|
|
197
|
+
"visibility": "Public",
|
|
191
198
|
"declaringClrType": "System.Collections.Concurrent.IProducerConsumerCollection\u00601",
|
|
192
199
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
193
200
|
"isExtensionMethod": false
|
|
@@ -207,6 +214,7 @@
|
|
|
207
214
|
"isVirtual": true,
|
|
208
215
|
"isOverride": false,
|
|
209
216
|
"isSealed": false,
|
|
217
|
+
"visibility": "Public",
|
|
210
218
|
"declaringClrType": "System.Collections.Generic.IEnumerable\u00601",
|
|
211
219
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
212
220
|
"isExtensionMethod": false
|
|
@@ -226,6 +234,7 @@
|
|
|
226
234
|
"isVirtual": true,
|
|
227
235
|
"isOverride": false,
|
|
228
236
|
"isSealed": false,
|
|
237
|
+
"visibility": "Public",
|
|
229
238
|
"declaringClrType": "System.Collections.IEnumerable",
|
|
230
239
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
231
240
|
"isExtensionMethod": false
|
|
@@ -245,6 +254,7 @@
|
|
|
245
254
|
"isVirtual": true,
|
|
246
255
|
"isOverride": false,
|
|
247
256
|
"isSealed": false,
|
|
257
|
+
"visibility": "Public",
|
|
248
258
|
"declaringClrType": "System.Collections.ICollection",
|
|
249
259
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
250
260
|
"isExtensionMethod": false
|
|
@@ -266,6 +276,7 @@
|
|
|
266
276
|
"isAbstract": true,
|
|
267
277
|
"isVirtual": true,
|
|
268
278
|
"isOverride": false,
|
|
279
|
+
"visibility": "Public",
|
|
269
280
|
"declaringClrType": "System.Collections.ICollection",
|
|
270
281
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
271
282
|
},
|
|
@@ -284,6 +295,7 @@
|
|
|
284
295
|
"isAbstract": true,
|
|
285
296
|
"isVirtual": true,
|
|
286
297
|
"isOverride": false,
|
|
298
|
+
"visibility": "Public",
|
|
287
299
|
"declaringClrType": "System.Collections.ICollection",
|
|
288
300
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
289
301
|
},
|
|
@@ -302,6 +314,7 @@
|
|
|
302
314
|
"isAbstract": true,
|
|
303
315
|
"isVirtual": true,
|
|
304
316
|
"isOverride": false,
|
|
317
|
+
"visibility": "Public",
|
|
305
318
|
"declaringClrType": "System.Collections.ICollection",
|
|
306
319
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
307
320
|
}
|
|
@@ -321,15 +334,15 @@
|
|
|
321
334
|
"isSealed": true,
|
|
322
335
|
"isStatic": false,
|
|
323
336
|
"arity": 3,
|
|
337
|
+
"baseType": {
|
|
338
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
339
|
+
"clrName": "System.ValueType"
|
|
340
|
+
},
|
|
324
341
|
"typeParameters": [
|
|
325
342
|
"TKey",
|
|
326
343
|
"TValue",
|
|
327
344
|
"TAlternateKey"
|
|
328
345
|
],
|
|
329
|
-
"baseType": {
|
|
330
|
-
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
331
|
-
"clrName": "System.ValueType"
|
|
332
|
-
},
|
|
333
346
|
"methods": [
|
|
334
347
|
{
|
|
335
348
|
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601::ContainsKey(TAlternateKey):System.Boolean",
|
|
@@ -346,6 +359,7 @@
|
|
|
346
359
|
"isVirtual": false,
|
|
347
360
|
"isOverride": false,
|
|
348
361
|
"isSealed": false,
|
|
362
|
+
"visibility": "Public",
|
|
349
363
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
350
364
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
351
365
|
"isExtensionMethod": false
|
|
@@ -365,6 +379,7 @@
|
|
|
365
379
|
"isVirtual": false,
|
|
366
380
|
"isOverride": false,
|
|
367
381
|
"isSealed": false,
|
|
382
|
+
"visibility": "Public",
|
|
368
383
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
369
384
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
370
385
|
"isExtensionMethod": false
|
|
@@ -384,6 +399,7 @@
|
|
|
384
399
|
"isVirtual": false,
|
|
385
400
|
"isOverride": false,
|
|
386
401
|
"isSealed": false,
|
|
402
|
+
"visibility": "Public",
|
|
387
403
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
388
404
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
389
405
|
"isExtensionMethod": false,
|
|
@@ -409,6 +425,7 @@
|
|
|
409
425
|
"isVirtual": false,
|
|
410
426
|
"isOverride": false,
|
|
411
427
|
"isSealed": false,
|
|
428
|
+
"visibility": "Public",
|
|
412
429
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
413
430
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
414
431
|
"isExtensionMethod": false,
|
|
@@ -438,6 +455,7 @@
|
|
|
438
455
|
"isVirtual": false,
|
|
439
456
|
"isOverride": false,
|
|
440
457
|
"isSealed": false,
|
|
458
|
+
"visibility": "Public",
|
|
441
459
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
442
460
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
443
461
|
"isExtensionMethod": false,
|
|
@@ -463,6 +481,7 @@
|
|
|
463
481
|
"isVirtual": false,
|
|
464
482
|
"isOverride": false,
|
|
465
483
|
"isSealed": false,
|
|
484
|
+
"visibility": "Public",
|
|
466
485
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
467
486
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
468
487
|
"isExtensionMethod": false,
|
|
@@ -494,6 +513,7 @@
|
|
|
494
513
|
"isAbstract": false,
|
|
495
514
|
"isVirtual": false,
|
|
496
515
|
"isOverride": false,
|
|
516
|
+
"visibility": "Public",
|
|
497
517
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
498
518
|
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
499
519
|
},
|
|
@@ -512,6 +532,7 @@
|
|
|
512
532
|
"isAbstract": false,
|
|
513
533
|
"isVirtual": false,
|
|
514
534
|
"isOverride": false,
|
|
535
|
+
"visibility": "Public",
|
|
515
536
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602\u002BAlternateLookup\u00601",
|
|
516
537
|
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
517
538
|
}
|
|
@@ -531,9 +552,6 @@
|
|
|
531
552
|
"isSealed": false,
|
|
532
553
|
"isStatic": false,
|
|
533
554
|
"arity": 1,
|
|
534
|
-
"typeParameters": [
|
|
535
|
-
"T"
|
|
536
|
-
],
|
|
537
555
|
"baseType": {
|
|
538
556
|
"stableId": "System.Private.CoreLib:System.Object",
|
|
539
557
|
"clrName": "System.Object"
|
|
@@ -547,25 +565,28 @@
|
|
|
547
565
|
]
|
|
548
566
|
},
|
|
549
567
|
{
|
|
550
|
-
"stableId": "System.Private.CoreLib:System.Collections.
|
|
551
|
-
"clrName": "System.Collections.
|
|
552
|
-
"typeArguments": [
|
|
553
|
-
"T"
|
|
554
|
-
]
|
|
568
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
569
|
+
"clrName": "System.Collections.IEnumerable"
|
|
555
570
|
},
|
|
556
571
|
{
|
|
557
572
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection",
|
|
558
573
|
"clrName": "System.Collections.ICollection"
|
|
559
574
|
},
|
|
560
|
-
{
|
|
561
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
562
|
-
"clrName": "System.Collections.IEnumerable"
|
|
563
|
-
},
|
|
564
575
|
{
|
|
565
576
|
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
566
577
|
"clrName": "System.IDisposable"
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
581
|
+
"clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
582
|
+
"typeArguments": [
|
|
583
|
+
"T"
|
|
584
|
+
]
|
|
567
585
|
}
|
|
568
586
|
],
|
|
587
|
+
"typeParameters": [
|
|
588
|
+
"T"
|
|
589
|
+
],
|
|
569
590
|
"methods": [
|
|
570
591
|
{
|
|
571
592
|
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.BlockingCollection\u00601::Add(T):System.Void",
|
|
@@ -582,6 +603,7 @@
|
|
|
582
603
|
"isVirtual": false,
|
|
583
604
|
"isOverride": false,
|
|
584
605
|
"isSealed": false,
|
|
606
|
+
"visibility": "Public",
|
|
585
607
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
586
608
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
587
609
|
"isExtensionMethod": false
|
|
@@ -601,6 +623,7 @@
|
|
|
601
623
|
"isVirtual": false,
|
|
602
624
|
"isOverride": false,
|
|
603
625
|
"isSealed": false,
|
|
626
|
+
"visibility": "Public",
|
|
604
627
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
605
628
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
606
629
|
"isExtensionMethod": false
|
|
@@ -620,6 +643,7 @@
|
|
|
620
643
|
"isVirtual": false,
|
|
621
644
|
"isOverride": false,
|
|
622
645
|
"isSealed": false,
|
|
646
|
+
"visibility": "Public",
|
|
623
647
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
624
648
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
625
649
|
"isExtensionMethod": false
|
|
@@ -639,6 +663,7 @@
|
|
|
639
663
|
"isVirtual": false,
|
|
640
664
|
"isOverride": false,
|
|
641
665
|
"isSealed": false,
|
|
666
|
+
"visibility": "Public",
|
|
642
667
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
643
668
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
644
669
|
"isExtensionMethod": false
|
|
@@ -658,6 +683,7 @@
|
|
|
658
683
|
"isVirtual": false,
|
|
659
684
|
"isOverride": false,
|
|
660
685
|
"isSealed": false,
|
|
686
|
+
"visibility": "Public",
|
|
661
687
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
662
688
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
663
689
|
"isExtensionMethod": false
|
|
@@ -677,6 +703,7 @@
|
|
|
677
703
|
"isVirtual": false,
|
|
678
704
|
"isOverride": false,
|
|
679
705
|
"isSealed": false,
|
|
706
|
+
"visibility": "Public",
|
|
680
707
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
681
708
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
682
709
|
"isExtensionMethod": false
|
|
@@ -696,6 +723,7 @@
|
|
|
696
723
|
"isVirtual": false,
|
|
697
724
|
"isOverride": false,
|
|
698
725
|
"isSealed": false,
|
|
726
|
+
"visibility": "Public",
|
|
699
727
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
700
728
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
701
729
|
"isExtensionMethod": false
|
|
@@ -715,6 +743,7 @@
|
|
|
715
743
|
"isVirtual": false,
|
|
716
744
|
"isOverride": false,
|
|
717
745
|
"isSealed": false,
|
|
746
|
+
"visibility": "Public",
|
|
718
747
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
719
748
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
720
749
|
"isExtensionMethod": false
|
|
@@ -734,6 +763,7 @@
|
|
|
734
763
|
"isVirtual": false,
|
|
735
764
|
"isOverride": false,
|
|
736
765
|
"isSealed": false,
|
|
766
|
+
"visibility": "Public",
|
|
737
767
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
738
768
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
739
769
|
"isExtensionMethod": false,
|
|
@@ -759,6 +789,7 @@
|
|
|
759
789
|
"isVirtual": false,
|
|
760
790
|
"isOverride": false,
|
|
761
791
|
"isSealed": false,
|
|
792
|
+
"visibility": "Public",
|
|
762
793
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
763
794
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
764
795
|
"isExtensionMethod": false,
|
|
@@ -784,6 +815,7 @@
|
|
|
784
815
|
"isVirtual": false,
|
|
785
816
|
"isOverride": false,
|
|
786
817
|
"isSealed": false,
|
|
818
|
+
"visibility": "Public",
|
|
787
819
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
788
820
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
789
821
|
"isExtensionMethod": false,
|
|
@@ -809,6 +841,7 @@
|
|
|
809
841
|
"isVirtual": false,
|
|
810
842
|
"isOverride": false,
|
|
811
843
|
"isSealed": false,
|
|
844
|
+
"visibility": "Public",
|
|
812
845
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
813
846
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
814
847
|
"isExtensionMethod": false,
|
|
@@ -834,6 +867,7 @@
|
|
|
834
867
|
"isVirtual": false,
|
|
835
868
|
"isOverride": false,
|
|
836
869
|
"isSealed": false,
|
|
870
|
+
"visibility": "Public",
|
|
837
871
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
838
872
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
839
873
|
"isExtensionMethod": false
|
|
@@ -853,6 +887,7 @@
|
|
|
853
887
|
"isVirtual": false,
|
|
854
888
|
"isOverride": false,
|
|
855
889
|
"isSealed": false,
|
|
890
|
+
"visibility": "Public",
|
|
856
891
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
857
892
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
858
893
|
"isExtensionMethod": false
|
|
@@ -872,6 +907,7 @@
|
|
|
872
907
|
"isVirtual": false,
|
|
873
908
|
"isOverride": false,
|
|
874
909
|
"isSealed": false,
|
|
910
|
+
"visibility": "Public",
|
|
875
911
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
876
912
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
877
913
|
"isExtensionMethod": false
|
|
@@ -891,6 +927,7 @@
|
|
|
891
927
|
"isVirtual": false,
|
|
892
928
|
"isOverride": false,
|
|
893
929
|
"isSealed": false,
|
|
930
|
+
"visibility": "Public",
|
|
894
931
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
895
932
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
896
933
|
"isExtensionMethod": false
|
|
@@ -910,6 +947,7 @@
|
|
|
910
947
|
"isVirtual": false,
|
|
911
948
|
"isOverride": false,
|
|
912
949
|
"isSealed": false,
|
|
950
|
+
"visibility": "Public",
|
|
913
951
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
914
952
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
915
953
|
"isExtensionMethod": false
|
|
@@ -929,6 +967,7 @@
|
|
|
929
967
|
"isVirtual": false,
|
|
930
968
|
"isOverride": false,
|
|
931
969
|
"isSealed": false,
|
|
970
|
+
"visibility": "Public",
|
|
932
971
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
933
972
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
934
973
|
"isExtensionMethod": false
|
|
@@ -948,6 +987,7 @@
|
|
|
948
987
|
"isVirtual": false,
|
|
949
988
|
"isOverride": false,
|
|
950
989
|
"isSealed": false,
|
|
990
|
+
"visibility": "Public",
|
|
951
991
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
952
992
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
953
993
|
"isExtensionMethod": false,
|
|
@@ -973,6 +1013,7 @@
|
|
|
973
1013
|
"isVirtual": false,
|
|
974
1014
|
"isOverride": false,
|
|
975
1015
|
"isSealed": false,
|
|
1016
|
+
"visibility": "Public",
|
|
976
1017
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
977
1018
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
978
1019
|
"isExtensionMethod": false,
|
|
@@ -998,6 +1039,7 @@
|
|
|
998
1039
|
"isVirtual": false,
|
|
999
1040
|
"isOverride": false,
|
|
1000
1041
|
"isSealed": false,
|
|
1042
|
+
"visibility": "Public",
|
|
1001
1043
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
1002
1044
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
1003
1045
|
"isExtensionMethod": false,
|
|
@@ -1023,6 +1065,7 @@
|
|
|
1023
1065
|
"isVirtual": false,
|
|
1024
1066
|
"isOverride": false,
|
|
1025
1067
|
"isSealed": false,
|
|
1068
|
+
"visibility": "Public",
|
|
1026
1069
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
1027
1070
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
1028
1071
|
"isExtensionMethod": false,
|
|
@@ -1048,6 +1091,7 @@
|
|
|
1048
1091
|
"isVirtual": false,
|
|
1049
1092
|
"isOverride": false,
|
|
1050
1093
|
"isSealed": false,
|
|
1094
|
+
"visibility": "Public",
|
|
1051
1095
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
1052
1096
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
1053
1097
|
"isExtensionMethod": false,
|
|
@@ -1073,6 +1117,7 @@
|
|
|
1073
1117
|
"isVirtual": false,
|
|
1074
1118
|
"isOverride": false,
|
|
1075
1119
|
"isSealed": false,
|
|
1120
|
+
"visibility": "Public",
|
|
1076
1121
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
1077
1122
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
1078
1123
|
"isExtensionMethod": false,
|
|
@@ -1098,6 +1143,7 @@
|
|
|
1098
1143
|
"isVirtual": false,
|
|
1099
1144
|
"isOverride": false,
|
|
1100
1145
|
"isSealed": false,
|
|
1146
|
+
"visibility": "Public",
|
|
1101
1147
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
1102
1148
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
1103
1149
|
"isExtensionMethod": false
|
|
@@ -1117,6 +1163,27 @@
|
|
|
1117
1163
|
"isVirtual": true,
|
|
1118
1164
|
"isOverride": false,
|
|
1119
1165
|
"isSealed": true,
|
|
1166
|
+
"visibility": "Public",
|
|
1167
|
+
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
1168
|
+
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
1169
|
+
"isExtensionMethod": false
|
|
1170
|
+
},
|
|
1171
|
+
{
|
|
1172
|
+
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.BlockingCollection\u00601::Dispose(System.Boolean):System.Void",
|
|
1173
|
+
"clrName": "Dispose",
|
|
1174
|
+
"metadataToken": 100663396,
|
|
1175
|
+
"canonicalSignature": "(System.Boolean):System.Void",
|
|
1176
|
+
"normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
|
|
1177
|
+
"emitScope": "ClassSurface",
|
|
1178
|
+
"provenance": "Original",
|
|
1179
|
+
"arity": 0,
|
|
1180
|
+
"parameterCount": 1,
|
|
1181
|
+
"isStatic": false,
|
|
1182
|
+
"isAbstract": false,
|
|
1183
|
+
"isVirtual": true,
|
|
1184
|
+
"isOverride": false,
|
|
1185
|
+
"isSealed": false,
|
|
1186
|
+
"visibility": "Protected",
|
|
1120
1187
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
1121
1188
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
1122
1189
|
"isExtensionMethod": false
|
|
@@ -1136,6 +1203,7 @@
|
|
|
1136
1203
|
"isVirtual": false,
|
|
1137
1204
|
"isOverride": false,
|
|
1138
1205
|
"isSealed": false,
|
|
1206
|
+
"visibility": "Public",
|
|
1139
1207
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
1140
1208
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
1141
1209
|
"isExtensionMethod": false
|
|
@@ -1155,6 +1223,7 @@
|
|
|
1155
1223
|
"isVirtual": false,
|
|
1156
1224
|
"isOverride": false,
|
|
1157
1225
|
"isSealed": false,
|
|
1226
|
+
"visibility": "Public",
|
|
1158
1227
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
1159
1228
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
1160
1229
|
"isExtensionMethod": false
|
|
@@ -1174,6 +1243,7 @@
|
|
|
1174
1243
|
"isVirtual": false,
|
|
1175
1244
|
"isOverride": false,
|
|
1176
1245
|
"isSealed": false,
|
|
1246
|
+
"visibility": "Public",
|
|
1177
1247
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
1178
1248
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
1179
1249
|
"isExtensionMethod": false
|
|
@@ -1193,6 +1263,7 @@
|
|
|
1193
1263
|
"isVirtual": false,
|
|
1194
1264
|
"isOverride": false,
|
|
1195
1265
|
"isSealed": false,
|
|
1266
|
+
"visibility": "Public",
|
|
1196
1267
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
1197
1268
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
1198
1269
|
"isExtensionMethod": false
|
|
@@ -1212,6 +1283,7 @@
|
|
|
1212
1283
|
"isVirtual": true,
|
|
1213
1284
|
"isOverride": false,
|
|
1214
1285
|
"isSealed": false,
|
|
1286
|
+
"visibility": "Public",
|
|
1215
1287
|
"declaringClrType": "System.Collections.Generic.IEnumerable\u00601",
|
|
1216
1288
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1217
1289
|
"isExtensionMethod": false,
|
|
@@ -1232,6 +1304,7 @@
|
|
|
1232
1304
|
"isVirtual": true,
|
|
1233
1305
|
"isOverride": false,
|
|
1234
1306
|
"isSealed": false,
|
|
1307
|
+
"visibility": "Public",
|
|
1235
1308
|
"declaringClrType": "System.Collections.IEnumerable",
|
|
1236
1309
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1237
1310
|
"isExtensionMethod": false,
|
|
@@ -1252,6 +1325,7 @@
|
|
|
1252
1325
|
"isVirtual": true,
|
|
1253
1326
|
"isOverride": false,
|
|
1254
1327
|
"isSealed": false,
|
|
1328
|
+
"visibility": "Public",
|
|
1255
1329
|
"declaringClrType": "System.Collections.ICollection",
|
|
1256
1330
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1257
1331
|
"isExtensionMethod": false,
|
|
@@ -1272,6 +1346,7 @@
|
|
|
1272
1346
|
"isVirtual": true,
|
|
1273
1347
|
"isOverride": false,
|
|
1274
1348
|
"isSealed": false,
|
|
1349
|
+
"visibility": "Public",
|
|
1275
1350
|
"declaringClrType": "System.IDisposable",
|
|
1276
1351
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1277
1352
|
"isExtensionMethod": false,
|
|
@@ -1294,6 +1369,7 @@
|
|
|
1294
1369
|
"isAbstract": false,
|
|
1295
1370
|
"isVirtual": false,
|
|
1296
1371
|
"isOverride": false,
|
|
1372
|
+
"visibility": "Public",
|
|
1297
1373
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
1298
1374
|
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
1299
1375
|
},
|
|
@@ -1312,6 +1388,7 @@
|
|
|
1312
1388
|
"isAbstract": false,
|
|
1313
1389
|
"isVirtual": false,
|
|
1314
1390
|
"isOverride": false,
|
|
1391
|
+
"visibility": "Public",
|
|
1315
1392
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
1316
1393
|
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
1317
1394
|
},
|
|
@@ -1330,6 +1407,7 @@
|
|
|
1330
1407
|
"isAbstract": false,
|
|
1331
1408
|
"isVirtual": false,
|
|
1332
1409
|
"isOverride": false,
|
|
1410
|
+
"visibility": "Public",
|
|
1333
1411
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
1334
1412
|
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
1335
1413
|
},
|
|
@@ -1348,6 +1426,7 @@
|
|
|
1348
1426
|
"isAbstract": false,
|
|
1349
1427
|
"isVirtual": true,
|
|
1350
1428
|
"isOverride": false,
|
|
1429
|
+
"visibility": "Public",
|
|
1351
1430
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
1352
1431
|
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
1353
1432
|
},
|
|
@@ -1366,6 +1445,7 @@
|
|
|
1366
1445
|
"isAbstract": false,
|
|
1367
1446
|
"isVirtual": true,
|
|
1368
1447
|
"isOverride": false,
|
|
1448
|
+
"visibility": "Public",
|
|
1369
1449
|
"sourceInterface": "System.Collections.ICollection",
|
|
1370
1450
|
"declaringClrType": "System.Collections.ICollection",
|
|
1371
1451
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -1385,6 +1465,7 @@
|
|
|
1385
1465
|
"isAbstract": false,
|
|
1386
1466
|
"isVirtual": true,
|
|
1387
1467
|
"isOverride": false,
|
|
1468
|
+
"visibility": "Public",
|
|
1388
1469
|
"sourceInterface": "System.Collections.ICollection",
|
|
1389
1470
|
"declaringClrType": "System.Collections.ICollection",
|
|
1390
1471
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -1404,6 +1485,7 @@
|
|
|
1404
1485
|
"isAbstract": false,
|
|
1405
1486
|
"isVirtual": true,
|
|
1406
1487
|
"isOverride": false,
|
|
1488
|
+
"visibility": "Public",
|
|
1407
1489
|
"sourceInterface": "System.Collections.ICollection",
|
|
1408
1490
|
"declaringClrType": "System.Collections.ICollection",
|
|
1409
1491
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -1423,6 +1505,7 @@
|
|
|
1423
1505
|
"isAbstract": false,
|
|
1424
1506
|
"isVirtual": true,
|
|
1425
1507
|
"isOverride": false,
|
|
1508
|
+
"visibility": "Public",
|
|
1426
1509
|
"sourceInterface": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
1427
1510
|
"declaringClrType": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
1428
1511
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -1438,6 +1521,7 @@
|
|
|
1438
1521
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1439
1522
|
"isStatic": false,
|
|
1440
1523
|
"parameterCount": 0,
|
|
1524
|
+
"visibility": "Public",
|
|
1441
1525
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
1442
1526
|
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
1443
1527
|
},
|
|
@@ -1448,6 +1532,7 @@
|
|
|
1448
1532
|
"normalizedSignature": "constructor|(System.Int32):void|static=false",
|
|
1449
1533
|
"isStatic": false,
|
|
1450
1534
|
"parameterCount": 1,
|
|
1535
|
+
"visibility": "Public",
|
|
1451
1536
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
1452
1537
|
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
1453
1538
|
},
|
|
@@ -1458,6 +1543,7 @@
|
|
|
1458
1543
|
"normalizedSignature": "constructor|(IProducerConsumerCollection_1,System.Int32):void|static=false",
|
|
1459
1544
|
"isStatic": false,
|
|
1460
1545
|
"parameterCount": 2,
|
|
1546
|
+
"visibility": "Public",
|
|
1461
1547
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
1462
1548
|
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
1463
1549
|
},
|
|
@@ -1468,6 +1554,7 @@
|
|
|
1468
1554
|
"normalizedSignature": "constructor|(IProducerConsumerCollection_1):void|static=false",
|
|
1469
1555
|
"isStatic": false,
|
|
1470
1556
|
"parameterCount": 1,
|
|
1557
|
+
"visibility": "Public",
|
|
1471
1558
|
"declaringClrType": "System.Collections.Concurrent.BlockingCollection\u00601",
|
|
1472
1559
|
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
1473
1560
|
}
|
|
@@ -1484,9 +1571,6 @@
|
|
|
1484
1571
|
"isSealed": false,
|
|
1485
1572
|
"isStatic": false,
|
|
1486
1573
|
"arity": 1,
|
|
1487
|
-
"typeParameters": [
|
|
1488
|
-
"T"
|
|
1489
|
-
],
|
|
1490
1574
|
"baseType": {
|
|
1491
1575
|
"stableId": "System.Private.CoreLib:System.Object",
|
|
1492
1576
|
"clrName": "System.Object"
|
|
@@ -1507,21 +1591,24 @@
|
|
|
1507
1591
|
]
|
|
1508
1592
|
},
|
|
1509
1593
|
{
|
|
1510
|
-
"stableId": "System.Private.CoreLib:System.Collections.
|
|
1511
|
-
"clrName": "System.Collections.
|
|
1512
|
-
"typeArguments": [
|
|
1513
|
-
"T"
|
|
1514
|
-
]
|
|
1594
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
1595
|
+
"clrName": "System.Collections.IEnumerable"
|
|
1515
1596
|
},
|
|
1516
1597
|
{
|
|
1517
1598
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection",
|
|
1518
1599
|
"clrName": "System.Collections.ICollection"
|
|
1519
1600
|
},
|
|
1520
1601
|
{
|
|
1521
|
-
"stableId": "System.Private.CoreLib:System.Collections.
|
|
1522
|
-
"clrName": "System.Collections.
|
|
1602
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
1603
|
+
"clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
1604
|
+
"typeArguments": [
|
|
1605
|
+
"T"
|
|
1606
|
+
]
|
|
1523
1607
|
}
|
|
1524
1608
|
],
|
|
1609
|
+
"typeParameters": [
|
|
1610
|
+
"T"
|
|
1611
|
+
],
|
|
1525
1612
|
"methods": [
|
|
1526
1613
|
{
|
|
1527
1614
|
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentBag\u00601::Add(T):System.Void",
|
|
@@ -1538,6 +1625,7 @@
|
|
|
1538
1625
|
"isVirtual": false,
|
|
1539
1626
|
"isOverride": false,
|
|
1540
1627
|
"isSealed": false,
|
|
1628
|
+
"visibility": "Public",
|
|
1541
1629
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentBag\u00601",
|
|
1542
1630
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
1543
1631
|
"isExtensionMethod": false
|
|
@@ -1557,6 +1645,7 @@
|
|
|
1557
1645
|
"isVirtual": true,
|
|
1558
1646
|
"isOverride": false,
|
|
1559
1647
|
"isSealed": true,
|
|
1648
|
+
"visibility": "Public",
|
|
1560
1649
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentBag\u00601",
|
|
1561
1650
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
1562
1651
|
"isExtensionMethod": false,
|
|
@@ -1582,6 +1671,7 @@
|
|
|
1582
1671
|
"isVirtual": false,
|
|
1583
1672
|
"isOverride": false,
|
|
1584
1673
|
"isSealed": false,
|
|
1674
|
+
"visibility": "Public",
|
|
1585
1675
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentBag\u00601",
|
|
1586
1676
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
1587
1677
|
"isExtensionMethod": false,
|
|
@@ -1607,6 +1697,7 @@
|
|
|
1607
1697
|
"isVirtual": true,
|
|
1608
1698
|
"isOverride": false,
|
|
1609
1699
|
"isSealed": true,
|
|
1700
|
+
"visibility": "Public",
|
|
1610
1701
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentBag\u00601",
|
|
1611
1702
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
1612
1703
|
"isExtensionMethod": false
|
|
@@ -1626,6 +1717,7 @@
|
|
|
1626
1717
|
"isVirtual": true,
|
|
1627
1718
|
"isOverride": false,
|
|
1628
1719
|
"isSealed": true,
|
|
1720
|
+
"visibility": "Public",
|
|
1629
1721
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentBag\u00601",
|
|
1630
1722
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
1631
1723
|
"isExtensionMethod": false
|
|
@@ -1645,6 +1737,7 @@
|
|
|
1645
1737
|
"isVirtual": false,
|
|
1646
1738
|
"isOverride": false,
|
|
1647
1739
|
"isSealed": false,
|
|
1740
|
+
"visibility": "Public",
|
|
1648
1741
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentBag\u00601",
|
|
1649
1742
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
1650
1743
|
"isExtensionMethod": false
|
|
@@ -1664,6 +1757,7 @@
|
|
|
1664
1757
|
"isVirtual": true,
|
|
1665
1758
|
"isOverride": false,
|
|
1666
1759
|
"isSealed": true,
|
|
1760
|
+
"visibility": "Public",
|
|
1667
1761
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentBag\u00601",
|
|
1668
1762
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
1669
1763
|
"isExtensionMethod": false
|
|
@@ -1683,6 +1777,7 @@
|
|
|
1683
1777
|
"isVirtual": true,
|
|
1684
1778
|
"isOverride": false,
|
|
1685
1779
|
"isSealed": false,
|
|
1780
|
+
"visibility": "Public",
|
|
1686
1781
|
"declaringClrType": "System.Collections.Concurrent.IProducerConsumerCollection\u00601",
|
|
1687
1782
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1688
1783
|
"isExtensionMethod": false,
|
|
@@ -1703,6 +1798,7 @@
|
|
|
1703
1798
|
"isVirtual": true,
|
|
1704
1799
|
"isOverride": false,
|
|
1705
1800
|
"isSealed": false,
|
|
1801
|
+
"visibility": "Public",
|
|
1706
1802
|
"declaringClrType": "System.Collections.IEnumerable",
|
|
1707
1803
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1708
1804
|
"isExtensionMethod": false,
|
|
@@ -1723,6 +1819,7 @@
|
|
|
1723
1819
|
"isVirtual": true,
|
|
1724
1820
|
"isOverride": false,
|
|
1725
1821
|
"isSealed": false,
|
|
1822
|
+
"visibility": "Public",
|
|
1726
1823
|
"declaringClrType": "System.Collections.ICollection",
|
|
1727
1824
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1728
1825
|
"isExtensionMethod": false,
|
|
@@ -1743,6 +1840,7 @@
|
|
|
1743
1840
|
"isVirtual": true,
|
|
1744
1841
|
"isOverride": false,
|
|
1745
1842
|
"isSealed": false,
|
|
1843
|
+
"visibility": "Public",
|
|
1746
1844
|
"declaringClrType": "System.Collections.Concurrent.IProducerConsumerCollection\u00601",
|
|
1747
1845
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1748
1846
|
"isExtensionMethod": false,
|
|
@@ -1763,6 +1861,7 @@
|
|
|
1763
1861
|
"isVirtual": true,
|
|
1764
1862
|
"isOverride": false,
|
|
1765
1863
|
"isSealed": false,
|
|
1864
|
+
"visibility": "Public",
|
|
1766
1865
|
"declaringClrType": "System.Collections.Concurrent.IProducerConsumerCollection\u00601",
|
|
1767
1866
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1768
1867
|
"isExtensionMethod": false,
|
|
@@ -1789,6 +1888,7 @@
|
|
|
1789
1888
|
"isVirtual": true,
|
|
1790
1889
|
"isOverride": false,
|
|
1791
1890
|
"isSealed": false,
|
|
1891
|
+
"visibility": "Public",
|
|
1792
1892
|
"declaringClrType": "System.Collections.Concurrent.IProducerConsumerCollection\u00601",
|
|
1793
1893
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1794
1894
|
"isExtensionMethod": false,
|
|
@@ -1809,6 +1909,7 @@
|
|
|
1809
1909
|
"isVirtual": true,
|
|
1810
1910
|
"isOverride": false,
|
|
1811
1911
|
"isSealed": false,
|
|
1912
|
+
"visibility": "Public",
|
|
1812
1913
|
"declaringClrType": "System.Collections.Generic.IEnumerable\u00601",
|
|
1813
1914
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1814
1915
|
"isExtensionMethod": false,
|
|
@@ -1831,6 +1932,7 @@
|
|
|
1831
1932
|
"isAbstract": false,
|
|
1832
1933
|
"isVirtual": true,
|
|
1833
1934
|
"isOverride": false,
|
|
1935
|
+
"visibility": "Public",
|
|
1834
1936
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentBag\u00601",
|
|
1835
1937
|
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
1836
1938
|
},
|
|
@@ -1849,6 +1951,7 @@
|
|
|
1849
1951
|
"isAbstract": false,
|
|
1850
1952
|
"isVirtual": false,
|
|
1851
1953
|
"isOverride": false,
|
|
1954
|
+
"visibility": "Public",
|
|
1852
1955
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentBag\u00601",
|
|
1853
1956
|
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
1854
1957
|
},
|
|
@@ -1867,6 +1970,7 @@
|
|
|
1867
1970
|
"isAbstract": false,
|
|
1868
1971
|
"isVirtual": true,
|
|
1869
1972
|
"isOverride": false,
|
|
1973
|
+
"visibility": "Public",
|
|
1870
1974
|
"sourceInterface": "System.Collections.ICollection",
|
|
1871
1975
|
"declaringClrType": "System.Collections.ICollection",
|
|
1872
1976
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -1886,6 +1990,7 @@
|
|
|
1886
1990
|
"isAbstract": false,
|
|
1887
1991
|
"isVirtual": true,
|
|
1888
1992
|
"isOverride": false,
|
|
1993
|
+
"visibility": "Public",
|
|
1889
1994
|
"sourceInterface": "System.Collections.ICollection",
|
|
1890
1995
|
"declaringClrType": "System.Collections.ICollection",
|
|
1891
1996
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -1905,6 +2010,7 @@
|
|
|
1905
2010
|
"isAbstract": false,
|
|
1906
2011
|
"isVirtual": true,
|
|
1907
2012
|
"isOverride": false,
|
|
2013
|
+
"visibility": "Public",
|
|
1908
2014
|
"sourceInterface": "System.Collections.ICollection",
|
|
1909
2015
|
"declaringClrType": "System.Collections.ICollection",
|
|
1910
2016
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -1924,6 +2030,7 @@
|
|
|
1924
2030
|
"isAbstract": false,
|
|
1925
2031
|
"isVirtual": true,
|
|
1926
2032
|
"isOverride": false,
|
|
2033
|
+
"visibility": "Public",
|
|
1927
2034
|
"sourceInterface": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
1928
2035
|
"declaringClrType": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
1929
2036
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -1939,6 +2046,7 @@
|
|
|
1939
2046
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1940
2047
|
"isStatic": false,
|
|
1941
2048
|
"parameterCount": 0,
|
|
2049
|
+
"visibility": "Public",
|
|
1942
2050
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentBag\u00601",
|
|
1943
2051
|
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
1944
2052
|
},
|
|
@@ -1949,6 +2057,7 @@
|
|
|
1949
2057
|
"normalizedSignature": "constructor|(IEnumerable_1):void|static=false",
|
|
1950
2058
|
"isStatic": false,
|
|
1951
2059
|
"parameterCount": 1,
|
|
2060
|
+
"visibility": "Public",
|
|
1952
2061
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentBag\u00601",
|
|
1953
2062
|
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
1954
2063
|
}
|
|
@@ -1965,22 +2074,11 @@
|
|
|
1965
2074
|
"isSealed": false,
|
|
1966
2075
|
"isStatic": false,
|
|
1967
2076
|
"arity": 2,
|
|
1968
|
-
"typeParameters": [
|
|
1969
|
-
"TKey",
|
|
1970
|
-
"TValue"
|
|
1971
|
-
],
|
|
1972
2077
|
"baseType": {
|
|
1973
2078
|
"stableId": "System.Private.CoreLib:System.Object",
|
|
1974
2079
|
"clrName": "System.Object"
|
|
1975
2080
|
},
|
|
1976
2081
|
"interfaces": [
|
|
1977
|
-
{
|
|
1978
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601",
|
|
1979
|
-
"clrName": "System.Collections.Generic.ICollection\u00601",
|
|
1980
|
-
"typeArguments": [
|
|
1981
|
-
"KeyValuePair_2[[TKey,TValue]]"
|
|
1982
|
-
]
|
|
1983
|
-
},
|
|
1984
2082
|
{
|
|
1985
2083
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602",
|
|
1986
2084
|
"clrName": "System.Collections.Generic.IDictionary\u00602",
|
|
@@ -1990,40 +2088,51 @@
|
|
|
1990
2088
|
]
|
|
1991
2089
|
},
|
|
1992
2090
|
{
|
|
1993
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.
|
|
1994
|
-
"clrName": "System.Collections.Generic.
|
|
2091
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601",
|
|
2092
|
+
"clrName": "System.Collections.Generic.ICollection\u00601",
|
|
1995
2093
|
"typeArguments": [
|
|
1996
2094
|
"KeyValuePair_2[[TKey,TValue]]"
|
|
1997
2095
|
]
|
|
1998
2096
|
},
|
|
1999
2097
|
{
|
|
2000
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.
|
|
2001
|
-
"clrName": "System.Collections.Generic.
|
|
2098
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
2099
|
+
"clrName": "System.Collections.Generic.IEnumerable\u00601",
|
|
2002
2100
|
"typeArguments": [
|
|
2003
2101
|
"KeyValuePair_2[[TKey,TValue]]"
|
|
2004
2102
|
]
|
|
2005
2103
|
},
|
|
2006
2104
|
{
|
|
2007
|
-
"stableId": "System.Private.CoreLib:System.Collections.
|
|
2008
|
-
"clrName": "System.Collections.
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2105
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
2106
|
+
"clrName": "System.Collections.IEnumerable"
|
|
2107
|
+
},
|
|
2108
|
+
{
|
|
2109
|
+
"stableId": "System.Private.CoreLib:System.Collections.IDictionary",
|
|
2110
|
+
"clrName": "System.Collections.IDictionary"
|
|
2013
2111
|
},
|
|
2014
2112
|
{
|
|
2015
2113
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection",
|
|
2016
2114
|
"clrName": "System.Collections.ICollection"
|
|
2017
2115
|
},
|
|
2018
2116
|
{
|
|
2019
|
-
"stableId": "System.Private.CoreLib:System.Collections.
|
|
2020
|
-
"clrName": "System.Collections.
|
|
2117
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602",
|
|
2118
|
+
"clrName": "System.Collections.Generic.IReadOnlyDictionary\u00602",
|
|
2119
|
+
"typeArguments": [
|
|
2120
|
+
"TKey",
|
|
2121
|
+
"TValue"
|
|
2122
|
+
]
|
|
2021
2123
|
},
|
|
2022
2124
|
{
|
|
2023
|
-
"stableId": "System.Private.CoreLib:System.Collections.
|
|
2024
|
-
"clrName": "System.Collections.
|
|
2125
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
2126
|
+
"clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
2127
|
+
"typeArguments": [
|
|
2128
|
+
"KeyValuePair_2[[TKey,TValue]]"
|
|
2129
|
+
]
|
|
2025
2130
|
}
|
|
2026
2131
|
],
|
|
2132
|
+
"typeParameters": [
|
|
2133
|
+
"TKey",
|
|
2134
|
+
"TValue"
|
|
2135
|
+
],
|
|
2027
2136
|
"methods": [
|
|
2028
2137
|
{
|
|
2029
2138
|
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentDictionary\u00602::GetAlternateLookup():AlternateLookup_1",
|
|
@@ -2040,6 +2149,7 @@
|
|
|
2040
2149
|
"isVirtual": false,
|
|
2041
2150
|
"isOverride": false,
|
|
2042
2151
|
"isSealed": false,
|
|
2152
|
+
"visibility": "Public",
|
|
2043
2153
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602",
|
|
2044
2154
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
2045
2155
|
"isExtensionMethod": false
|
|
@@ -2059,6 +2169,7 @@
|
|
|
2059
2169
|
"isVirtual": false,
|
|
2060
2170
|
"isOverride": false,
|
|
2061
2171
|
"isSealed": false,
|
|
2172
|
+
"visibility": "Public",
|
|
2062
2173
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602",
|
|
2063
2174
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
2064
2175
|
"isExtensionMethod": false,
|
|
@@ -2084,6 +2195,7 @@
|
|
|
2084
2195
|
"isVirtual": false,
|
|
2085
2196
|
"isOverride": false,
|
|
2086
2197
|
"isSealed": false,
|
|
2198
|
+
"visibility": "Public",
|
|
2087
2199
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602",
|
|
2088
2200
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
2089
2201
|
"isExtensionMethod": false
|
|
@@ -2103,6 +2215,7 @@
|
|
|
2103
2215
|
"isVirtual": true,
|
|
2104
2216
|
"isOverride": false,
|
|
2105
2217
|
"isSealed": true,
|
|
2218
|
+
"visibility": "Public",
|
|
2106
2219
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602",
|
|
2107
2220
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
2108
2221
|
"isExtensionMethod": false
|
|
@@ -2122,6 +2235,7 @@
|
|
|
2122
2235
|
"isVirtual": false,
|
|
2123
2236
|
"isOverride": false,
|
|
2124
2237
|
"isSealed": false,
|
|
2238
|
+
"visibility": "Public",
|
|
2125
2239
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602",
|
|
2126
2240
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
2127
2241
|
"isExtensionMethod": false,
|
|
@@ -2147,6 +2261,7 @@
|
|
|
2147
2261
|
"isVirtual": false,
|
|
2148
2262
|
"isOverride": false,
|
|
2149
2263
|
"isSealed": false,
|
|
2264
|
+
"visibility": "Public",
|
|
2150
2265
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602",
|
|
2151
2266
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
2152
2267
|
"isExtensionMethod": false
|
|
@@ -2166,6 +2281,7 @@
|
|
|
2166
2281
|
"isVirtual": true,
|
|
2167
2282
|
"isOverride": false,
|
|
2168
2283
|
"isSealed": true,
|
|
2284
|
+
"visibility": "Public",
|
|
2169
2285
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602",
|
|
2170
2286
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
2171
2287
|
"isExtensionMethod": false,
|
|
@@ -2191,6 +2307,7 @@
|
|
|
2191
2307
|
"isVirtual": false,
|
|
2192
2308
|
"isOverride": false,
|
|
2193
2309
|
"isSealed": false,
|
|
2310
|
+
"visibility": "Public",
|
|
2194
2311
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602",
|
|
2195
2312
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
2196
2313
|
"isExtensionMethod": false
|
|
@@ -2210,6 +2327,7 @@
|
|
|
2210
2327
|
"isVirtual": true,
|
|
2211
2328
|
"isOverride": false,
|
|
2212
2329
|
"isSealed": true,
|
|
2330
|
+
"visibility": "Public",
|
|
2213
2331
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602",
|
|
2214
2332
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
2215
2333
|
"isExtensionMethod": false
|
|
@@ -2229,6 +2347,7 @@
|
|
|
2229
2347
|
"isVirtual": false,
|
|
2230
2348
|
"isOverride": false,
|
|
2231
2349
|
"isSealed": false,
|
|
2350
|
+
"visibility": "Public",
|
|
2232
2351
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602",
|
|
2233
2352
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
2234
2353
|
"isExtensionMethod": false
|
|
@@ -2248,6 +2367,7 @@
|
|
|
2248
2367
|
"isVirtual": true,
|
|
2249
2368
|
"isOverride": false,
|
|
2250
2369
|
"isSealed": true,
|
|
2370
|
+
"visibility": "Public",
|
|
2251
2371
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602",
|
|
2252
2372
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
2253
2373
|
"isExtensionMethod": false
|
|
@@ -2267,6 +2387,7 @@
|
|
|
2267
2387
|
"isVirtual": false,
|
|
2268
2388
|
"isOverride": false,
|
|
2269
2389
|
"isSealed": false,
|
|
2390
|
+
"visibility": "Public",
|
|
2270
2391
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602",
|
|
2271
2392
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
2272
2393
|
"isExtensionMethod": false
|
|
@@ -2286,6 +2407,7 @@
|
|
|
2286
2407
|
"isVirtual": false,
|
|
2287
2408
|
"isOverride": false,
|
|
2288
2409
|
"isSealed": false,
|
|
2410
|
+
"visibility": "Public",
|
|
2289
2411
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602",
|
|
2290
2412
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
2291
2413
|
"isExtensionMethod": false
|
|
@@ -2305,6 +2427,7 @@
|
|
|
2305
2427
|
"isVirtual": false,
|
|
2306
2428
|
"isOverride": false,
|
|
2307
2429
|
"isSealed": false,
|
|
2430
|
+
"visibility": "Public",
|
|
2308
2431
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602",
|
|
2309
2432
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
2310
2433
|
"isExtensionMethod": false
|
|
@@ -2324,6 +2447,7 @@
|
|
|
2324
2447
|
"isVirtual": false,
|
|
2325
2448
|
"isOverride": false,
|
|
2326
2449
|
"isSealed": false,
|
|
2450
|
+
"visibility": "Public",
|
|
2327
2451
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602",
|
|
2328
2452
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
2329
2453
|
"isExtensionMethod": false
|
|
@@ -2343,6 +2467,7 @@
|
|
|
2343
2467
|
"isVirtual": false,
|
|
2344
2468
|
"isOverride": false,
|
|
2345
2469
|
"isSealed": false,
|
|
2470
|
+
"visibility": "Public",
|
|
2346
2471
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602",
|
|
2347
2472
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
2348
2473
|
"isExtensionMethod": false
|
|
@@ -2362,6 +2487,7 @@
|
|
|
2362
2487
|
"isVirtual": false,
|
|
2363
2488
|
"isOverride": false,
|
|
2364
2489
|
"isSealed": false,
|
|
2490
|
+
"visibility": "Public",
|
|
2365
2491
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602",
|
|
2366
2492
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
2367
2493
|
"isExtensionMethod": false
|
|
@@ -2381,6 +2507,7 @@
|
|
|
2381
2507
|
"isVirtual": true,
|
|
2382
2508
|
"isOverride": false,
|
|
2383
2509
|
"isSealed": false,
|
|
2510
|
+
"visibility": "Public",
|
|
2384
2511
|
"declaringClrType": "System.Collections.Generic.IDictionary\u00602",
|
|
2385
2512
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2386
2513
|
"isExtensionMethod": false,
|
|
@@ -2401,6 +2528,7 @@
|
|
|
2401
2528
|
"isVirtual": true,
|
|
2402
2529
|
"isOverride": false,
|
|
2403
2530
|
"isSealed": false,
|
|
2531
|
+
"visibility": "Public",
|
|
2404
2532
|
"declaringClrType": "System.Collections.Generic.IDictionary\u00602",
|
|
2405
2533
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2406
2534
|
"isExtensionMethod": false,
|
|
@@ -2421,6 +2549,7 @@
|
|
|
2421
2549
|
"isVirtual": true,
|
|
2422
2550
|
"isOverride": false,
|
|
2423
2551
|
"isSealed": false,
|
|
2552
|
+
"visibility": "Public",
|
|
2424
2553
|
"declaringClrType": "System.Collections.Generic.ICollection\u00601",
|
|
2425
2554
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2426
2555
|
"isExtensionMethod": false,
|
|
@@ -2441,6 +2570,7 @@
|
|
|
2441
2570
|
"isVirtual": true,
|
|
2442
2571
|
"isOverride": false,
|
|
2443
2572
|
"isSealed": false,
|
|
2573
|
+
"visibility": "Public",
|
|
2444
2574
|
"declaringClrType": "System.Collections.Generic.ICollection\u00601",
|
|
2445
2575
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2446
2576
|
"isExtensionMethod": false,
|
|
@@ -2461,6 +2591,7 @@
|
|
|
2461
2591
|
"isVirtual": true,
|
|
2462
2592
|
"isOverride": false,
|
|
2463
2593
|
"isSealed": false,
|
|
2594
|
+
"visibility": "Public",
|
|
2464
2595
|
"declaringClrType": "System.Collections.Generic.ICollection\u00601",
|
|
2465
2596
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2466
2597
|
"isExtensionMethod": false,
|
|
@@ -2481,6 +2612,7 @@
|
|
|
2481
2612
|
"isVirtual": true,
|
|
2482
2613
|
"isOverride": false,
|
|
2483
2614
|
"isSealed": false,
|
|
2615
|
+
"visibility": "Public",
|
|
2484
2616
|
"declaringClrType": "System.Collections.Generic.IEnumerable\u00601",
|
|
2485
2617
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2486
2618
|
"isExtensionMethod": false,
|
|
@@ -2501,6 +2633,7 @@
|
|
|
2501
2633
|
"isVirtual": true,
|
|
2502
2634
|
"isOverride": false,
|
|
2503
2635
|
"isSealed": false,
|
|
2636
|
+
"visibility": "Public",
|
|
2504
2637
|
"declaringClrType": "System.Collections.IEnumerable",
|
|
2505
2638
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2506
2639
|
"isExtensionMethod": false,
|
|
@@ -2521,6 +2654,7 @@
|
|
|
2521
2654
|
"isVirtual": true,
|
|
2522
2655
|
"isOverride": false,
|
|
2523
2656
|
"isSealed": false,
|
|
2657
|
+
"visibility": "Public",
|
|
2524
2658
|
"declaringClrType": "System.Collections.IDictionary",
|
|
2525
2659
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2526
2660
|
"isExtensionMethod": false,
|
|
@@ -2541,6 +2675,7 @@
|
|
|
2541
2675
|
"isVirtual": true,
|
|
2542
2676
|
"isOverride": false,
|
|
2543
2677
|
"isSealed": false,
|
|
2678
|
+
"visibility": "Public",
|
|
2544
2679
|
"declaringClrType": "System.Collections.IDictionary",
|
|
2545
2680
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2546
2681
|
"isExtensionMethod": false,
|
|
@@ -2561,6 +2696,7 @@
|
|
|
2561
2696
|
"isVirtual": true,
|
|
2562
2697
|
"isOverride": false,
|
|
2563
2698
|
"isSealed": false,
|
|
2699
|
+
"visibility": "Public",
|
|
2564
2700
|
"declaringClrType": "System.Collections.IDictionary",
|
|
2565
2701
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2566
2702
|
"isExtensionMethod": false,
|
|
@@ -2581,6 +2717,7 @@
|
|
|
2581
2717
|
"isVirtual": true,
|
|
2582
2718
|
"isOverride": false,
|
|
2583
2719
|
"isSealed": false,
|
|
2720
|
+
"visibility": "Public",
|
|
2584
2721
|
"declaringClrType": "System.Collections.IDictionary",
|
|
2585
2722
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2586
2723
|
"isExtensionMethod": false,
|
|
@@ -2601,6 +2738,7 @@
|
|
|
2601
2738
|
"isVirtual": true,
|
|
2602
2739
|
"isOverride": false,
|
|
2603
2740
|
"isSealed": false,
|
|
2741
|
+
"visibility": "Public",
|
|
2604
2742
|
"declaringClrType": "System.Collections.ICollection",
|
|
2605
2743
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2606
2744
|
"isExtensionMethod": false,
|
|
@@ -2621,6 +2759,7 @@
|
|
|
2621
2759
|
"isVirtual": true,
|
|
2622
2760
|
"isOverride": false,
|
|
2623
2761
|
"isSealed": false,
|
|
2762
|
+
"visibility": "Public",
|
|
2624
2763
|
"declaringClrType": "System.Collections.Generic.IDictionary\u00602",
|
|
2625
2764
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2626
2765
|
"isExtensionMethod": false,
|
|
@@ -2641,6 +2780,7 @@
|
|
|
2641
2780
|
"isVirtual": true,
|
|
2642
2781
|
"isOverride": false,
|
|
2643
2782
|
"isSealed": false,
|
|
2783
|
+
"visibility": "Public",
|
|
2644
2784
|
"declaringClrType": "System.Collections.Generic.IDictionary\u00602",
|
|
2645
2785
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2646
2786
|
"isExtensionMethod": false,
|
|
@@ -2667,6 +2807,7 @@
|
|
|
2667
2807
|
"isVirtual": true,
|
|
2668
2808
|
"isOverride": false,
|
|
2669
2809
|
"isSealed": false,
|
|
2810
|
+
"visibility": "Public",
|
|
2670
2811
|
"declaringClrType": "System.Collections.Generic.ICollection\u00601",
|
|
2671
2812
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2672
2813
|
"isExtensionMethod": false,
|
|
@@ -2687,6 +2828,7 @@
|
|
|
2687
2828
|
"isVirtual": true,
|
|
2688
2829
|
"isOverride": false,
|
|
2689
2830
|
"isSealed": false,
|
|
2831
|
+
"visibility": "Public",
|
|
2690
2832
|
"declaringClrType": "System.Collections.IDictionary",
|
|
2691
2833
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2692
2834
|
"isExtensionMethod": false,
|
|
@@ -2707,6 +2849,7 @@
|
|
|
2707
2849
|
"isVirtual": true,
|
|
2708
2850
|
"isOverride": false,
|
|
2709
2851
|
"isSealed": false,
|
|
2852
|
+
"visibility": "Public",
|
|
2710
2853
|
"declaringClrType": "System.Collections.Generic.IReadOnlyDictionary\u00602",
|
|
2711
2854
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2712
2855
|
"isExtensionMethod": false,
|
|
@@ -2727,6 +2870,7 @@
|
|
|
2727
2870
|
"isVirtual": true,
|
|
2728
2871
|
"isOverride": false,
|
|
2729
2872
|
"isSealed": false,
|
|
2873
|
+
"visibility": "Public",
|
|
2730
2874
|
"declaringClrType": "System.Collections.Generic.IReadOnlyDictionary\u00602",
|
|
2731
2875
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2732
2876
|
"isExtensionMethod": false,
|
|
@@ -2755,6 +2899,7 @@
|
|
|
2755
2899
|
"isAbstract": false,
|
|
2756
2900
|
"isVirtual": true,
|
|
2757
2901
|
"isOverride": false,
|
|
2902
|
+
"visibility": "Public",
|
|
2758
2903
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602",
|
|
2759
2904
|
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
2760
2905
|
},
|
|
@@ -2773,6 +2918,7 @@
|
|
|
2773
2918
|
"isAbstract": false,
|
|
2774
2919
|
"isVirtual": false,
|
|
2775
2920
|
"isOverride": false,
|
|
2921
|
+
"visibility": "Public",
|
|
2776
2922
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602",
|
|
2777
2923
|
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
2778
2924
|
},
|
|
@@ -2791,6 +2937,7 @@
|
|
|
2791
2937
|
"isAbstract": false,
|
|
2792
2938
|
"isVirtual": true,
|
|
2793
2939
|
"isOverride": false,
|
|
2940
|
+
"visibility": "Public",
|
|
2794
2941
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602",
|
|
2795
2942
|
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
2796
2943
|
},
|
|
@@ -2809,6 +2956,7 @@
|
|
|
2809
2956
|
"isAbstract": false,
|
|
2810
2957
|
"isVirtual": false,
|
|
2811
2958
|
"isOverride": false,
|
|
2959
|
+
"visibility": "Public",
|
|
2812
2960
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602",
|
|
2813
2961
|
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
2814
2962
|
},
|
|
@@ -2827,6 +2975,7 @@
|
|
|
2827
2975
|
"isAbstract": false,
|
|
2828
2976
|
"isVirtual": true,
|
|
2829
2977
|
"isOverride": false,
|
|
2978
|
+
"visibility": "Public",
|
|
2830
2979
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602",
|
|
2831
2980
|
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
2832
2981
|
},
|
|
@@ -2845,6 +2994,7 @@
|
|
|
2845
2994
|
"isAbstract": false,
|
|
2846
2995
|
"isVirtual": true,
|
|
2847
2996
|
"isOverride": false,
|
|
2997
|
+
"visibility": "Public",
|
|
2848
2998
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602",
|
|
2849
2999
|
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
2850
3000
|
},
|
|
@@ -2863,6 +3013,7 @@
|
|
|
2863
3013
|
"isAbstract": false,
|
|
2864
3014
|
"isVirtual": true,
|
|
2865
3015
|
"isOverride": false,
|
|
3016
|
+
"visibility": "Public",
|
|
2866
3017
|
"sourceInterface": "System.Collections.Generic.ICollection\u00601",
|
|
2867
3018
|
"declaringClrType": "System.Collections.Generic.ICollection\u00601",
|
|
2868
3019
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -2882,6 +3033,7 @@
|
|
|
2882
3033
|
"isAbstract": false,
|
|
2883
3034
|
"isVirtual": true,
|
|
2884
3035
|
"isOverride": false,
|
|
3036
|
+
"visibility": "Public",
|
|
2885
3037
|
"sourceInterface": "System.Collections.IDictionary",
|
|
2886
3038
|
"declaringClrType": "System.Collections.IDictionary",
|
|
2887
3039
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -2901,6 +3053,7 @@
|
|
|
2901
3053
|
"isAbstract": false,
|
|
2902
3054
|
"isVirtual": true,
|
|
2903
3055
|
"isOverride": false,
|
|
3056
|
+
"visibility": "Public",
|
|
2904
3057
|
"sourceInterface": "System.Collections.ICollection",
|
|
2905
3058
|
"declaringClrType": "System.Collections.ICollection",
|
|
2906
3059
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -2920,6 +3073,7 @@
|
|
|
2920
3073
|
"isAbstract": false,
|
|
2921
3074
|
"isVirtual": true,
|
|
2922
3075
|
"isOverride": false,
|
|
3076
|
+
"visibility": "Public",
|
|
2923
3077
|
"sourceInterface": "System.Collections.Generic.IReadOnlyDictionary\u00602",
|
|
2924
3078
|
"declaringClrType": "System.Collections.Generic.IReadOnlyDictionary\u00602",
|
|
2925
3079
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -2939,6 +3093,7 @@
|
|
|
2939
3093
|
"isAbstract": false,
|
|
2940
3094
|
"isVirtual": true,
|
|
2941
3095
|
"isOverride": false,
|
|
3096
|
+
"visibility": "Public",
|
|
2942
3097
|
"sourceInterface": "System.Collections.Generic.IDictionary\u00602",
|
|
2943
3098
|
"declaringClrType": "System.Collections.Generic.IDictionary\u00602",
|
|
2944
3099
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -2958,6 +3113,7 @@
|
|
|
2958
3113
|
"isAbstract": false,
|
|
2959
3114
|
"isVirtual": true,
|
|
2960
3115
|
"isOverride": false,
|
|
3116
|
+
"visibility": "Public",
|
|
2961
3117
|
"sourceInterface": "System.Collections.Generic.IDictionary\u00602",
|
|
2962
3118
|
"declaringClrType": "System.Collections.Generic.IDictionary\u00602",
|
|
2963
3119
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -2977,6 +3133,7 @@
|
|
|
2977
3133
|
"isAbstract": false,
|
|
2978
3134
|
"isVirtual": true,
|
|
2979
3135
|
"isOverride": false,
|
|
3136
|
+
"visibility": "Public",
|
|
2980
3137
|
"sourceInterface": "System.Collections.Generic.ICollection\u00601",
|
|
2981
3138
|
"declaringClrType": "System.Collections.Generic.ICollection\u00601",
|
|
2982
3139
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -2996,6 +3153,7 @@
|
|
|
2996
3153
|
"isAbstract": false,
|
|
2997
3154
|
"isVirtual": true,
|
|
2998
3155
|
"isOverride": false,
|
|
3156
|
+
"visibility": "Public",
|
|
2999
3157
|
"sourceInterface": "System.Collections.IDictionary",
|
|
3000
3158
|
"declaringClrType": "System.Collections.IDictionary",
|
|
3001
3159
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -3015,6 +3173,7 @@
|
|
|
3015
3173
|
"isAbstract": false,
|
|
3016
3174
|
"isVirtual": true,
|
|
3017
3175
|
"isOverride": false,
|
|
3176
|
+
"visibility": "Public",
|
|
3018
3177
|
"sourceInterface": "System.Collections.ICollection",
|
|
3019
3178
|
"declaringClrType": "System.Collections.IDictionary",
|
|
3020
3179
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -3034,6 +3193,7 @@
|
|
|
3034
3193
|
"isAbstract": false,
|
|
3035
3194
|
"isVirtual": true,
|
|
3036
3195
|
"isOverride": false,
|
|
3196
|
+
"visibility": "Public",
|
|
3037
3197
|
"sourceInterface": "System.Collections.ICollection",
|
|
3038
3198
|
"declaringClrType": "System.Collections.IDictionary",
|
|
3039
3199
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -3053,6 +3213,7 @@
|
|
|
3053
3213
|
"isAbstract": false,
|
|
3054
3214
|
"isVirtual": true,
|
|
3055
3215
|
"isOverride": false,
|
|
3216
|
+
"visibility": "Public",
|
|
3056
3217
|
"sourceInterface": "System.Collections.ICollection",
|
|
3057
3218
|
"declaringClrType": "System.Collections.ICollection",
|
|
3058
3219
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -3072,6 +3233,7 @@
|
|
|
3072
3233
|
"isAbstract": false,
|
|
3073
3234
|
"isVirtual": true,
|
|
3074
3235
|
"isOverride": false,
|
|
3236
|
+
"visibility": "Public",
|
|
3075
3237
|
"sourceInterface": "System.Collections.ICollection",
|
|
3076
3238
|
"declaringClrType": "System.Collections.ICollection",
|
|
3077
3239
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -3091,6 +3253,7 @@
|
|
|
3091
3253
|
"isAbstract": false,
|
|
3092
3254
|
"isVirtual": true,
|
|
3093
3255
|
"isOverride": false,
|
|
3256
|
+
"visibility": "Public",
|
|
3094
3257
|
"sourceInterface": "System.Collections.Generic.IReadOnlyDictionary\u00602",
|
|
3095
3258
|
"declaringClrType": "System.Collections.Generic.IReadOnlyDictionary\u00602",
|
|
3096
3259
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -3110,6 +3273,7 @@
|
|
|
3110
3273
|
"isAbstract": false,
|
|
3111
3274
|
"isVirtual": true,
|
|
3112
3275
|
"isOverride": false,
|
|
3276
|
+
"visibility": "Public",
|
|
3113
3277
|
"sourceInterface": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
3114
3278
|
"declaringClrType": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
3115
3279
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -3125,6 +3289,7 @@
|
|
|
3125
3289
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3126
3290
|
"isStatic": false,
|
|
3127
3291
|
"parameterCount": 0,
|
|
3292
|
+
"visibility": "Public",
|
|
3128
3293
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602",
|
|
3129
3294
|
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
3130
3295
|
},
|
|
@@ -3135,6 +3300,7 @@
|
|
|
3135
3300
|
"normalizedSignature": "constructor|(System.Int32,System.Int32):void|static=false",
|
|
3136
3301
|
"isStatic": false,
|
|
3137
3302
|
"parameterCount": 2,
|
|
3303
|
+
"visibility": "Public",
|
|
3138
3304
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602",
|
|
3139
3305
|
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
3140
3306
|
},
|
|
@@ -3145,6 +3311,7 @@
|
|
|
3145
3311
|
"normalizedSignature": "constructor|(IEnumerable_1):void|static=false",
|
|
3146
3312
|
"isStatic": false,
|
|
3147
3313
|
"parameterCount": 1,
|
|
3314
|
+
"visibility": "Public",
|
|
3148
3315
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602",
|
|
3149
3316
|
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
3150
3317
|
},
|
|
@@ -3155,6 +3322,7 @@
|
|
|
3155
3322
|
"normalizedSignature": "constructor|(IEqualityComparer_1):void|static=false",
|
|
3156
3323
|
"isStatic": false,
|
|
3157
3324
|
"parameterCount": 1,
|
|
3325
|
+
"visibility": "Public",
|
|
3158
3326
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602",
|
|
3159
3327
|
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
3160
3328
|
},
|
|
@@ -3165,6 +3333,7 @@
|
|
|
3165
3333
|
"normalizedSignature": "constructor|(IEnumerable_1,IEqualityComparer_1):void|static=false",
|
|
3166
3334
|
"isStatic": false,
|
|
3167
3335
|
"parameterCount": 2,
|
|
3336
|
+
"visibility": "Public",
|
|
3168
3337
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602",
|
|
3169
3338
|
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
3170
3339
|
},
|
|
@@ -3175,6 +3344,7 @@
|
|
|
3175
3344
|
"normalizedSignature": "constructor|(System.Int32,IEnumerable_1,IEqualityComparer_1):void|static=false",
|
|
3176
3345
|
"isStatic": false,
|
|
3177
3346
|
"parameterCount": 3,
|
|
3347
|
+
"visibility": "Public",
|
|
3178
3348
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602",
|
|
3179
3349
|
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
3180
3350
|
},
|
|
@@ -3185,6 +3355,7 @@
|
|
|
3185
3355
|
"normalizedSignature": "constructor|(System.Int32,System.Int32,IEqualityComparer_1):void|static=false",
|
|
3186
3356
|
"isStatic": false,
|
|
3187
3357
|
"parameterCount": 3,
|
|
3358
|
+
"visibility": "Public",
|
|
3188
3359
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentDictionary\u00602",
|
|
3189
3360
|
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
3190
3361
|
}
|
|
@@ -3201,9 +3372,6 @@
|
|
|
3201
3372
|
"isSealed": false,
|
|
3202
3373
|
"isStatic": false,
|
|
3203
3374
|
"arity": 1,
|
|
3204
|
-
"typeParameters": [
|
|
3205
|
-
"T"
|
|
3206
|
-
],
|
|
3207
3375
|
"baseType": {
|
|
3208
3376
|
"stableId": "System.Private.CoreLib:System.Object",
|
|
3209
3377
|
"clrName": "System.Object"
|
|
@@ -3224,21 +3392,24 @@
|
|
|
3224
3392
|
]
|
|
3225
3393
|
},
|
|
3226
3394
|
{
|
|
3227
|
-
"stableId": "System.Private.CoreLib:System.Collections.
|
|
3228
|
-
"clrName": "System.Collections.
|
|
3229
|
-
"typeArguments": [
|
|
3230
|
-
"T"
|
|
3231
|
-
]
|
|
3395
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
3396
|
+
"clrName": "System.Collections.IEnumerable"
|
|
3232
3397
|
},
|
|
3233
3398
|
{
|
|
3234
3399
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection",
|
|
3235
3400
|
"clrName": "System.Collections.ICollection"
|
|
3236
3401
|
},
|
|
3237
3402
|
{
|
|
3238
|
-
"stableId": "System.Private.CoreLib:System.Collections.
|
|
3239
|
-
"clrName": "System.Collections.
|
|
3403
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
3404
|
+
"clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
3405
|
+
"typeArguments": [
|
|
3406
|
+
"T"
|
|
3407
|
+
]
|
|
3240
3408
|
}
|
|
3241
3409
|
],
|
|
3410
|
+
"typeParameters": [
|
|
3411
|
+
"T"
|
|
3412
|
+
],
|
|
3242
3413
|
"methods": [
|
|
3243
3414
|
{
|
|
3244
3415
|
"stableId": "System.Private.CoreLib:System.Collections.Concurrent.ConcurrentQueue\u00601::ToArray():T[]",
|
|
@@ -3255,6 +3426,7 @@
|
|
|
3255
3426
|
"isVirtual": true,
|
|
3256
3427
|
"isOverride": false,
|
|
3257
3428
|
"isSealed": true,
|
|
3429
|
+
"visibility": "Public",
|
|
3258
3430
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentQueue\u00601",
|
|
3259
3431
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3260
3432
|
"isExtensionMethod": false
|
|
@@ -3274,6 +3446,7 @@
|
|
|
3274
3446
|
"isVirtual": true,
|
|
3275
3447
|
"isOverride": false,
|
|
3276
3448
|
"isSealed": true,
|
|
3449
|
+
"visibility": "Public",
|
|
3277
3450
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentQueue\u00601",
|
|
3278
3451
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3279
3452
|
"isExtensionMethod": false
|
|
@@ -3293,6 +3466,7 @@
|
|
|
3293
3466
|
"isVirtual": true,
|
|
3294
3467
|
"isOverride": false,
|
|
3295
3468
|
"isSealed": true,
|
|
3469
|
+
"visibility": "Public",
|
|
3296
3470
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentQueue\u00601",
|
|
3297
3471
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3298
3472
|
"isExtensionMethod": false
|
|
@@ -3312,6 +3486,7 @@
|
|
|
3312
3486
|
"isVirtual": false,
|
|
3313
3487
|
"isOverride": false,
|
|
3314
3488
|
"isSealed": false,
|
|
3489
|
+
"visibility": "Public",
|
|
3315
3490
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentQueue\u00601",
|
|
3316
3491
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3317
3492
|
"isExtensionMethod": false
|
|
@@ -3331,6 +3506,7 @@
|
|
|
3331
3506
|
"isVirtual": false,
|
|
3332
3507
|
"isOverride": false,
|
|
3333
3508
|
"isSealed": false,
|
|
3509
|
+
"visibility": "Public",
|
|
3334
3510
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentQueue\u00601",
|
|
3335
3511
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3336
3512
|
"isExtensionMethod": false,
|
|
@@ -3356,6 +3532,7 @@
|
|
|
3356
3532
|
"isVirtual": false,
|
|
3357
3533
|
"isOverride": false,
|
|
3358
3534
|
"isSealed": false,
|
|
3535
|
+
"visibility": "Public",
|
|
3359
3536
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentQueue\u00601",
|
|
3360
3537
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3361
3538
|
"isExtensionMethod": false,
|
|
@@ -3381,6 +3558,7 @@
|
|
|
3381
3558
|
"isVirtual": false,
|
|
3382
3559
|
"isOverride": false,
|
|
3383
3560
|
"isSealed": false,
|
|
3561
|
+
"visibility": "Public",
|
|
3384
3562
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentQueue\u00601",
|
|
3385
3563
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3386
3564
|
"isExtensionMethod": false
|
|
@@ -3400,6 +3578,7 @@
|
|
|
3400
3578
|
"isVirtual": true,
|
|
3401
3579
|
"isOverride": false,
|
|
3402
3580
|
"isSealed": false,
|
|
3581
|
+
"visibility": "Public",
|
|
3403
3582
|
"declaringClrType": "System.Collections.Concurrent.IProducerConsumerCollection\u00601",
|
|
3404
3583
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3405
3584
|
"isExtensionMethod": false,
|
|
@@ -3420,6 +3599,7 @@
|
|
|
3420
3599
|
"isVirtual": true,
|
|
3421
3600
|
"isOverride": false,
|
|
3422
3601
|
"isSealed": false,
|
|
3602
|
+
"visibility": "Public",
|
|
3423
3603
|
"declaringClrType": "System.Collections.Concurrent.IProducerConsumerCollection\u00601",
|
|
3424
3604
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3425
3605
|
"isExtensionMethod": false,
|
|
@@ -3446,6 +3626,7 @@
|
|
|
3446
3626
|
"isVirtual": true,
|
|
3447
3627
|
"isOverride": false,
|
|
3448
3628
|
"isSealed": false,
|
|
3629
|
+
"visibility": "Public",
|
|
3449
3630
|
"declaringClrType": "System.Collections.IEnumerable",
|
|
3450
3631
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3451
3632
|
"isExtensionMethod": false,
|
|
@@ -3466,6 +3647,7 @@
|
|
|
3466
3647
|
"isVirtual": true,
|
|
3467
3648
|
"isOverride": false,
|
|
3468
3649
|
"isSealed": false,
|
|
3650
|
+
"visibility": "Public",
|
|
3469
3651
|
"declaringClrType": "System.Collections.ICollection",
|
|
3470
3652
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3471
3653
|
"isExtensionMethod": false,
|
|
@@ -3486,6 +3668,7 @@
|
|
|
3486
3668
|
"isVirtual": true,
|
|
3487
3669
|
"isOverride": false,
|
|
3488
3670
|
"isSealed": false,
|
|
3671
|
+
"visibility": "Public",
|
|
3489
3672
|
"declaringClrType": "System.Collections.Concurrent.IProducerConsumerCollection\u00601",
|
|
3490
3673
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3491
3674
|
"isExtensionMethod": false,
|
|
@@ -3506,6 +3689,7 @@
|
|
|
3506
3689
|
"isVirtual": true,
|
|
3507
3690
|
"isOverride": false,
|
|
3508
3691
|
"isSealed": false,
|
|
3692
|
+
"visibility": "Public",
|
|
3509
3693
|
"declaringClrType": "System.Collections.Concurrent.IProducerConsumerCollection\u00601",
|
|
3510
3694
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3511
3695
|
"isExtensionMethod": false,
|
|
@@ -3526,6 +3710,7 @@
|
|
|
3526
3710
|
"isVirtual": true,
|
|
3527
3711
|
"isOverride": false,
|
|
3528
3712
|
"isSealed": false,
|
|
3713
|
+
"visibility": "Public",
|
|
3529
3714
|
"declaringClrType": "System.Collections.Generic.IEnumerable\u00601",
|
|
3530
3715
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3531
3716
|
"isExtensionMethod": false,
|
|
@@ -3548,6 +3733,7 @@
|
|
|
3548
3733
|
"isAbstract": false,
|
|
3549
3734
|
"isVirtual": false,
|
|
3550
3735
|
"isOverride": false,
|
|
3736
|
+
"visibility": "Public",
|
|
3551
3737
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentQueue\u00601",
|
|
3552
3738
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3553
3739
|
},
|
|
@@ -3566,6 +3752,7 @@
|
|
|
3566
3752
|
"isAbstract": false,
|
|
3567
3753
|
"isVirtual": true,
|
|
3568
3754
|
"isOverride": false,
|
|
3755
|
+
"visibility": "Public",
|
|
3569
3756
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentQueue\u00601",
|
|
3570
3757
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3571
3758
|
},
|
|
@@ -3584,6 +3771,7 @@
|
|
|
3584
3771
|
"isAbstract": false,
|
|
3585
3772
|
"isVirtual": true,
|
|
3586
3773
|
"isOverride": false,
|
|
3774
|
+
"visibility": "Public",
|
|
3587
3775
|
"sourceInterface": "System.Collections.ICollection",
|
|
3588
3776
|
"declaringClrType": "System.Collections.ICollection",
|
|
3589
3777
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -3603,6 +3791,7 @@
|
|
|
3603
3791
|
"isAbstract": false,
|
|
3604
3792
|
"isVirtual": true,
|
|
3605
3793
|
"isOverride": false,
|
|
3794
|
+
"visibility": "Public",
|
|
3606
3795
|
"sourceInterface": "System.Collections.ICollection",
|
|
3607
3796
|
"declaringClrType": "System.Collections.ICollection",
|
|
3608
3797
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -3622,6 +3811,7 @@
|
|
|
3622
3811
|
"isAbstract": false,
|
|
3623
3812
|
"isVirtual": true,
|
|
3624
3813
|
"isOverride": false,
|
|
3814
|
+
"visibility": "Public",
|
|
3625
3815
|
"sourceInterface": "System.Collections.ICollection",
|
|
3626
3816
|
"declaringClrType": "System.Collections.ICollection",
|
|
3627
3817
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -3641,6 +3831,7 @@
|
|
|
3641
3831
|
"isAbstract": false,
|
|
3642
3832
|
"isVirtual": true,
|
|
3643
3833
|
"isOverride": false,
|
|
3834
|
+
"visibility": "Public",
|
|
3644
3835
|
"sourceInterface": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
3645
3836
|
"declaringClrType": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
3646
3837
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -3656,6 +3847,7 @@
|
|
|
3656
3847
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3657
3848
|
"isStatic": false,
|
|
3658
3849
|
"parameterCount": 0,
|
|
3850
|
+
"visibility": "Public",
|
|
3659
3851
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentQueue\u00601",
|
|
3660
3852
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3661
3853
|
},
|
|
@@ -3666,6 +3858,7 @@
|
|
|
3666
3858
|
"normalizedSignature": "constructor|(IEnumerable_1):void|static=false",
|
|
3667
3859
|
"isStatic": false,
|
|
3668
3860
|
"parameterCount": 1,
|
|
3861
|
+
"visibility": "Public",
|
|
3669
3862
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentQueue\u00601",
|
|
3670
3863
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3671
3864
|
}
|
|
@@ -3682,9 +3875,6 @@
|
|
|
3682
3875
|
"isSealed": false,
|
|
3683
3876
|
"isStatic": false,
|
|
3684
3877
|
"arity": 1,
|
|
3685
|
-
"typeParameters": [
|
|
3686
|
-
"T"
|
|
3687
|
-
],
|
|
3688
3878
|
"baseType": {
|
|
3689
3879
|
"stableId": "System.Private.CoreLib:System.Object",
|
|
3690
3880
|
"clrName": "System.Object"
|
|
@@ -3705,21 +3895,24 @@
|
|
|
3705
3895
|
]
|
|
3706
3896
|
},
|
|
3707
3897
|
{
|
|
3708
|
-
"stableId": "System.Private.CoreLib:System.Collections.
|
|
3709
|
-
"clrName": "System.Collections.
|
|
3710
|
-
"typeArguments": [
|
|
3711
|
-
"T"
|
|
3712
|
-
]
|
|
3898
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
3899
|
+
"clrName": "System.Collections.IEnumerable"
|
|
3713
3900
|
},
|
|
3714
3901
|
{
|
|
3715
3902
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection",
|
|
3716
3903
|
"clrName": "System.Collections.ICollection"
|
|
3717
3904
|
},
|
|
3718
3905
|
{
|
|
3719
|
-
"stableId": "System.Private.CoreLib:System.Collections.
|
|
3720
|
-
"clrName": "System.Collections.
|
|
3906
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
3907
|
+
"clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
3908
|
+
"typeArguments": [
|
|
3909
|
+
"T"
|
|
3910
|
+
]
|
|
3721
3911
|
}
|
|
3722
3912
|
],
|
|
3913
|
+
"typeParameters": [
|
|
3914
|
+
"T"
|
|
3915
|
+
],
|
|
3723
3916
|
"methods": [
|
|
3724
3917
|
{
|
|
3725
3918
|
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.ConcurrentStack\u00601::Clear():System.Void",
|
|
@@ -3736,6 +3929,7 @@
|
|
|
3736
3929
|
"isVirtual": false,
|
|
3737
3930
|
"isOverride": false,
|
|
3738
3931
|
"isSealed": false,
|
|
3932
|
+
"visibility": "Public",
|
|
3739
3933
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentStack\u00601",
|
|
3740
3934
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
3741
3935
|
"isExtensionMethod": false
|
|
@@ -3755,6 +3949,7 @@
|
|
|
3755
3949
|
"isVirtual": true,
|
|
3756
3950
|
"isOverride": false,
|
|
3757
3951
|
"isSealed": true,
|
|
3952
|
+
"visibility": "Public",
|
|
3758
3953
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentStack\u00601",
|
|
3759
3954
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
3760
3955
|
"isExtensionMethod": false
|
|
@@ -3774,6 +3969,7 @@
|
|
|
3774
3969
|
"isVirtual": false,
|
|
3775
3970
|
"isOverride": false,
|
|
3776
3971
|
"isSealed": false,
|
|
3972
|
+
"visibility": "Public",
|
|
3777
3973
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentStack\u00601",
|
|
3778
3974
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
3779
3975
|
"isExtensionMethod": false
|
|
@@ -3793,6 +3989,7 @@
|
|
|
3793
3989
|
"isVirtual": false,
|
|
3794
3990
|
"isOverride": false,
|
|
3795
3991
|
"isSealed": false,
|
|
3992
|
+
"visibility": "Public",
|
|
3796
3993
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentStack\u00601",
|
|
3797
3994
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
3798
3995
|
"isExtensionMethod": false
|
|
@@ -3812,6 +4009,7 @@
|
|
|
3812
4009
|
"isVirtual": false,
|
|
3813
4010
|
"isOverride": false,
|
|
3814
4011
|
"isSealed": false,
|
|
4012
|
+
"visibility": "Public",
|
|
3815
4013
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentStack\u00601",
|
|
3816
4014
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
3817
4015
|
"isExtensionMethod": false
|
|
@@ -3831,6 +4029,7 @@
|
|
|
3831
4029
|
"isVirtual": false,
|
|
3832
4030
|
"isOverride": false,
|
|
3833
4031
|
"isSealed": false,
|
|
4032
|
+
"visibility": "Public",
|
|
3834
4033
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentStack\u00601",
|
|
3835
4034
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
3836
4035
|
"isExtensionMethod": false,
|
|
@@ -3856,6 +4055,7 @@
|
|
|
3856
4055
|
"isVirtual": false,
|
|
3857
4056
|
"isOverride": false,
|
|
3858
4057
|
"isSealed": false,
|
|
4058
|
+
"visibility": "Public",
|
|
3859
4059
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentStack\u00601",
|
|
3860
4060
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
3861
4061
|
"isExtensionMethod": false,
|
|
@@ -3881,6 +4081,7 @@
|
|
|
3881
4081
|
"isVirtual": false,
|
|
3882
4082
|
"isOverride": false,
|
|
3883
4083
|
"isSealed": false,
|
|
4084
|
+
"visibility": "Public",
|
|
3884
4085
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentStack\u00601",
|
|
3885
4086
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
3886
4087
|
"isExtensionMethod": false
|
|
@@ -3900,6 +4101,7 @@
|
|
|
3900
4101
|
"isVirtual": false,
|
|
3901
4102
|
"isOverride": false,
|
|
3902
4103
|
"isSealed": false,
|
|
4104
|
+
"visibility": "Public",
|
|
3903
4105
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentStack\u00601",
|
|
3904
4106
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
3905
4107
|
"isExtensionMethod": false
|
|
@@ -3919,6 +4121,7 @@
|
|
|
3919
4121
|
"isVirtual": true,
|
|
3920
4122
|
"isOverride": false,
|
|
3921
4123
|
"isSealed": true,
|
|
4124
|
+
"visibility": "Public",
|
|
3922
4125
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentStack\u00601",
|
|
3923
4126
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
3924
4127
|
"isExtensionMethod": false
|
|
@@ -3938,6 +4141,7 @@
|
|
|
3938
4141
|
"isVirtual": true,
|
|
3939
4142
|
"isOverride": false,
|
|
3940
4143
|
"isSealed": true,
|
|
4144
|
+
"visibility": "Public",
|
|
3941
4145
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentStack\u00601",
|
|
3942
4146
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
3943
4147
|
"isExtensionMethod": false
|
|
@@ -3957,6 +4161,7 @@
|
|
|
3957
4161
|
"isVirtual": true,
|
|
3958
4162
|
"isOverride": false,
|
|
3959
4163
|
"isSealed": false,
|
|
4164
|
+
"visibility": "Public",
|
|
3960
4165
|
"declaringClrType": "System.Collections.Concurrent.IProducerConsumerCollection\u00601",
|
|
3961
4166
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3962
4167
|
"isExtensionMethod": false,
|
|
@@ -3977,6 +4182,7 @@
|
|
|
3977
4182
|
"isVirtual": true,
|
|
3978
4183
|
"isOverride": false,
|
|
3979
4184
|
"isSealed": false,
|
|
4185
|
+
"visibility": "Public",
|
|
3980
4186
|
"declaringClrType": "System.Collections.Concurrent.IProducerConsumerCollection\u00601",
|
|
3981
4187
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3982
4188
|
"isExtensionMethod": false,
|
|
@@ -4003,6 +4209,7 @@
|
|
|
4003
4209
|
"isVirtual": true,
|
|
4004
4210
|
"isOverride": false,
|
|
4005
4211
|
"isSealed": false,
|
|
4212
|
+
"visibility": "Public",
|
|
4006
4213
|
"declaringClrType": "System.Collections.IEnumerable",
|
|
4007
4214
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4008
4215
|
"isExtensionMethod": false,
|
|
@@ -4023,6 +4230,7 @@
|
|
|
4023
4230
|
"isVirtual": true,
|
|
4024
4231
|
"isOverride": false,
|
|
4025
4232
|
"isSealed": false,
|
|
4233
|
+
"visibility": "Public",
|
|
4026
4234
|
"declaringClrType": "System.Collections.ICollection",
|
|
4027
4235
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4028
4236
|
"isExtensionMethod": false,
|
|
@@ -4043,6 +4251,7 @@
|
|
|
4043
4251
|
"isVirtual": true,
|
|
4044
4252
|
"isOverride": false,
|
|
4045
4253
|
"isSealed": false,
|
|
4254
|
+
"visibility": "Public",
|
|
4046
4255
|
"declaringClrType": "System.Collections.Concurrent.IProducerConsumerCollection\u00601",
|
|
4047
4256
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4048
4257
|
"isExtensionMethod": false,
|
|
@@ -4063,6 +4272,7 @@
|
|
|
4063
4272
|
"isVirtual": true,
|
|
4064
4273
|
"isOverride": false,
|
|
4065
4274
|
"isSealed": false,
|
|
4275
|
+
"visibility": "Public",
|
|
4066
4276
|
"declaringClrType": "System.Collections.Concurrent.IProducerConsumerCollection\u00601",
|
|
4067
4277
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4068
4278
|
"isExtensionMethod": false,
|
|
@@ -4083,6 +4293,7 @@
|
|
|
4083
4293
|
"isVirtual": true,
|
|
4084
4294
|
"isOverride": false,
|
|
4085
4295
|
"isSealed": false,
|
|
4296
|
+
"visibility": "Public",
|
|
4086
4297
|
"declaringClrType": "System.Collections.Generic.IEnumerable\u00601",
|
|
4087
4298
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4088
4299
|
"isExtensionMethod": false,
|
|
@@ -4105,6 +4316,7 @@
|
|
|
4105
4316
|
"isAbstract": false,
|
|
4106
4317
|
"isVirtual": false,
|
|
4107
4318
|
"isOverride": false,
|
|
4319
|
+
"visibility": "Public",
|
|
4108
4320
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentStack\u00601",
|
|
4109
4321
|
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
4110
4322
|
},
|
|
@@ -4123,6 +4335,7 @@
|
|
|
4123
4335
|
"isAbstract": false,
|
|
4124
4336
|
"isVirtual": true,
|
|
4125
4337
|
"isOverride": false,
|
|
4338
|
+
"visibility": "Public",
|
|
4126
4339
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentStack\u00601",
|
|
4127
4340
|
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
4128
4341
|
},
|
|
@@ -4141,6 +4354,7 @@
|
|
|
4141
4354
|
"isAbstract": false,
|
|
4142
4355
|
"isVirtual": true,
|
|
4143
4356
|
"isOverride": false,
|
|
4357
|
+
"visibility": "Public",
|
|
4144
4358
|
"sourceInterface": "System.Collections.ICollection",
|
|
4145
4359
|
"declaringClrType": "System.Collections.ICollection",
|
|
4146
4360
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -4160,6 +4374,7 @@
|
|
|
4160
4374
|
"isAbstract": false,
|
|
4161
4375
|
"isVirtual": true,
|
|
4162
4376
|
"isOverride": false,
|
|
4377
|
+
"visibility": "Public",
|
|
4163
4378
|
"sourceInterface": "System.Collections.ICollection",
|
|
4164
4379
|
"declaringClrType": "System.Collections.ICollection",
|
|
4165
4380
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -4179,6 +4394,7 @@
|
|
|
4179
4394
|
"isAbstract": false,
|
|
4180
4395
|
"isVirtual": true,
|
|
4181
4396
|
"isOverride": false,
|
|
4397
|
+
"visibility": "Public",
|
|
4182
4398
|
"sourceInterface": "System.Collections.ICollection",
|
|
4183
4399
|
"declaringClrType": "System.Collections.ICollection",
|
|
4184
4400
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -4198,6 +4414,7 @@
|
|
|
4198
4414
|
"isAbstract": false,
|
|
4199
4415
|
"isVirtual": true,
|
|
4200
4416
|
"isOverride": false,
|
|
4417
|
+
"visibility": "Public",
|
|
4201
4418
|
"sourceInterface": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
4202
4419
|
"declaringClrType": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
4203
4420
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -4213,6 +4430,7 @@
|
|
|
4213
4430
|
"normalizedSignature": "constructor|():void|static=false",
|
|
4214
4431
|
"isStatic": false,
|
|
4215
4432
|
"parameterCount": 0,
|
|
4433
|
+
"visibility": "Public",
|
|
4216
4434
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentStack\u00601",
|
|
4217
4435
|
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
4218
4436
|
},
|
|
@@ -4223,6 +4441,7 @@
|
|
|
4223
4441
|
"normalizedSignature": "constructor|(IEnumerable_1):void|static=false",
|
|
4224
4442
|
"isStatic": false,
|
|
4225
4443
|
"parameterCount": 1,
|
|
4444
|
+
"visibility": "Public",
|
|
4226
4445
|
"declaringClrType": "System.Collections.Concurrent.ConcurrentStack\u00601",
|
|
4227
4446
|
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
4228
4447
|
}
|
|
@@ -4239,9 +4458,6 @@
|
|
|
4239
4458
|
"isSealed": false,
|
|
4240
4459
|
"isStatic": false,
|
|
4241
4460
|
"arity": 1,
|
|
4242
|
-
"typeParameters": [
|
|
4243
|
-
"TSource"
|
|
4244
|
-
],
|
|
4245
4461
|
"baseType": {
|
|
4246
4462
|
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.Partitioner\u00601",
|
|
4247
4463
|
"clrName": "System.Collections.Concurrent.Partitioner\u00601",
|
|
@@ -4249,6 +4465,9 @@
|
|
|
4249
4465
|
"TSource"
|
|
4250
4466
|
]
|
|
4251
4467
|
},
|
|
4468
|
+
"typeParameters": [
|
|
4469
|
+
"TSource"
|
|
4470
|
+
],
|
|
4252
4471
|
"methods": [
|
|
4253
4472
|
{
|
|
4254
4473
|
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.OrderablePartitioner\u00601::GetOrderablePartitions(System.Int32):IList_1",
|
|
@@ -4265,6 +4484,7 @@
|
|
|
4265
4484
|
"isVirtual": true,
|
|
4266
4485
|
"isOverride": false,
|
|
4267
4486
|
"isSealed": false,
|
|
4487
|
+
"visibility": "Public",
|
|
4268
4488
|
"declaringClrType": "System.Collections.Concurrent.OrderablePartitioner\u00601",
|
|
4269
4489
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
4270
4490
|
"isExtensionMethod": false
|
|
@@ -4284,6 +4504,7 @@
|
|
|
4284
4504
|
"isVirtual": true,
|
|
4285
4505
|
"isOverride": false,
|
|
4286
4506
|
"isSealed": false,
|
|
4507
|
+
"visibility": "Public",
|
|
4287
4508
|
"declaringClrType": "System.Collections.Concurrent.OrderablePartitioner\u00601",
|
|
4288
4509
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
4289
4510
|
"isExtensionMethod": false
|
|
@@ -4303,6 +4524,7 @@
|
|
|
4303
4524
|
"isVirtual": true,
|
|
4304
4525
|
"isOverride": true,
|
|
4305
4526
|
"isSealed": false,
|
|
4527
|
+
"visibility": "Public",
|
|
4306
4528
|
"declaringClrType": "System.Collections.Concurrent.OrderablePartitioner\u00601",
|
|
4307
4529
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
4308
4530
|
"isExtensionMethod": false
|
|
@@ -4322,6 +4544,7 @@
|
|
|
4322
4544
|
"isVirtual": true,
|
|
4323
4545
|
"isOverride": true,
|
|
4324
4546
|
"isSealed": false,
|
|
4547
|
+
"visibility": "Public",
|
|
4325
4548
|
"declaringClrType": "System.Collections.Concurrent.OrderablePartitioner\u00601",
|
|
4326
4549
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
4327
4550
|
"isExtensionMethod": false
|
|
@@ -4341,6 +4564,7 @@
|
|
|
4341
4564
|
"isVirtual": true,
|
|
4342
4565
|
"isOverride": false,
|
|
4343
4566
|
"isSealed": false,
|
|
4567
|
+
"visibility": "Public",
|
|
4344
4568
|
"declaringClrType": "System.Collections.Concurrent.OrderablePartitioner\u00601",
|
|
4345
4569
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
4346
4570
|
"isExtensionMethod": false
|
|
@@ -4360,6 +4584,7 @@
|
|
|
4360
4584
|
"isVirtual": true,
|
|
4361
4585
|
"isOverride": false,
|
|
4362
4586
|
"isSealed": false,
|
|
4587
|
+
"visibility": "Public",
|
|
4363
4588
|
"declaringClrType": "System.Collections.Concurrent.OrderablePartitioner\u00601",
|
|
4364
4589
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
4365
4590
|
"isExtensionMethod": false
|
|
@@ -4381,6 +4606,7 @@
|
|
|
4381
4606
|
"isAbstract": false,
|
|
4382
4607
|
"isVirtual": false,
|
|
4383
4608
|
"isOverride": false,
|
|
4609
|
+
"visibility": "Public",
|
|
4384
4610
|
"declaringClrType": "System.Collections.Concurrent.OrderablePartitioner\u00601",
|
|
4385
4611
|
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
4386
4612
|
},
|
|
@@ -4399,6 +4625,7 @@
|
|
|
4399
4625
|
"isAbstract": false,
|
|
4400
4626
|
"isVirtual": false,
|
|
4401
4627
|
"isOverride": false,
|
|
4628
|
+
"visibility": "Public",
|
|
4402
4629
|
"declaringClrType": "System.Collections.Concurrent.OrderablePartitioner\u00601",
|
|
4403
4630
|
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
4404
4631
|
},
|
|
@@ -4417,13 +4644,26 @@
|
|
|
4417
4644
|
"isAbstract": false,
|
|
4418
4645
|
"isVirtual": false,
|
|
4419
4646
|
"isOverride": false,
|
|
4647
|
+
"visibility": "Public",
|
|
4420
4648
|
"declaringClrType": "System.Collections.Concurrent.OrderablePartitioner\u00601",
|
|
4421
4649
|
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
4422
4650
|
}
|
|
4423
4651
|
],
|
|
4424
4652
|
"fields": [],
|
|
4425
4653
|
"events": [],
|
|
4426
|
-
"constructors": [
|
|
4654
|
+
"constructors": [
|
|
4655
|
+
{
|
|
4656
|
+
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.OrderablePartitioner\u00601::.ctor(System.Boolean,System.Boolean,System.Boolean):void",
|
|
4657
|
+
"metadataToken": 100663611,
|
|
4658
|
+
"canonicalSignature": "(System.Boolean,System.Boolean,System.Boolean):void",
|
|
4659
|
+
"normalizedSignature": "constructor|(System.Boolean,System.Boolean,System.Boolean):void|static=false",
|
|
4660
|
+
"isStatic": false,
|
|
4661
|
+
"parameterCount": 3,
|
|
4662
|
+
"visibility": "Protected",
|
|
4663
|
+
"declaringClrType": "System.Collections.Concurrent.OrderablePartitioner\u00601",
|
|
4664
|
+
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
4665
|
+
}
|
|
4666
|
+
]
|
|
4427
4667
|
},
|
|
4428
4668
|
{
|
|
4429
4669
|
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.Partitioner\u00601",
|
|
@@ -4436,13 +4676,13 @@
|
|
|
4436
4676
|
"isSealed": false,
|
|
4437
4677
|
"isStatic": false,
|
|
4438
4678
|
"arity": 1,
|
|
4439
|
-
"typeParameters": [
|
|
4440
|
-
"TSource"
|
|
4441
|
-
],
|
|
4442
4679
|
"baseType": {
|
|
4443
4680
|
"stableId": "System.Private.CoreLib:System.Object",
|
|
4444
4681
|
"clrName": "System.Object"
|
|
4445
4682
|
},
|
|
4683
|
+
"typeParameters": [
|
|
4684
|
+
"TSource"
|
|
4685
|
+
],
|
|
4446
4686
|
"methods": [
|
|
4447
4687
|
{
|
|
4448
4688
|
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.Partitioner\u00601::GetPartitions(System.Int32):IList_1",
|
|
@@ -4459,6 +4699,7 @@
|
|
|
4459
4699
|
"isVirtual": true,
|
|
4460
4700
|
"isOverride": false,
|
|
4461
4701
|
"isSealed": false,
|
|
4702
|
+
"visibility": "Public",
|
|
4462
4703
|
"declaringClrType": "System.Collections.Concurrent.Partitioner\u00601",
|
|
4463
4704
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
4464
4705
|
"isExtensionMethod": false
|
|
@@ -4478,6 +4719,7 @@
|
|
|
4478
4719
|
"isVirtual": true,
|
|
4479
4720
|
"isOverride": false,
|
|
4480
4721
|
"isSealed": false,
|
|
4722
|
+
"visibility": "Public",
|
|
4481
4723
|
"declaringClrType": "System.Collections.Concurrent.Partitioner\u00601",
|
|
4482
4724
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
4483
4725
|
"isExtensionMethod": false
|
|
@@ -4499,13 +4741,26 @@
|
|
|
4499
4741
|
"isAbstract": false,
|
|
4500
4742
|
"isVirtual": true,
|
|
4501
4743
|
"isOverride": false,
|
|
4744
|
+
"visibility": "Public",
|
|
4502
4745
|
"declaringClrType": "System.Collections.Concurrent.Partitioner\u00601",
|
|
4503
4746
|
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
4504
4747
|
}
|
|
4505
4748
|
],
|
|
4506
4749
|
"fields": [],
|
|
4507
4750
|
"events": [],
|
|
4508
|
-
"constructors": [
|
|
4751
|
+
"constructors": [
|
|
4752
|
+
{
|
|
4753
|
+
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.Partitioner\u00601::.ctor():void",
|
|
4754
|
+
"metadataToken": 100663632,
|
|
4755
|
+
"canonicalSignature": "():void",
|
|
4756
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
4757
|
+
"isStatic": false,
|
|
4758
|
+
"parameterCount": 0,
|
|
4759
|
+
"visibility": "Protected",
|
|
4760
|
+
"declaringClrType": "System.Collections.Concurrent.Partitioner\u00601",
|
|
4761
|
+
"declaringAssemblyName": "System.Collections.Concurrent"
|
|
4762
|
+
}
|
|
4763
|
+
]
|
|
4509
4764
|
},
|
|
4510
4765
|
{
|
|
4511
4766
|
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.Partitioner",
|
|
@@ -4538,6 +4793,7 @@
|
|
|
4538
4793
|
"isVirtual": false,
|
|
4539
4794
|
"isOverride": false,
|
|
4540
4795
|
"isSealed": false,
|
|
4796
|
+
"visibility": "Public",
|
|
4541
4797
|
"declaringClrType": "System.Collections.Concurrent.Partitioner",
|
|
4542
4798
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
4543
4799
|
"isExtensionMethod": false
|
|
@@ -4557,6 +4813,7 @@
|
|
|
4557
4813
|
"isVirtual": false,
|
|
4558
4814
|
"isOverride": false,
|
|
4559
4815
|
"isSealed": false,
|
|
4816
|
+
"visibility": "Public",
|
|
4560
4817
|
"declaringClrType": "System.Collections.Concurrent.Partitioner",
|
|
4561
4818
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
4562
4819
|
"isExtensionMethod": false
|
|
@@ -4576,6 +4833,7 @@
|
|
|
4576
4833
|
"isVirtual": false,
|
|
4577
4834
|
"isOverride": false,
|
|
4578
4835
|
"isSealed": false,
|
|
4836
|
+
"visibility": "Public",
|
|
4579
4837
|
"declaringClrType": "System.Collections.Concurrent.Partitioner",
|
|
4580
4838
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
4581
4839
|
"isExtensionMethod": false
|
|
@@ -4595,6 +4853,7 @@
|
|
|
4595
4853
|
"isVirtual": false,
|
|
4596
4854
|
"isOverride": false,
|
|
4597
4855
|
"isSealed": false,
|
|
4856
|
+
"visibility": "Public",
|
|
4598
4857
|
"declaringClrType": "System.Collections.Concurrent.Partitioner",
|
|
4599
4858
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
4600
4859
|
"isExtensionMethod": false
|
|
@@ -4614,6 +4873,7 @@
|
|
|
4614
4873
|
"isVirtual": false,
|
|
4615
4874
|
"isOverride": false,
|
|
4616
4875
|
"isSealed": false,
|
|
4876
|
+
"visibility": "Public",
|
|
4617
4877
|
"declaringClrType": "System.Collections.Concurrent.Partitioner",
|
|
4618
4878
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
4619
4879
|
"isExtensionMethod": false
|
|
@@ -4633,6 +4893,7 @@
|
|
|
4633
4893
|
"isVirtual": false,
|
|
4634
4894
|
"isOverride": false,
|
|
4635
4895
|
"isSealed": false,
|
|
4896
|
+
"visibility": "Public",
|
|
4636
4897
|
"declaringClrType": "System.Collections.Concurrent.Partitioner",
|
|
4637
4898
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
4638
4899
|
"isExtensionMethod": false
|
|
@@ -4652,6 +4913,7 @@
|
|
|
4652
4913
|
"isVirtual": false,
|
|
4653
4914
|
"isOverride": false,
|
|
4654
4915
|
"isSealed": false,
|
|
4916
|
+
"visibility": "Public",
|
|
4655
4917
|
"declaringClrType": "System.Collections.Concurrent.Partitioner",
|
|
4656
4918
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
4657
4919
|
"isExtensionMethod": false
|
|
@@ -4671,6 +4933,7 @@
|
|
|
4671
4933
|
"isVirtual": false,
|
|
4672
4934
|
"isOverride": false,
|
|
4673
4935
|
"isSealed": false,
|
|
4936
|
+
"visibility": "Public",
|
|
4674
4937
|
"declaringClrType": "System.Collections.Concurrent.Partitioner",
|
|
4675
4938
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
4676
4939
|
"isExtensionMethod": false
|