@tsonic/dotnet 10.0.12 → 10.0.16
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/Microsoft.CSharp.RuntimeBinder/bindings.json +0 -40
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +2 -4
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +0 -20
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +1 -2
- package/Microsoft.Win32.SafeHandles/bindings.json +16 -616
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -30
- package/System/bindings.json +6 -1086
- package/System/internal/index.d.ts +45 -93
- package/System.CodeDom.Compiler/bindings.json +6 -126
- package/System.CodeDom.Compiler/internal/index.d.ts +0 -6
- package/System.Collections/internal/index.d.ts +1 -0
- package/System.Collections.Concurrent/bindings.json +0 -40
- package/System.Collections.Concurrent/internal/index.d.ts +0 -2
- package/System.Collections.Generic/bindings.json +37 -777
- package/System.Collections.Generic/internal/index.d.ts +24 -33
- package/System.Collections.ObjectModel/bindings.json +2197 -3097
- package/System.Collections.ObjectModel/internal/index.d.ts +2 -43
- package/System.Collections.Specialized/bindings.json +0 -60
- package/System.Collections.Specialized/internal/index.d.ts +1 -4
- package/System.ComponentModel/bindings.json +2 -422
- package/System.ComponentModel/internal/index.d.ts +1 -21
- package/System.ComponentModel.DataAnnotations/bindings.json +0 -20
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +1 -2
- package/System.ComponentModel.Design/bindings.json +0 -200
- package/System.ComponentModel.Design/internal/index.d.ts +7 -12
- package/System.Data/bindings.json +60 -1600
- package/System.Data/internal/index.d.ts +30 -100
- package/System.Data.Common/bindings.json +3 -103
- package/System.Data.Common/internal/index.d.ts +11 -6
- package/System.Data.SqlTypes/bindings.json +0 -100
- package/System.Data.SqlTypes/internal/index.d.ts +5 -10
- package/System.Diagnostics/bindings.json +2 -342
- package/System.Diagnostics/internal/index.d.ts +4 -18
- package/System.Diagnostics.Metrics/bindings.json +0 -60
- package/System.Diagnostics.Tracing/bindings.json +0 -100
- package/System.Diagnostics.Tracing/internal/index.d.ts +5 -10
- package/System.Dynamic/bindings.json +48 -68
- package/System.Dynamic/internal/index.d.ts +0 -1
- package/System.Formats.Asn1/bindings.json +0 -20
- package/System.Formats.Asn1/internal/index.d.ts +1 -2
- package/System.Globalization/bindings.json +0 -300
- package/System.Globalization/internal/index.d.ts +15 -30
- package/System.IO/bindings.json +216 -1456
- package/System.IO/internal/index.d.ts +14 -74
- package/System.IO.Compression/bindings.json +16 -436
- package/System.IO.Compression/internal/index.d.ts +1 -22
- package/System.IO.IsolatedStorage/bindings.json +10 -90
- package/System.IO.IsolatedStorage/internal/index.d.ts +1 -5
- package/System.IO.MemoryMappedFiles/bindings.json +2 -22
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -2
- package/System.IO.Pipes/bindings.json +7 -327
- package/System.IO.Pipes/internal/index.d.ts +5 -21
- package/System.Linq/bindings.json +0 -60
- package/System.Linq/internal/index.d.ts +1 -3
- package/System.Net/bindings.json +1 -241
- package/System.Net/internal/index.d.ts +15 -14
- package/System.Net.Http/bindings.json +15 -555
- package/System.Net.Http/internal/index.d.ts +11 -28
- package/System.Net.Http.Headers/bindings.json +0 -180
- package/System.Net.Http.Headers/internal/index.d.ts +0 -9
- package/System.Net.Http.Json/bindings.json +0 -40
- package/System.Net.Http.Json/internal/index.d.ts +0 -2
- package/System.Net.Mail/bindings.json +1863 -3283
- package/System.Net.Mail/internal/index.d.ts +1 -63
- package/System.Net.NetworkInformation/bindings.json +1 -41
- package/System.Net.NetworkInformation/internal/index.d.ts +1 -3
- package/System.Net.Quic/bindings.json +7 -107
- package/System.Net.Quic/internal/index.d.ts +4 -6
- package/System.Net.Security/bindings.json +15 -175
- package/System.Net.Security/internal/index.d.ts +0 -8
- package/System.Net.Sockets/bindings.json +4 -184
- package/System.Net.Sockets/internal/index.d.ts +2 -10
- package/System.Net.WebSockets/bindings.json +13 -173
- package/System.Net.WebSockets/internal/index.d.ts +1 -7
- package/System.Reflection/bindings.json +613 -2253
- package/System.Reflection/internal/index.d.ts +19 -96
- package/System.Reflection.Emit/bindings.json +4539 -7379
- package/System.Reflection.Emit/internal/index.d.ts +10 -151
- package/System.Reflection.Metadata/bindings.json +0 -20
- package/System.Reflection.Metadata/internal/index.d.ts +4 -2
- package/System.Reflection.PortableExecutable/bindings.json +0 -20
- package/System.Resources/bindings.json +0 -40
- package/System.Resources/internal/index.d.ts +2 -4
- package/System.Runtime/bindings.json +0 -20
- package/System.Runtime/internal/index.d.ts +1 -2
- package/System.Runtime.InteropServices/bindings.json +0 -220
- package/System.Runtime.InteropServices/internal/index.d.ts +8 -19
- package/System.Runtime.InteropServices.JavaScript/bindings.json +0 -20
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -2
- package/System.Runtime.Serialization/bindings.json +0 -40
- package/System.Runtime.Serialization/internal/index.d.ts +3 -4
- package/System.Security/bindings.json +0 -20
- package/System.Security/internal/index.d.ts +1 -2
- package/System.Security.AccessControl/bindings.json +2 -362
- package/System.Security.AccessControl/internal/index.d.ts +1 -18
- package/System.Security.Authentication/bindings.json +0 -40
- package/System.Security.Authentication/internal/index.d.ts +2 -4
- package/System.Security.Authentication.ExtendedProtection/bindings.json +0 -80
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -4
- package/System.Security.Cryptography/bindings.json +786 -6966
- package/System.Security.Cryptography/internal/index.d.ts +22 -242
- package/System.Security.Cryptography.X509Certificates/bindings.json +0 -460
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +13 -22
- package/System.Security.Principal/bindings.json +0 -20
- package/System.Security.Principal/internal/index.d.ts +2 -2
- package/System.Text/bindings.json +51 -475
- package/System.Text/internal/index.d.ts +6 -25
- package/System.Text.RegularExpressions/bindings.json +0 -20
- package/System.Text.RegularExpressions/internal/index.d.ts +1 -2
- package/System.Threading/bindings.json +0 -400
- package/System.Threading/internal/index.d.ts +10 -30
- package/System.Threading.Channels/bindings.json +0 -20
- package/System.Threading.Channels/internal/index.d.ts +1 -2
- package/System.Threading.Tasks/bindings.json +60 -240
- package/System.Threading.Tasks/internal/index.d.ts +18 -8
- package/System.Timers/bindings.json +1 -1
- package/System.Transactions/bindings.json +0 -220
- package/System.Transactions/internal/index.d.ts +8 -19
- package/System.Xml/bindings.json +67 -1767
- package/System.Xml/internal/index.d.ts +39 -103
- package/System.Xml.Linq/bindings.json +0 -200
- package/System.Xml.Linq/internal/index.d.ts +10 -18
- package/System.Xml.Resolvers/bindings.json +0 -20
- package/System.Xml.Resolvers/internal/index.d.ts +0 -1
- package/System.Xml.Schema/bindings.json +0 -160
- package/System.Xml.Schema/internal/index.d.ts +6 -7
- package/System.Xml.Serialization/bindings.json +77 -717
- package/System.Xml.Serialization/internal/index.d.ts +21 -32
- package/System.Xml.Xsl/bindings.json +0 -60
- package/System.Xml.Xsl/internal/index.d.ts +1 -4
- package/System.Xml.Xsl.Runtime/bindings.json +404 -1064
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +1 -34
- package/package.json +2 -2
|
@@ -1145,51 +1145,11 @@
|
|
|
1145
1145
|
"sourceInterface": "System.IAsyncDisposable"
|
|
1146
1146
|
},
|
|
1147
1147
|
{
|
|
1148
|
-
"stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::
|
|
1149
|
-
"clrName": "Dispose",
|
|
1150
|
-
"metadataToken": 0,
|
|
1151
|
-
"canonicalSignature": "(System.Boolean):System.Void",
|
|
1152
|
-
"normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
|
|
1153
|
-
"emitScope": "ClassSurface",
|
|
1154
|
-
"provenance": "BaseOverload",
|
|
1155
|
-
"arity": 0,
|
|
1156
|
-
"parameterCount": 1,
|
|
1157
|
-
"isStatic": false,
|
|
1158
|
-
"isAbstract": false,
|
|
1159
|
-
"isVirtual": true,
|
|
1160
|
-
"isOverride": false,
|
|
1161
|
-
"isSealed": false,
|
|
1162
|
-
"visibility": "Protected",
|
|
1163
|
-
"declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter",
|
|
1164
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1165
|
-
"isExtensionMethod": false
|
|
1166
|
-
},
|
|
1167
|
-
{
|
|
1168
|
-
"stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::Dispose():System.Void",
|
|
1169
|
-
"clrName": "Dispose",
|
|
1170
|
-
"metadataToken": 0,
|
|
1171
|
-
"canonicalSignature": "():System.Void",
|
|
1172
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
1173
|
-
"emitScope": "ClassSurface",
|
|
1174
|
-
"provenance": "BaseOverload",
|
|
1175
|
-
"arity": 0,
|
|
1176
|
-
"parameterCount": 0,
|
|
1177
|
-
"isStatic": false,
|
|
1178
|
-
"isAbstract": false,
|
|
1179
|
-
"isVirtual": true,
|
|
1180
|
-
"isOverride": false,
|
|
1181
|
-
"isSealed": false,
|
|
1182
|
-
"visibility": "Public",
|
|
1183
|
-
"declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter",
|
|
1184
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1185
|
-
"isExtensionMethod": false
|
|
1186
|
-
},
|
|
1187
|
-
{
|
|
1188
|
-
"stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::Write(System.ReadOnlySpan_1):System.Void",
|
|
1148
|
+
"stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::Write(System.ReadOnlySpan_1\u003CSystem.Char\u003E):System.Void",
|
|
1189
1149
|
"clrName": "Write",
|
|
1190
1150
|
"metadataToken": 0,
|
|
1191
|
-
"canonicalSignature": "(System.ReadOnlySpan_1):System.Void",
|
|
1192
|
-
"normalizedSignature": "Write|(System.ReadOnlySpan_1):System.Void|static=false",
|
|
1151
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Char\u003E):System.Void",
|
|
1152
|
+
"normalizedSignature": "Write|(System.ReadOnlySpan_1\u003CSystem.Char\u003E):System.Void|static=false",
|
|
1193
1153
|
"emitScope": "ClassSurface",
|
|
1194
1154
|
"provenance": "BaseOverload",
|
|
1195
1155
|
"arity": 0,
|
|
@@ -1304,26 +1264,6 @@
|
|
|
1304
1264
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1305
1265
|
"isExtensionMethod": false
|
|
1306
1266
|
},
|
|
1307
|
-
{
|
|
1308
|
-
"stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::Write(System.String,System.ReadOnlySpan_1):System.Void",
|
|
1309
|
-
"clrName": "Write",
|
|
1310
|
-
"metadataToken": 0,
|
|
1311
|
-
"canonicalSignature": "(System.String,System.ReadOnlySpan_1):System.Void",
|
|
1312
|
-
"normalizedSignature": "Write|(System.String,System.ReadOnlySpan_1):System.Void|static=false",
|
|
1313
|
-
"emitScope": "ClassSurface",
|
|
1314
|
-
"provenance": "BaseOverload",
|
|
1315
|
-
"arity": 0,
|
|
1316
|
-
"parameterCount": 2,
|
|
1317
|
-
"isStatic": false,
|
|
1318
|
-
"isAbstract": false,
|
|
1319
|
-
"isVirtual": true,
|
|
1320
|
-
"isOverride": false,
|
|
1321
|
-
"isSealed": false,
|
|
1322
|
-
"visibility": "Public",
|
|
1323
|
-
"declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter",
|
|
1324
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1325
|
-
"isExtensionMethod": false
|
|
1326
|
-
},
|
|
1327
1267
|
{
|
|
1328
1268
|
"stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::WriteAsync(System.Char[]):System.Threading.Tasks.Task",
|
|
1329
1269
|
"clrName": "WriteAsync",
|
|
@@ -1345,31 +1285,11 @@
|
|
|
1345
1285
|
"isExtensionMethod": false
|
|
1346
1286
|
},
|
|
1347
1287
|
{
|
|
1348
|
-
"stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::
|
|
1349
|
-
"clrName": "WriteAsync",
|
|
1350
|
-
"metadataToken": 0,
|
|
1351
|
-
"canonicalSignature": "(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1352
|
-
"normalizedSignature": "WriteAsync|(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
1353
|
-
"emitScope": "ClassSurface",
|
|
1354
|
-
"provenance": "BaseOverload",
|
|
1355
|
-
"arity": 0,
|
|
1356
|
-
"parameterCount": 2,
|
|
1357
|
-
"isStatic": false,
|
|
1358
|
-
"isAbstract": false,
|
|
1359
|
-
"isVirtual": true,
|
|
1360
|
-
"isOverride": false,
|
|
1361
|
-
"isSealed": false,
|
|
1362
|
-
"visibility": "Public",
|
|
1363
|
-
"declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter",
|
|
1364
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1365
|
-
"isExtensionMethod": false
|
|
1366
|
-
},
|
|
1367
|
-
{
|
|
1368
|
-
"stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::WriteLine(System.ReadOnlySpan_1):System.Void",
|
|
1288
|
+
"stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::WriteLine(System.ReadOnlySpan_1\u003CSystem.Char\u003E):System.Void",
|
|
1369
1289
|
"clrName": "WriteLine",
|
|
1370
1290
|
"metadataToken": 0,
|
|
1371
|
-
"canonicalSignature": "(System.ReadOnlySpan_1):System.Void",
|
|
1372
|
-
"normalizedSignature": "WriteLine|(System.ReadOnlySpan_1):System.Void|static=false",
|
|
1291
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Char\u003E):System.Void",
|
|
1292
|
+
"normalizedSignature": "WriteLine|(System.ReadOnlySpan_1\u003CSystem.Char\u003E):System.Void|static=false",
|
|
1373
1293
|
"emitScope": "ClassSurface",
|
|
1374
1294
|
"provenance": "BaseOverload",
|
|
1375
1295
|
"arity": 0,
|
|
@@ -1464,26 +1384,6 @@
|
|
|
1464
1384
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1465
1385
|
"isExtensionMethod": false
|
|
1466
1386
|
},
|
|
1467
|
-
{
|
|
1468
|
-
"stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::WriteLine(System.String,System.ReadOnlySpan_1):System.Void",
|
|
1469
|
-
"clrName": "WriteLine",
|
|
1470
|
-
"metadataToken": 0,
|
|
1471
|
-
"canonicalSignature": "(System.String,System.ReadOnlySpan_1):System.Void",
|
|
1472
|
-
"normalizedSignature": "WriteLine|(System.String,System.ReadOnlySpan_1):System.Void|static=false",
|
|
1473
|
-
"emitScope": "ClassSurface",
|
|
1474
|
-
"provenance": "BaseOverload",
|
|
1475
|
-
"arity": 0,
|
|
1476
|
-
"parameterCount": 2,
|
|
1477
|
-
"isStatic": false,
|
|
1478
|
-
"isAbstract": false,
|
|
1479
|
-
"isVirtual": true,
|
|
1480
|
-
"isOverride": false,
|
|
1481
|
-
"isSealed": false,
|
|
1482
|
-
"visibility": "Public",
|
|
1483
|
-
"declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter",
|
|
1484
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1485
|
-
"isExtensionMethod": false
|
|
1486
|
-
},
|
|
1487
1387
|
{
|
|
1488
1388
|
"stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::WriteLineAsync(System.Char[]):System.Threading.Tasks.Task",
|
|
1489
1389
|
"clrName": "WriteLineAsync",
|
|
@@ -1503,26 +1403,6 @@
|
|
|
1503
1403
|
"declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter",
|
|
1504
1404
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1505
1405
|
"isExtensionMethod": false
|
|
1506
|
-
},
|
|
1507
|
-
{
|
|
1508
|
-
"stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::WriteLineAsync(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1509
|
-
"clrName": "WriteLineAsync",
|
|
1510
|
-
"metadataToken": 0,
|
|
1511
|
-
"canonicalSignature": "(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
1512
|
-
"normalizedSignature": "WriteLineAsync|(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
1513
|
-
"emitScope": "ClassSurface",
|
|
1514
|
-
"provenance": "BaseOverload",
|
|
1515
|
-
"arity": 0,
|
|
1516
|
-
"parameterCount": 2,
|
|
1517
|
-
"isStatic": false,
|
|
1518
|
-
"isAbstract": false,
|
|
1519
|
-
"isVirtual": true,
|
|
1520
|
-
"isOverride": false,
|
|
1521
|
-
"isSealed": false,
|
|
1522
|
-
"visibility": "Public",
|
|
1523
|
-
"declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter",
|
|
1524
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1525
|
-
"isExtensionMethod": false
|
|
1526
1406
|
}
|
|
1527
1407
|
],
|
|
1528
1408
|
"properties": [
|
|
@@ -40,8 +40,6 @@ export interface IndentedTextWriter$instance extends TextWriter {
|
|
|
40
40
|
readonly InnerWriter: TextWriter;
|
|
41
41
|
NewLine: string;
|
|
42
42
|
Close(): void;
|
|
43
|
-
Dispose(disposing: boolean): void;
|
|
44
|
-
Dispose(): void;
|
|
45
43
|
DisposeAsync(): ValueTask;
|
|
46
44
|
Flush(): void;
|
|
47
45
|
FlushAsync(): Task;
|
|
@@ -68,14 +66,12 @@ export interface IndentedTextWriter$instance extends TextWriter {
|
|
|
68
66
|
Write(value: decimal): void;
|
|
69
67
|
Write(value: StringBuilder): void;
|
|
70
68
|
Write(format: string, arg0: unknown, arg1: unknown, arg2: unknown): void;
|
|
71
|
-
Write(format: string, arg: ReadOnlySpan_1<unknown>): void;
|
|
72
69
|
WriteAsync(value: char): Task;
|
|
73
70
|
WriteAsync(buffer: char[], index: int, count: int): Task;
|
|
74
71
|
WriteAsync(value: string): Task;
|
|
75
72
|
WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Char>, cancellationToken?: CancellationToken): Task;
|
|
76
73
|
WriteAsync(value: StringBuilder, cancellationToken?: CancellationToken): Task;
|
|
77
74
|
WriteAsync(buffer: char[]): Task;
|
|
78
|
-
WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Char>, cancellationToken?: CancellationToken): Task;
|
|
79
75
|
WriteLine(s: string): void;
|
|
80
76
|
WriteLine(): void;
|
|
81
77
|
WriteLine(value: boolean): void;
|
|
@@ -97,7 +93,6 @@ export interface IndentedTextWriter$instance extends TextWriter {
|
|
|
97
93
|
WriteLine(value: decimal): void;
|
|
98
94
|
WriteLine(value: StringBuilder): void;
|
|
99
95
|
WriteLine(format: string, arg0: unknown, arg1: unknown, arg2: unknown): void;
|
|
100
|
-
WriteLine(format: string, arg: ReadOnlySpan_1<unknown>): void;
|
|
101
96
|
WriteLineAsync(): Task;
|
|
102
97
|
WriteLineAsync(value: char): Task;
|
|
103
98
|
WriteLineAsync(buffer: char[], index: int, count: int): Task;
|
|
@@ -105,7 +100,6 @@ export interface IndentedTextWriter$instance extends TextWriter {
|
|
|
105
100
|
WriteLineAsync(buffer: ReadOnlyMemory_1<System_Internal.Char>, cancellationToken?: CancellationToken): Task;
|
|
106
101
|
WriteLineAsync(value: StringBuilder, cancellationToken?: CancellationToken): Task;
|
|
107
102
|
WriteLineAsync(buffer: char[]): Task;
|
|
108
|
-
WriteLineAsync(buffer: ReadOnlyMemory_1<System_Internal.Char>, cancellationToken?: CancellationToken): Task;
|
|
109
103
|
WriteLineNoTabs(s: string): void;
|
|
110
104
|
WriteLineNoTabsAsync(s: string): Task;
|
|
111
105
|
}
|
|
@@ -4548,46 +4548,6 @@
|
|
|
4548
4548
|
"declaringClrType": "System.Collections.Concurrent.OrderablePartitioner\u00601",
|
|
4549
4549
|
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
4550
4550
|
"isExtensionMethod": false
|
|
4551
|
-
},
|
|
4552
|
-
{
|
|
4553
|
-
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.OrderablePartitioner\u00601::GetDynamicPartitions():System.Collections.Generic.IEnumerable_1",
|
|
4554
|
-
"clrName": "GetDynamicPartitions",
|
|
4555
|
-
"metadataToken": 0,
|
|
4556
|
-
"canonicalSignature": "():System.Collections.Generic.IEnumerable_1",
|
|
4557
|
-
"normalizedSignature": "GetDynamicPartitions|():System.Collections.Generic.IEnumerable_1|static=false",
|
|
4558
|
-
"emitScope": "ClassSurface",
|
|
4559
|
-
"provenance": "BaseOverload",
|
|
4560
|
-
"arity": 0,
|
|
4561
|
-
"parameterCount": 0,
|
|
4562
|
-
"isStatic": false,
|
|
4563
|
-
"isAbstract": false,
|
|
4564
|
-
"isVirtual": true,
|
|
4565
|
-
"isOverride": false,
|
|
4566
|
-
"isSealed": false,
|
|
4567
|
-
"visibility": "Public",
|
|
4568
|
-
"declaringClrType": "System.Collections.Concurrent.OrderablePartitioner\u00601",
|
|
4569
|
-
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
4570
|
-
"isExtensionMethod": false
|
|
4571
|
-
},
|
|
4572
|
-
{
|
|
4573
|
-
"stableId": "System.Collections.Concurrent:System.Collections.Concurrent.OrderablePartitioner\u00601::GetPartitions(System.Int32):System.Collections.Generic.IList_1",
|
|
4574
|
-
"clrName": "GetPartitions",
|
|
4575
|
-
"metadataToken": 0,
|
|
4576
|
-
"canonicalSignature": "(System.Int32):System.Collections.Generic.IList_1",
|
|
4577
|
-
"normalizedSignature": "GetPartitions|(System.Int32):System.Collections.Generic.IList_1|static=false",
|
|
4578
|
-
"emitScope": "ClassSurface",
|
|
4579
|
-
"provenance": "BaseOverload",
|
|
4580
|
-
"arity": 0,
|
|
4581
|
-
"parameterCount": 1,
|
|
4582
|
-
"isStatic": false,
|
|
4583
|
-
"isAbstract": true,
|
|
4584
|
-
"isVirtual": true,
|
|
4585
|
-
"isOverride": false,
|
|
4586
|
-
"isSealed": false,
|
|
4587
|
-
"visibility": "Public",
|
|
4588
|
-
"declaringClrType": "System.Collections.Concurrent.OrderablePartitioner\u00601",
|
|
4589
|
-
"declaringAssemblyName": "System.Collections.Concurrent",
|
|
4590
|
-
"isExtensionMethod": false
|
|
4591
4551
|
}
|
|
4592
4552
|
],
|
|
4593
4553
|
"properties": [
|
|
@@ -317,11 +317,9 @@ export interface OrderablePartitioner_1$instance<TSource> extends Partitioner_1<
|
|
|
317
317
|
readonly KeysOrderedAcrossPartitions: boolean;
|
|
318
318
|
readonly KeysOrderedInEachPartition: boolean;
|
|
319
319
|
GetDynamicPartitions(): IEnumerable_1<TSource>;
|
|
320
|
-
GetDynamicPartitions(): IEnumerable_1<TSource>;
|
|
321
320
|
GetOrderableDynamicPartitions(): IEnumerable_1<KeyValuePair_2<System_Internal.Int64, TSource>>;
|
|
322
321
|
GetOrderablePartitions(partitionCount: int): IList_1<IEnumerator_1<KeyValuePair_2<System_Internal.Int64, TSource>>>;
|
|
323
322
|
GetPartitions(partitionCount: int): IList_1<IEnumerator_1<TSource>>;
|
|
324
|
-
GetPartitions(partitionCount: int): IList_1<IEnumerator_1<TSource>>;
|
|
325
323
|
}
|
|
326
324
|
|
|
327
325
|
|