@tsonic/dotnet 0.7.4 → 0.7.7
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/internal/index.d.ts +0 -25
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -25
- package/Microsoft.VisualBasic/bindings.json +203 -29
- package/Microsoft.VisualBasic/internal/index.d.ts +30 -55
- package/Microsoft.VisualBasic/internal/metadata.json +203 -29
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +25 -3
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +4 -29
- package/Microsoft.VisualBasic.CompilerServices/internal/metadata.json +25 -3
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +6 -31
- package/Microsoft.Win32/internal/index.d.ts +0 -25
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -25
- package/System/bindings.json +4800 -552
- package/System/internal/index.d.ts +2537 -395
- package/System/internal/metadata.json +4800 -552
- package/System.Buffers/bindings.json +196 -24
- package/System.Buffers/internal/index.d.ts +29 -54
- package/System.Buffers/internal/metadata.json +196 -24
- package/System.Buffers.Binary/bindings.json +182 -26
- package/System.Buffers.Binary/internal/index.d.ts +115 -140
- package/System.Buffers.Binary/internal/metadata.json +182 -26
- package/System.Buffers.Text/bindings.json +431 -49
- package/System.Buffers.Text/internal/index.d.ts +64 -89
- package/System.Buffers.Text/internal/metadata.json +431 -49
- package/System.CodeDom.Compiler/internal/index.d.ts +6 -31
- package/System.Collections/bindings.json +11 -1
- package/System.Collections/internal/index.d.ts +2 -27
- package/System.Collections/internal/metadata.json +11 -1
- package/System.Collections.Concurrent/bindings.json +211 -29
- package/System.Collections.Concurrent/internal/index.d.ts +31 -56
- package/System.Collections.Concurrent/internal/metadata.json +211 -29
- package/System.Collections.Frozen/bindings.json +56 -8
- package/System.Collections.Frozen/internal/index.d.ts +9 -34
- package/System.Collections.Frozen/internal/metadata.json +56 -8
- package/System.Collections.Generic/bindings.json +273 -35
- package/System.Collections.Generic/internal/index.d.ts +36 -61
- package/System.Collections.Generic/internal/metadata.json +273 -35
- package/System.Collections.Immutable/bindings.json +362 -50
- package/System.Collections.Immutable/internal/index.d.ts +49 -74
- package/System.Collections.Immutable/internal/metadata.json +362 -50
- package/System.Collections.ObjectModel/bindings.json +28 -4
- package/System.Collections.ObjectModel/internal/index.d.ts +3 -28
- package/System.Collections.ObjectModel/internal/metadata.json +28 -4
- package/System.Collections.Specialized/internal/index.d.ts +0 -25
- package/System.ComponentModel/bindings.json +174 -18
- package/System.ComponentModel/internal/index.d.ts +22 -47
- package/System.ComponentModel/internal/metadata.json +174 -18
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +9 -34
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +0 -25
- package/System.ComponentModel.Design/internal/index.d.ts +0 -25
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +0 -25
- package/System.Configuration.Assemblies/internal/index.d.ts +0 -25
- package/System.Data/internal/index.d.ts +7 -32
- package/System.Data.Common/bindings.json +14 -2
- package/System.Data.Common/internal/index.d.ts +27 -52
- package/System.Data.Common/internal/metadata.json +14 -2
- package/System.Data.SqlTypes/internal/index.d.ts +1 -26
- package/System.Diagnostics/bindings.json +181 -23
- package/System.Diagnostics/internal/index.d.ts +87 -112
- package/System.Diagnostics/internal/metadata.json +181 -23
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +0 -25
- package/System.Diagnostics.Contracts/bindings.json +7 -1
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -29
- package/System.Diagnostics.Contracts/internal/metadata.json +7 -1
- package/System.Diagnostics.Metrics/bindings.json +35 -5
- package/System.Diagnostics.Metrics/internal/index.d.ts +44 -69
- package/System.Diagnostics.Metrics/internal/metadata.json +35 -5
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +0 -25
- package/System.Diagnostics.Tracing/bindings.json +37 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +10 -35
- package/System.Diagnostics.Tracing/internal/metadata.json +37 -3
- package/System.Drawing/internal/index.d.ts +0 -25
- package/System.Dynamic/bindings.json +63 -9
- package/System.Dynamic/internal/index.d.ts +17 -42
- package/System.Dynamic/internal/metadata.json +63 -9
- package/System.Formats.Asn1/bindings.json +451 -49
- package/System.Formats.Asn1/internal/index.d.ts +69 -94
- package/System.Formats.Asn1/internal/metadata.json +451 -49
- package/System.Formats.Tar/internal/index.d.ts +4 -29
- package/System.Globalization/bindings.json +28 -4
- package/System.Globalization/internal/index.d.ts +18 -43
- package/System.Globalization/internal/metadata.json +28 -4
- package/System.IO/bindings.json +35 -5
- package/System.IO/internal/index.d.ts +197 -222
- package/System.IO/internal/metadata.json +35 -5
- package/System.IO.Compression/bindings.json +50 -6
- package/System.IO.Compression/internal/index.d.ts +51 -76
- package/System.IO.Compression/internal/metadata.json +50 -6
- package/System.IO.Enumeration/bindings.json +42 -6
- package/System.IO.Enumeration/internal/index.d.ts +11 -36
- package/System.IO.Enumeration/internal/metadata.json +42 -6
- package/System.IO.IsolatedStorage/internal/index.d.ts +11 -36
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +0 -25
- package/System.IO.Pipelines/bindings.json +7 -1
- package/System.IO.Pipelines/internal/index.d.ts +17 -42
- package/System.IO.Pipelines/internal/metadata.json +7 -1
- package/System.IO.Pipes/internal/index.d.ts +11 -36
- package/System.Linq/bindings.json +7 -1
- package/System.Linq/internal/index.d.ts +332 -357
- package/System.Linq/internal/metadata.json +7 -1
- package/System.Linq.Expressions/bindings.json +14 -2
- package/System.Linq.Expressions/internal/index.d.ts +3 -28
- package/System.Linq.Expressions/internal/metadata.json +14 -2
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +0 -25
- package/System.Net/bindings.json +175 -25
- package/System.Net/internal/index.d.ts +36 -61
- package/System.Net/internal/metadata.json +175 -25
- package/System.Net.Cache/internal/index.d.ts +0 -25
- package/System.Net.Http/bindings.json +21 -3
- package/System.Net.Http/internal/index.d.ts +21 -46
- package/System.Net.Http/internal/metadata.json +21 -3
- package/System.Net.Http.Headers/bindings.json +154 -22
- package/System.Net.Http.Headers/internal/index.d.ts +67 -92
- package/System.Net.Http.Headers/internal/metadata.json +154 -22
- package/System.Net.Http.Json/internal/index.d.ts +0 -25
- package/System.Net.Http.Metrics/internal/index.d.ts +0 -25
- package/System.Net.Mail/bindings.json +21 -3
- package/System.Net.Mail/internal/index.d.ts +4 -29
- package/System.Net.Mail/internal/metadata.json +21 -3
- package/System.Net.Mime/internal/index.d.ts +0 -25
- package/System.Net.NetworkInformation/bindings.json +14 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +4 -29
- package/System.Net.NetworkInformation/internal/metadata.json +14 -2
- package/System.Net.Quic/internal/index.d.ts +14 -39
- package/System.Net.Security/bindings.json +43 -5
- package/System.Net.Security/internal/index.d.ts +29 -54
- package/System.Net.Security/internal/metadata.json +43 -5
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -29
- package/System.Net.Sockets/bindings.json +224 -28
- package/System.Net.Sockets/internal/index.d.ts +108 -133
- package/System.Net.Sockets/internal/metadata.json +224 -28
- package/System.Net.WebSockets/internal/index.d.ts +29 -54
- package/System.Numerics/bindings.json +1030 -142
- package/System.Numerics/internal/index.d.ts +264 -289
- package/System.Numerics/internal/metadata.json +1030 -142
- package/System.Reflection/bindings.json +29 -3
- package/System.Reflection/internal/index.d.ts +4 -29
- package/System.Reflection/internal/metadata.json +29 -3
- package/System.Reflection.Emit/bindings.json +26 -2
- package/System.Reflection.Emit/internal/index.d.ts +3 -28
- package/System.Reflection.Emit/internal/metadata.json +26 -2
- package/System.Reflection.Metadata/bindings.json +46 -6
- package/System.Reflection.Metadata/internal/index.d.ts +31 -56
- package/System.Reflection.Metadata/internal/metadata.json +46 -6
- package/System.Reflection.Metadata.Ecma335/bindings.json +126 -14
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +24 -49
- package/System.Reflection.Metadata.Ecma335/internal/metadata.json +126 -14
- package/System.Reflection.PortableExecutable/bindings.json +18 -2
- package/System.Reflection.PortableExecutable/internal/index.d.ts +8 -33
- package/System.Reflection.PortableExecutable/internal/metadata.json +18 -2
- package/System.Resources/bindings.json +11 -1
- package/System.Resources/internal/index.d.ts +3 -28
- package/System.Resources/internal/metadata.json +11 -1
- package/System.Runtime/internal/index.d.ts +0 -25
- package/System.Runtime.CompilerServices/bindings.json +495 -57
- package/System.Runtime.CompilerServices/internal/index.d.ts +68 -93
- package/System.Runtime.CompilerServices/internal/metadata.json +495 -57
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +0 -25
- package/System.Runtime.ExceptionServices/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices/bindings.json +377 -47
- package/System.Runtime.InteropServices/internal/index.d.ts +68 -93
- package/System.Runtime.InteropServices/internal/metadata.json +377 -47
- package/System.Runtime.InteropServices.ComTypes/bindings.json +832 -96
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +107 -132
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +832 -96
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices.JavaScript/bindings.json +411 -57
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +72 -97
- package/System.Runtime.InteropServices.JavaScript/internal/metadata.json +411 -57
- package/System.Runtime.InteropServices.Marshalling/bindings.json +85 -11
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +26 -51
- package/System.Runtime.InteropServices.Marshalling/internal/metadata.json +85 -11
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +28 -4
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +3 -28
- package/System.Runtime.InteropServices.ObjectiveC/internal/metadata.json +28 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -26
- package/System.Runtime.Intrinsics/bindings.json +112 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +800 -825
- package/System.Runtime.Intrinsics/internal/metadata.json +112 -16
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +4787 -4812
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -496
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +3513 -3538
- package/System.Runtime.Loader/internal/index.d.ts +0 -25
- package/System.Runtime.Remoting/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization/bindings.json +71 -9
- package/System.Runtime.Serialization/internal/index.d.ts +9 -34
- package/System.Runtime.Serialization/internal/metadata.json +71 -9
- package/System.Runtime.Serialization.DataContracts/bindings.json +26 -2
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -28
- package/System.Runtime.Serialization.DataContracts/internal/metadata.json +26 -2
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Json/internal/index.d.ts +0 -25
- package/System.Runtime.Versioning/internal/index.d.ts +0 -25
- package/System.Security/internal/index.d.ts +1 -26
- package/System.Security.AccessControl/bindings.json +14 -2
- package/System.Security.AccessControl/internal/index.d.ts +3 -28
- package/System.Security.AccessControl/internal/metadata.json +14 -2
- package/System.Security.Authentication/internal/index.d.ts +0 -25
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -25
- package/System.Security.Claims/internal/index.d.ts +1 -26
- package/System.Security.Cryptography/bindings.json +1348 -192
- package/System.Security.Cryptography/internal/index.d.ts +593 -618
- package/System.Security.Cryptography/internal/metadata.json +1348 -192
- package/System.Security.Cryptography.X509Certificates/bindings.json +81 -11
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +67 -92
- package/System.Security.Cryptography.X509Certificates/internal/metadata.json +81 -11
- package/System.Security.Permissions/internal/index.d.ts +0 -25
- package/System.Security.Policy/internal/index.d.ts +0 -25
- package/System.Security.Principal/internal/index.d.ts +0 -25
- package/System.Text/bindings.json +494 -58
- package/System.Text/internal/index.d.ts +137 -162
- package/System.Text/internal/metadata.json +494 -58
- package/System.Text.Encodings.Web/bindings.json +29 -3
- package/System.Text.Encodings.Web/internal/index.d.ts +7 -32
- package/System.Text.Encodings.Web/internal/metadata.json +29 -3
- package/System.Text.Json/bindings.json +309 -43
- package/System.Text.Json/internal/index.d.ts +141 -166
- package/System.Text.Json/internal/metadata.json +309 -43
- package/System.Text.Json.Nodes/bindings.json +46 -6
- package/System.Text.Json.Nodes/internal/index.d.ts +29 -54
- package/System.Text.Json.Nodes/internal/metadata.json +46 -6
- package/System.Text.Json.Schema/internal/index.d.ts +1 -26
- package/System.Text.Json.Serialization/bindings.json +21 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +4 -29
- package/System.Text.Json.Serialization/internal/metadata.json +21 -3
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +20 -45
- package/System.Text.RegularExpressions/bindings.json +14 -2
- package/System.Text.RegularExpressions/internal/index.d.ts +26 -51
- package/System.Text.RegularExpressions/internal/metadata.json +14 -2
- package/System.Text.Unicode/bindings.json +58 -6
- package/System.Text.Unicode/internal/index.d.ts +12 -37
- package/System.Text.Unicode/internal/metadata.json +58 -6
- package/System.Threading/bindings.json +1012 -140
- package/System.Threading/internal/index.d.ts +149 -174
- package/System.Threading/internal/metadata.json +1012 -140
- package/System.Threading.Channels/bindings.json +14 -2
- package/System.Threading.Channels/internal/index.d.ts +5 -30
- package/System.Threading.Channels/internal/metadata.json +14 -2
- package/System.Threading.Tasks/internal/index.d.ts +23 -48
- package/System.Threading.Tasks.Dataflow/bindings.json +378 -54
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +33 -58
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +378 -54
- package/System.Threading.Tasks.Sources/internal/index.d.ts +0 -25
- package/System.Timers/internal/index.d.ts +0 -25
- package/System.Transactions/internal/index.d.ts +0 -25
- package/System.Web/internal/index.d.ts +0 -25
- package/System.Windows.Input/internal/index.d.ts +0 -25
- package/System.Windows.Markup/internal/index.d.ts +0 -25
- package/System.Xml/bindings.json +197 -27
- package/System.Xml/internal/index.d.ts +35 -60
- package/System.Xml/internal/metadata.json +197 -27
- package/System.Xml.Linq/internal/index.d.ts +0 -25
- package/System.Xml.Resolvers/internal/index.d.ts +0 -25
- package/System.Xml.Schema/internal/index.d.ts +0 -25
- package/System.Xml.Serialization/internal/index.d.ts +0 -25
- package/System.Xml.XPath/internal/index.d.ts +1 -26
- package/System.Xml.Xsl/internal/index.d.ts +1 -26
- package/System.Xml.Xsl.Runtime/bindings.json +35 -5
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +7 -32
- package/System.Xml.Xsl.Runtime/internal/metadata.json +35 -5
- package/System.d.ts +21 -0
- package/__internal/extensions/index.d.ts +463 -463
- package/package.json +1 -1
|
@@ -229,7 +229,13 @@
|
|
|
229
229
|
"isSealed": false,
|
|
230
230
|
"arity": 0,
|
|
231
231
|
"parameterCount": 3,
|
|
232
|
-
"isExtensionMethod": false
|
|
232
|
+
"isExtensionMethod": false,
|
|
233
|
+
"parameterModifiers": [
|
|
234
|
+
{
|
|
235
|
+
"index": 2,
|
|
236
|
+
"modifier": "out"
|
|
237
|
+
}
|
|
238
|
+
]
|
|
233
239
|
},
|
|
234
240
|
{
|
|
235
241
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.ISourceBlock\u00601::ReserveMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader,ITargetBlock_1):System.Boolean",
|
|
@@ -310,7 +316,13 @@
|
|
|
310
316
|
"isSealed": false,
|
|
311
317
|
"arity": 0,
|
|
312
318
|
"parameterCount": 2,
|
|
313
|
-
"isExtensionMethod": false
|
|
319
|
+
"isExtensionMethod": false,
|
|
320
|
+
"parameterModifiers": [
|
|
321
|
+
{
|
|
322
|
+
"index": 1,
|
|
323
|
+
"modifier": "out"
|
|
324
|
+
}
|
|
325
|
+
]
|
|
314
326
|
},
|
|
315
327
|
{
|
|
316
328
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.IReceivableSourceBlock\u00601::TryReceiveAll(IList_1\u0026):System.Boolean",
|
|
@@ -326,7 +338,13 @@
|
|
|
326
338
|
"isSealed": false,
|
|
327
339
|
"arity": 0,
|
|
328
340
|
"parameterCount": 1,
|
|
329
|
-
"isExtensionMethod": false
|
|
341
|
+
"isExtensionMethod": false,
|
|
342
|
+
"parameterModifiers": [
|
|
343
|
+
{
|
|
344
|
+
"index": 0,
|
|
345
|
+
"modifier": "out"
|
|
346
|
+
}
|
|
347
|
+
]
|
|
330
348
|
},
|
|
331
349
|
{
|
|
332
350
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.ISourceBlock\u00601::LinkTo(ITargetBlock_1,System.Threading.Tasks.Dataflow.DataflowLinkOptions):System.IDisposable",
|
|
@@ -358,7 +376,13 @@
|
|
|
358
376
|
"isSealed": false,
|
|
359
377
|
"arity": 0,
|
|
360
378
|
"parameterCount": 3,
|
|
361
|
-
"isExtensionMethod": false
|
|
379
|
+
"isExtensionMethod": false,
|
|
380
|
+
"parameterModifiers": [
|
|
381
|
+
{
|
|
382
|
+
"index": 2,
|
|
383
|
+
"modifier": "out"
|
|
384
|
+
}
|
|
385
|
+
]
|
|
362
386
|
},
|
|
363
387
|
{
|
|
364
388
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.ISourceBlock\u00601::ReserveMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader,ITargetBlock_1):System.Boolean",
|
|
@@ -487,7 +511,13 @@
|
|
|
487
511
|
"isSealed": false,
|
|
488
512
|
"arity": 0,
|
|
489
513
|
"parameterCount": 3,
|
|
490
|
-
"isExtensionMethod": false
|
|
514
|
+
"isExtensionMethod": false,
|
|
515
|
+
"parameterModifiers": [
|
|
516
|
+
{
|
|
517
|
+
"index": 2,
|
|
518
|
+
"modifier": "out"
|
|
519
|
+
}
|
|
520
|
+
]
|
|
491
521
|
},
|
|
492
522
|
{
|
|
493
523
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.ISourceBlock\u00601::ReserveMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader,ITargetBlock_1):System.Boolean",
|
|
@@ -1032,7 +1062,13 @@
|
|
|
1032
1062
|
"isSealed": true,
|
|
1033
1063
|
"arity": 0,
|
|
1034
1064
|
"parameterCount": 2,
|
|
1035
|
-
"isExtensionMethod": false
|
|
1065
|
+
"isExtensionMethod": false,
|
|
1066
|
+
"parameterModifiers": [
|
|
1067
|
+
{
|
|
1068
|
+
"index": 1,
|
|
1069
|
+
"modifier": "out"
|
|
1070
|
+
}
|
|
1071
|
+
]
|
|
1036
1072
|
},
|
|
1037
1073
|
{
|
|
1038
1074
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.BatchBlock\u00601::TryReceiveAll(IList_1\u0026):System.Boolean",
|
|
@@ -1048,7 +1084,13 @@
|
|
|
1048
1084
|
"isSealed": true,
|
|
1049
1085
|
"arity": 0,
|
|
1050
1086
|
"parameterCount": 1,
|
|
1051
|
-
"isExtensionMethod": false
|
|
1087
|
+
"isExtensionMethod": false,
|
|
1088
|
+
"parameterModifiers": [
|
|
1089
|
+
{
|
|
1090
|
+
"index": 0,
|
|
1091
|
+
"modifier": "out"
|
|
1092
|
+
}
|
|
1093
|
+
]
|
|
1052
1094
|
},
|
|
1053
1095
|
{
|
|
1054
1096
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.BatchBlock\u00601::ToString():System.String",
|
|
@@ -1132,7 +1174,13 @@
|
|
|
1132
1174
|
"arity": 0,
|
|
1133
1175
|
"parameterCount": 3,
|
|
1134
1176
|
"sourceInterface": "System.Threading.Tasks.Dataflow.ISourceBlock\u00601",
|
|
1135
|
-
"isExtensionMethod": false
|
|
1177
|
+
"isExtensionMethod": false,
|
|
1178
|
+
"parameterModifiers": [
|
|
1179
|
+
{
|
|
1180
|
+
"index": 2,
|
|
1181
|
+
"modifier": "out"
|
|
1182
|
+
}
|
|
1183
|
+
]
|
|
1136
1184
|
},
|
|
1137
1185
|
{
|
|
1138
1186
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.ISourceBlock\u00601::ReserveMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader,ITargetBlock_1):System.Boolean",
|
|
@@ -1183,7 +1231,13 @@
|
|
|
1183
1231
|
"arity": 0,
|
|
1184
1232
|
"parameterCount": 2,
|
|
1185
1233
|
"sourceInterface": "System.Threading.Tasks.Dataflow.IReceivableSourceBlock\u00601",
|
|
1186
|
-
"isExtensionMethod": false
|
|
1234
|
+
"isExtensionMethod": false,
|
|
1235
|
+
"parameterModifiers": [
|
|
1236
|
+
{
|
|
1237
|
+
"index": 1,
|
|
1238
|
+
"modifier": "out"
|
|
1239
|
+
}
|
|
1240
|
+
]
|
|
1187
1241
|
},
|
|
1188
1242
|
{
|
|
1189
1243
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.IReceivableSourceBlock\u00601::TryReceiveAll(IList_1\u0026):System.Boolean",
|
|
@@ -1200,7 +1254,13 @@
|
|
|
1200
1254
|
"arity": 0,
|
|
1201
1255
|
"parameterCount": 1,
|
|
1202
1256
|
"sourceInterface": "System.Threading.Tasks.Dataflow.IReceivableSourceBlock\u00601",
|
|
1203
|
-
"isExtensionMethod": false
|
|
1257
|
+
"isExtensionMethod": false,
|
|
1258
|
+
"parameterModifiers": [
|
|
1259
|
+
{
|
|
1260
|
+
"index": 0,
|
|
1261
|
+
"modifier": "out"
|
|
1262
|
+
}
|
|
1263
|
+
]
|
|
1204
1264
|
},
|
|
1205
1265
|
{
|
|
1206
1266
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.IDataflowBlock::Complete():System.Void",
|
|
@@ -1339,7 +1399,13 @@
|
|
|
1339
1399
|
"isSealed": true,
|
|
1340
1400
|
"arity": 0,
|
|
1341
1401
|
"parameterCount": 2,
|
|
1342
|
-
"isExtensionMethod": false
|
|
1402
|
+
"isExtensionMethod": false,
|
|
1403
|
+
"parameterModifiers": [
|
|
1404
|
+
{
|
|
1405
|
+
"index": 1,
|
|
1406
|
+
"modifier": "out"
|
|
1407
|
+
}
|
|
1408
|
+
]
|
|
1343
1409
|
},
|
|
1344
1410
|
{
|
|
1345
1411
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.BatchedJoinBlock\u00602::TryReceiveAll(IList_1\u0026):System.Boolean",
|
|
@@ -1355,7 +1421,13 @@
|
|
|
1355
1421
|
"isSealed": true,
|
|
1356
1422
|
"arity": 0,
|
|
1357
1423
|
"parameterCount": 1,
|
|
1358
|
-
"isExtensionMethod": false
|
|
1424
|
+
"isExtensionMethod": false,
|
|
1425
|
+
"parameterModifiers": [
|
|
1426
|
+
{
|
|
1427
|
+
"index": 0,
|
|
1428
|
+
"modifier": "out"
|
|
1429
|
+
}
|
|
1430
|
+
]
|
|
1359
1431
|
},
|
|
1360
1432
|
{
|
|
1361
1433
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.BatchedJoinBlock\u00602::Complete():System.Void",
|
|
@@ -1404,7 +1476,13 @@
|
|
|
1404
1476
|
"arity": 0,
|
|
1405
1477
|
"parameterCount": 2,
|
|
1406
1478
|
"sourceInterface": "System.Threading.Tasks.Dataflow.IReceivableSourceBlock\u00601",
|
|
1407
|
-
"isExtensionMethod": false
|
|
1479
|
+
"isExtensionMethod": false,
|
|
1480
|
+
"parameterModifiers": [
|
|
1481
|
+
{
|
|
1482
|
+
"index": 1,
|
|
1483
|
+
"modifier": "out"
|
|
1484
|
+
}
|
|
1485
|
+
]
|
|
1408
1486
|
},
|
|
1409
1487
|
{
|
|
1410
1488
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.IReceivableSourceBlock\u00601::TryReceiveAll(IList_1\u0026):System.Boolean",
|
|
@@ -1421,7 +1499,13 @@
|
|
|
1421
1499
|
"arity": 0,
|
|
1422
1500
|
"parameterCount": 1,
|
|
1423
1501
|
"sourceInterface": "System.Threading.Tasks.Dataflow.IReceivableSourceBlock\u00601",
|
|
1424
|
-
"isExtensionMethod": false
|
|
1502
|
+
"isExtensionMethod": false,
|
|
1503
|
+
"parameterModifiers": [
|
|
1504
|
+
{
|
|
1505
|
+
"index": 0,
|
|
1506
|
+
"modifier": "out"
|
|
1507
|
+
}
|
|
1508
|
+
]
|
|
1425
1509
|
},
|
|
1426
1510
|
{
|
|
1427
1511
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.ISourceBlock\u00601::LinkTo(ITargetBlock_1,System.Threading.Tasks.Dataflow.DataflowLinkOptions):System.IDisposable",
|
|
@@ -1455,7 +1539,13 @@
|
|
|
1455
1539
|
"arity": 0,
|
|
1456
1540
|
"parameterCount": 3,
|
|
1457
1541
|
"sourceInterface": "System.Threading.Tasks.Dataflow.ISourceBlock\u00601",
|
|
1458
|
-
"isExtensionMethod": false
|
|
1542
|
+
"isExtensionMethod": false,
|
|
1543
|
+
"parameterModifiers": [
|
|
1544
|
+
{
|
|
1545
|
+
"index": 2,
|
|
1546
|
+
"modifier": "out"
|
|
1547
|
+
}
|
|
1548
|
+
]
|
|
1459
1549
|
},
|
|
1460
1550
|
{
|
|
1461
1551
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.ISourceBlock\u00601::ReserveMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader,ITargetBlock_1):System.Boolean",
|
|
@@ -1675,7 +1765,13 @@
|
|
|
1675
1765
|
"isSealed": true,
|
|
1676
1766
|
"arity": 0,
|
|
1677
1767
|
"parameterCount": 2,
|
|
1678
|
-
"isExtensionMethod": false
|
|
1768
|
+
"isExtensionMethod": false,
|
|
1769
|
+
"parameterModifiers": [
|
|
1770
|
+
{
|
|
1771
|
+
"index": 1,
|
|
1772
|
+
"modifier": "out"
|
|
1773
|
+
}
|
|
1774
|
+
]
|
|
1679
1775
|
},
|
|
1680
1776
|
{
|
|
1681
1777
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.BatchedJoinBlock\u00603::TryReceiveAll(IList_1\u0026):System.Boolean",
|
|
@@ -1691,7 +1787,13 @@
|
|
|
1691
1787
|
"isSealed": true,
|
|
1692
1788
|
"arity": 0,
|
|
1693
1789
|
"parameterCount": 1,
|
|
1694
|
-
"isExtensionMethod": false
|
|
1790
|
+
"isExtensionMethod": false,
|
|
1791
|
+
"parameterModifiers": [
|
|
1792
|
+
{
|
|
1793
|
+
"index": 0,
|
|
1794
|
+
"modifier": "out"
|
|
1795
|
+
}
|
|
1796
|
+
]
|
|
1695
1797
|
},
|
|
1696
1798
|
{
|
|
1697
1799
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.BatchedJoinBlock\u00603::Complete():System.Void",
|
|
@@ -1740,7 +1842,13 @@
|
|
|
1740
1842
|
"arity": 0,
|
|
1741
1843
|
"parameterCount": 2,
|
|
1742
1844
|
"sourceInterface": "System.Threading.Tasks.Dataflow.IReceivableSourceBlock\u00601",
|
|
1743
|
-
"isExtensionMethod": false
|
|
1845
|
+
"isExtensionMethod": false,
|
|
1846
|
+
"parameterModifiers": [
|
|
1847
|
+
{
|
|
1848
|
+
"index": 1,
|
|
1849
|
+
"modifier": "out"
|
|
1850
|
+
}
|
|
1851
|
+
]
|
|
1744
1852
|
},
|
|
1745
1853
|
{
|
|
1746
1854
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.IReceivableSourceBlock\u00601::TryReceiveAll(IList_1\u0026):System.Boolean",
|
|
@@ -1757,7 +1865,13 @@
|
|
|
1757
1865
|
"arity": 0,
|
|
1758
1866
|
"parameterCount": 1,
|
|
1759
1867
|
"sourceInterface": "System.Threading.Tasks.Dataflow.IReceivableSourceBlock\u00601",
|
|
1760
|
-
"isExtensionMethod": false
|
|
1868
|
+
"isExtensionMethod": false,
|
|
1869
|
+
"parameterModifiers": [
|
|
1870
|
+
{
|
|
1871
|
+
"index": 0,
|
|
1872
|
+
"modifier": "out"
|
|
1873
|
+
}
|
|
1874
|
+
]
|
|
1761
1875
|
},
|
|
1762
1876
|
{
|
|
1763
1877
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.ISourceBlock\u00601::LinkTo(ITargetBlock_1,System.Threading.Tasks.Dataflow.DataflowLinkOptions):System.IDisposable",
|
|
@@ -1791,7 +1905,13 @@
|
|
|
1791
1905
|
"arity": 0,
|
|
1792
1906
|
"parameterCount": 3,
|
|
1793
1907
|
"sourceInterface": "System.Threading.Tasks.Dataflow.ISourceBlock\u00601",
|
|
1794
|
-
"isExtensionMethod": false
|
|
1908
|
+
"isExtensionMethod": false,
|
|
1909
|
+
"parameterModifiers": [
|
|
1910
|
+
{
|
|
1911
|
+
"index": 2,
|
|
1912
|
+
"modifier": "out"
|
|
1913
|
+
}
|
|
1914
|
+
]
|
|
1795
1915
|
},
|
|
1796
1916
|
{
|
|
1797
1917
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.ISourceBlock\u00601::ReserveMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader,ITargetBlock_1):System.Boolean",
|
|
@@ -2042,7 +2162,13 @@
|
|
|
2042
2162
|
"isSealed": true,
|
|
2043
2163
|
"arity": 0,
|
|
2044
2164
|
"parameterCount": 2,
|
|
2045
|
-
"isExtensionMethod": false
|
|
2165
|
+
"isExtensionMethod": false,
|
|
2166
|
+
"parameterModifiers": [
|
|
2167
|
+
{
|
|
2168
|
+
"index": 1,
|
|
2169
|
+
"modifier": "out"
|
|
2170
|
+
}
|
|
2171
|
+
]
|
|
2046
2172
|
},
|
|
2047
2173
|
{
|
|
2048
2174
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.BroadcastBlock\u00601::ToString():System.String",
|
|
@@ -2126,7 +2252,13 @@
|
|
|
2126
2252
|
"arity": 0,
|
|
2127
2253
|
"parameterCount": 3,
|
|
2128
2254
|
"sourceInterface": "System.Threading.Tasks.Dataflow.ISourceBlock\u00601",
|
|
2129
|
-
"isExtensionMethod": false
|
|
2255
|
+
"isExtensionMethod": false,
|
|
2256
|
+
"parameterModifiers": [
|
|
2257
|
+
{
|
|
2258
|
+
"index": 2,
|
|
2259
|
+
"modifier": "out"
|
|
2260
|
+
}
|
|
2261
|
+
]
|
|
2130
2262
|
},
|
|
2131
2263
|
{
|
|
2132
2264
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.ISourceBlock\u00601::ReserveMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader,ITargetBlock_1):System.Boolean",
|
|
@@ -2177,7 +2309,13 @@
|
|
|
2177
2309
|
"arity": 0,
|
|
2178
2310
|
"parameterCount": 2,
|
|
2179
2311
|
"sourceInterface": "System.Threading.Tasks.Dataflow.IReceivableSourceBlock\u00601",
|
|
2180
|
-
"isExtensionMethod": false
|
|
2312
|
+
"isExtensionMethod": false,
|
|
2313
|
+
"parameterModifiers": [
|
|
2314
|
+
{
|
|
2315
|
+
"index": 1,
|
|
2316
|
+
"modifier": "out"
|
|
2317
|
+
}
|
|
2318
|
+
]
|
|
2181
2319
|
},
|
|
2182
2320
|
{
|
|
2183
2321
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.IReceivableSourceBlock\u00601::TryReceiveAll(IList_1\u0026):System.Boolean",
|
|
@@ -2194,7 +2332,13 @@
|
|
|
2194
2332
|
"arity": 0,
|
|
2195
2333
|
"parameterCount": 1,
|
|
2196
2334
|
"sourceInterface": "System.Threading.Tasks.Dataflow.IReceivableSourceBlock\u00601",
|
|
2197
|
-
"isExtensionMethod": false
|
|
2335
|
+
"isExtensionMethod": false,
|
|
2336
|
+
"parameterModifiers": [
|
|
2337
|
+
{
|
|
2338
|
+
"index": 0,
|
|
2339
|
+
"modifier": "out"
|
|
2340
|
+
}
|
|
2341
|
+
]
|
|
2198
2342
|
},
|
|
2199
2343
|
{
|
|
2200
2344
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.IDataflowBlock::Complete():System.Void",
|
|
@@ -2319,7 +2463,13 @@
|
|
|
2319
2463
|
"isSealed": true,
|
|
2320
2464
|
"arity": 0,
|
|
2321
2465
|
"parameterCount": 2,
|
|
2322
|
-
"isExtensionMethod": false
|
|
2466
|
+
"isExtensionMethod": false,
|
|
2467
|
+
"parameterModifiers": [
|
|
2468
|
+
{
|
|
2469
|
+
"index": 1,
|
|
2470
|
+
"modifier": "out"
|
|
2471
|
+
}
|
|
2472
|
+
]
|
|
2323
2473
|
},
|
|
2324
2474
|
{
|
|
2325
2475
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.BufferBlock\u00601::TryReceiveAll(IList_1\u0026):System.Boolean",
|
|
@@ -2335,7 +2485,13 @@
|
|
|
2335
2485
|
"isSealed": true,
|
|
2336
2486
|
"arity": 0,
|
|
2337
2487
|
"parameterCount": 1,
|
|
2338
|
-
"isExtensionMethod": false
|
|
2488
|
+
"isExtensionMethod": false,
|
|
2489
|
+
"parameterModifiers": [
|
|
2490
|
+
{
|
|
2491
|
+
"index": 0,
|
|
2492
|
+
"modifier": "out"
|
|
2493
|
+
}
|
|
2494
|
+
]
|
|
2339
2495
|
},
|
|
2340
2496
|
{
|
|
2341
2497
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.BufferBlock\u00601::ToString():System.String",
|
|
@@ -2419,7 +2575,13 @@
|
|
|
2419
2575
|
"arity": 0,
|
|
2420
2576
|
"parameterCount": 3,
|
|
2421
2577
|
"sourceInterface": "System.Threading.Tasks.Dataflow.ISourceBlock\u00601",
|
|
2422
|
-
"isExtensionMethod": false
|
|
2578
|
+
"isExtensionMethod": false,
|
|
2579
|
+
"parameterModifiers": [
|
|
2580
|
+
{
|
|
2581
|
+
"index": 2,
|
|
2582
|
+
"modifier": "out"
|
|
2583
|
+
}
|
|
2584
|
+
]
|
|
2423
2585
|
},
|
|
2424
2586
|
{
|
|
2425
2587
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.ISourceBlock\u00601::ReserveMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader,ITargetBlock_1):System.Boolean",
|
|
@@ -2470,7 +2632,13 @@
|
|
|
2470
2632
|
"arity": 0,
|
|
2471
2633
|
"parameterCount": 2,
|
|
2472
2634
|
"sourceInterface": "System.Threading.Tasks.Dataflow.IReceivableSourceBlock\u00601",
|
|
2473
|
-
"isExtensionMethod": false
|
|
2635
|
+
"isExtensionMethod": false,
|
|
2636
|
+
"parameterModifiers": [
|
|
2637
|
+
{
|
|
2638
|
+
"index": 1,
|
|
2639
|
+
"modifier": "out"
|
|
2640
|
+
}
|
|
2641
|
+
]
|
|
2474
2642
|
},
|
|
2475
2643
|
{
|
|
2476
2644
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.IReceivableSourceBlock\u00601::TryReceiveAll(IList_1\u0026):System.Boolean",
|
|
@@ -2487,7 +2655,13 @@
|
|
|
2487
2655
|
"arity": 0,
|
|
2488
2656
|
"parameterCount": 1,
|
|
2489
2657
|
"sourceInterface": "System.Threading.Tasks.Dataflow.IReceivableSourceBlock\u00601",
|
|
2490
|
-
"isExtensionMethod": false
|
|
2658
|
+
"isExtensionMethod": false,
|
|
2659
|
+
"parameterModifiers": [
|
|
2660
|
+
{
|
|
2661
|
+
"index": 0,
|
|
2662
|
+
"modifier": "out"
|
|
2663
|
+
}
|
|
2664
|
+
]
|
|
2491
2665
|
},
|
|
2492
2666
|
{
|
|
2493
2667
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.IDataflowBlock::Complete():System.Void",
|
|
@@ -2908,7 +3082,13 @@
|
|
|
2908
3082
|
"isSealed": true,
|
|
2909
3083
|
"arity": 0,
|
|
2910
3084
|
"parameterCount": 2,
|
|
2911
|
-
"isExtensionMethod": false
|
|
3085
|
+
"isExtensionMethod": false,
|
|
3086
|
+
"parameterModifiers": [
|
|
3087
|
+
{
|
|
3088
|
+
"index": 1,
|
|
3089
|
+
"modifier": "out"
|
|
3090
|
+
}
|
|
3091
|
+
]
|
|
2912
3092
|
},
|
|
2913
3093
|
{
|
|
2914
3094
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.JoinBlock\u00602::TryReceiveAll(IList_1\u0026):System.Boolean",
|
|
@@ -2924,7 +3104,13 @@
|
|
|
2924
3104
|
"isSealed": true,
|
|
2925
3105
|
"arity": 0,
|
|
2926
3106
|
"parameterCount": 1,
|
|
2927
|
-
"isExtensionMethod": false
|
|
3107
|
+
"isExtensionMethod": false,
|
|
3108
|
+
"parameterModifiers": [
|
|
3109
|
+
{
|
|
3110
|
+
"index": 0,
|
|
3111
|
+
"modifier": "out"
|
|
3112
|
+
}
|
|
3113
|
+
]
|
|
2928
3114
|
},
|
|
2929
3115
|
{
|
|
2930
3116
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.JoinBlock\u00602::Complete():System.Void",
|
|
@@ -2973,7 +3159,13 @@
|
|
|
2973
3159
|
"arity": 0,
|
|
2974
3160
|
"parameterCount": 2,
|
|
2975
3161
|
"sourceInterface": "System.Threading.Tasks.Dataflow.IReceivableSourceBlock\u00601",
|
|
2976
|
-
"isExtensionMethod": false
|
|
3162
|
+
"isExtensionMethod": false,
|
|
3163
|
+
"parameterModifiers": [
|
|
3164
|
+
{
|
|
3165
|
+
"index": 1,
|
|
3166
|
+
"modifier": "out"
|
|
3167
|
+
}
|
|
3168
|
+
]
|
|
2977
3169
|
},
|
|
2978
3170
|
{
|
|
2979
3171
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.IReceivableSourceBlock\u00601::TryReceiveAll(IList_1\u0026):System.Boolean",
|
|
@@ -2990,7 +3182,13 @@
|
|
|
2990
3182
|
"arity": 0,
|
|
2991
3183
|
"parameterCount": 1,
|
|
2992
3184
|
"sourceInterface": "System.Threading.Tasks.Dataflow.IReceivableSourceBlock\u00601",
|
|
2993
|
-
"isExtensionMethod": false
|
|
3185
|
+
"isExtensionMethod": false,
|
|
3186
|
+
"parameterModifiers": [
|
|
3187
|
+
{
|
|
3188
|
+
"index": 0,
|
|
3189
|
+
"modifier": "out"
|
|
3190
|
+
}
|
|
3191
|
+
]
|
|
2994
3192
|
},
|
|
2995
3193
|
{
|
|
2996
3194
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.ISourceBlock\u00601::LinkTo(ITargetBlock_1,System.Threading.Tasks.Dataflow.DataflowLinkOptions):System.IDisposable",
|
|
@@ -3024,7 +3222,13 @@
|
|
|
3024
3222
|
"arity": 0,
|
|
3025
3223
|
"parameterCount": 3,
|
|
3026
3224
|
"sourceInterface": "System.Threading.Tasks.Dataflow.ISourceBlock\u00601",
|
|
3027
|
-
"isExtensionMethod": false
|
|
3225
|
+
"isExtensionMethod": false,
|
|
3226
|
+
"parameterModifiers": [
|
|
3227
|
+
{
|
|
3228
|
+
"index": 2,
|
|
3229
|
+
"modifier": "out"
|
|
3230
|
+
}
|
|
3231
|
+
]
|
|
3028
3232
|
},
|
|
3029
3233
|
{
|
|
3030
3234
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.ISourceBlock\u00601::ReserveMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader,ITargetBlock_1):System.Boolean",
|
|
@@ -3229,7 +3433,13 @@
|
|
|
3229
3433
|
"isSealed": true,
|
|
3230
3434
|
"arity": 0,
|
|
3231
3435
|
"parameterCount": 2,
|
|
3232
|
-
"isExtensionMethod": false
|
|
3436
|
+
"isExtensionMethod": false,
|
|
3437
|
+
"parameterModifiers": [
|
|
3438
|
+
{
|
|
3439
|
+
"index": 1,
|
|
3440
|
+
"modifier": "out"
|
|
3441
|
+
}
|
|
3442
|
+
]
|
|
3233
3443
|
},
|
|
3234
3444
|
{
|
|
3235
3445
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.JoinBlock\u00603::TryReceiveAll(IList_1\u0026):System.Boolean",
|
|
@@ -3245,7 +3455,13 @@
|
|
|
3245
3455
|
"isSealed": true,
|
|
3246
3456
|
"arity": 0,
|
|
3247
3457
|
"parameterCount": 1,
|
|
3248
|
-
"isExtensionMethod": false
|
|
3458
|
+
"isExtensionMethod": false,
|
|
3459
|
+
"parameterModifiers": [
|
|
3460
|
+
{
|
|
3461
|
+
"index": 0,
|
|
3462
|
+
"modifier": "out"
|
|
3463
|
+
}
|
|
3464
|
+
]
|
|
3249
3465
|
},
|
|
3250
3466
|
{
|
|
3251
3467
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.JoinBlock\u00603::Complete():System.Void",
|
|
@@ -3294,7 +3510,13 @@
|
|
|
3294
3510
|
"arity": 0,
|
|
3295
3511
|
"parameterCount": 2,
|
|
3296
3512
|
"sourceInterface": "System.Threading.Tasks.Dataflow.IReceivableSourceBlock\u00601",
|
|
3297
|
-
"isExtensionMethod": false
|
|
3513
|
+
"isExtensionMethod": false,
|
|
3514
|
+
"parameterModifiers": [
|
|
3515
|
+
{
|
|
3516
|
+
"index": 1,
|
|
3517
|
+
"modifier": "out"
|
|
3518
|
+
}
|
|
3519
|
+
]
|
|
3298
3520
|
},
|
|
3299
3521
|
{
|
|
3300
3522
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.IReceivableSourceBlock\u00601::TryReceiveAll(IList_1\u0026):System.Boolean",
|
|
@@ -3311,7 +3533,13 @@
|
|
|
3311
3533
|
"arity": 0,
|
|
3312
3534
|
"parameterCount": 1,
|
|
3313
3535
|
"sourceInterface": "System.Threading.Tasks.Dataflow.IReceivableSourceBlock\u00601",
|
|
3314
|
-
"isExtensionMethod": false
|
|
3536
|
+
"isExtensionMethod": false,
|
|
3537
|
+
"parameterModifiers": [
|
|
3538
|
+
{
|
|
3539
|
+
"index": 0,
|
|
3540
|
+
"modifier": "out"
|
|
3541
|
+
}
|
|
3542
|
+
]
|
|
3315
3543
|
},
|
|
3316
3544
|
{
|
|
3317
3545
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.ISourceBlock\u00601::LinkTo(ITargetBlock_1,System.Threading.Tasks.Dataflow.DataflowLinkOptions):System.IDisposable",
|
|
@@ -3345,7 +3573,13 @@
|
|
|
3345
3573
|
"arity": 0,
|
|
3346
3574
|
"parameterCount": 3,
|
|
3347
3575
|
"sourceInterface": "System.Threading.Tasks.Dataflow.ISourceBlock\u00601",
|
|
3348
|
-
"isExtensionMethod": false
|
|
3576
|
+
"isExtensionMethod": false,
|
|
3577
|
+
"parameterModifiers": [
|
|
3578
|
+
{
|
|
3579
|
+
"index": 2,
|
|
3580
|
+
"modifier": "out"
|
|
3581
|
+
}
|
|
3582
|
+
]
|
|
3349
3583
|
},
|
|
3350
3584
|
{
|
|
3351
3585
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.ISourceBlock\u00601::ReserveMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader,ITargetBlock_1):System.Boolean",
|
|
@@ -3581,7 +3815,13 @@
|
|
|
3581
3815
|
"isSealed": true,
|
|
3582
3816
|
"arity": 0,
|
|
3583
3817
|
"parameterCount": 2,
|
|
3584
|
-
"isExtensionMethod": false
|
|
3818
|
+
"isExtensionMethod": false,
|
|
3819
|
+
"parameterModifiers": [
|
|
3820
|
+
{
|
|
3821
|
+
"index": 1,
|
|
3822
|
+
"modifier": "out"
|
|
3823
|
+
}
|
|
3824
|
+
]
|
|
3585
3825
|
},
|
|
3586
3826
|
{
|
|
3587
3827
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.TransformBlock\u00602::TryReceiveAll(IList_1\u0026):System.Boolean",
|
|
@@ -3597,7 +3837,13 @@
|
|
|
3597
3837
|
"isSealed": true,
|
|
3598
3838
|
"arity": 0,
|
|
3599
3839
|
"parameterCount": 1,
|
|
3600
|
-
"isExtensionMethod": false
|
|
3840
|
+
"isExtensionMethod": false,
|
|
3841
|
+
"parameterModifiers": [
|
|
3842
|
+
{
|
|
3843
|
+
"index": 0,
|
|
3844
|
+
"modifier": "out"
|
|
3845
|
+
}
|
|
3846
|
+
]
|
|
3601
3847
|
},
|
|
3602
3848
|
{
|
|
3603
3849
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.TransformBlock\u00602::ToString():System.String",
|
|
@@ -3664,7 +3910,13 @@
|
|
|
3664
3910
|
"arity": 0,
|
|
3665
3911
|
"parameterCount": 3,
|
|
3666
3912
|
"sourceInterface": "System.Threading.Tasks.Dataflow.ISourceBlock\u00601",
|
|
3667
|
-
"isExtensionMethod": false
|
|
3913
|
+
"isExtensionMethod": false,
|
|
3914
|
+
"parameterModifiers": [
|
|
3915
|
+
{
|
|
3916
|
+
"index": 2,
|
|
3917
|
+
"modifier": "out"
|
|
3918
|
+
}
|
|
3919
|
+
]
|
|
3668
3920
|
},
|
|
3669
3921
|
{
|
|
3670
3922
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.ISourceBlock\u00601::ReserveMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader,ITargetBlock_1):System.Boolean",
|
|
@@ -3749,7 +4001,13 @@
|
|
|
3749
4001
|
"arity": 0,
|
|
3750
4002
|
"parameterCount": 2,
|
|
3751
4003
|
"sourceInterface": "System.Threading.Tasks.Dataflow.IReceivableSourceBlock\u00601",
|
|
3752
|
-
"isExtensionMethod": false
|
|
4004
|
+
"isExtensionMethod": false,
|
|
4005
|
+
"parameterModifiers": [
|
|
4006
|
+
{
|
|
4007
|
+
"index": 1,
|
|
4008
|
+
"modifier": "out"
|
|
4009
|
+
}
|
|
4010
|
+
]
|
|
3753
4011
|
},
|
|
3754
4012
|
{
|
|
3755
4013
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.IReceivableSourceBlock\u00601::TryReceiveAll(IList_1\u0026):System.Boolean",
|
|
@@ -3766,7 +4024,13 @@
|
|
|
3766
4024
|
"arity": 0,
|
|
3767
4025
|
"parameterCount": 1,
|
|
3768
4026
|
"sourceInterface": "System.Threading.Tasks.Dataflow.IReceivableSourceBlock\u00601",
|
|
3769
|
-
"isExtensionMethod": false
|
|
4027
|
+
"isExtensionMethod": false,
|
|
4028
|
+
"parameterModifiers": [
|
|
4029
|
+
{
|
|
4030
|
+
"index": 0,
|
|
4031
|
+
"modifier": "out"
|
|
4032
|
+
}
|
|
4033
|
+
]
|
|
3770
4034
|
}
|
|
3771
4035
|
],
|
|
3772
4036
|
"properties": [
|
|
@@ -3904,7 +4168,13 @@
|
|
|
3904
4168
|
"isSealed": true,
|
|
3905
4169
|
"arity": 0,
|
|
3906
4170
|
"parameterCount": 2,
|
|
3907
|
-
"isExtensionMethod": false
|
|
4171
|
+
"isExtensionMethod": false,
|
|
4172
|
+
"parameterModifiers": [
|
|
4173
|
+
{
|
|
4174
|
+
"index": 1,
|
|
4175
|
+
"modifier": "out"
|
|
4176
|
+
}
|
|
4177
|
+
]
|
|
3908
4178
|
},
|
|
3909
4179
|
{
|
|
3910
4180
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.TransformManyBlock\u00602::TryReceiveAll(IList_1\u0026):System.Boolean",
|
|
@@ -3920,7 +4190,13 @@
|
|
|
3920
4190
|
"isSealed": true,
|
|
3921
4191
|
"arity": 0,
|
|
3922
4192
|
"parameterCount": 1,
|
|
3923
|
-
"isExtensionMethod": false
|
|
4193
|
+
"isExtensionMethod": false,
|
|
4194
|
+
"parameterModifiers": [
|
|
4195
|
+
{
|
|
4196
|
+
"index": 0,
|
|
4197
|
+
"modifier": "out"
|
|
4198
|
+
}
|
|
4199
|
+
]
|
|
3924
4200
|
},
|
|
3925
4201
|
{
|
|
3926
4202
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.TransformManyBlock\u00602::ToString():System.String",
|
|
@@ -3987,7 +4263,13 @@
|
|
|
3987
4263
|
"arity": 0,
|
|
3988
4264
|
"parameterCount": 3,
|
|
3989
4265
|
"sourceInterface": "System.Threading.Tasks.Dataflow.ISourceBlock\u00601",
|
|
3990
|
-
"isExtensionMethod": false
|
|
4266
|
+
"isExtensionMethod": false,
|
|
4267
|
+
"parameterModifiers": [
|
|
4268
|
+
{
|
|
4269
|
+
"index": 2,
|
|
4270
|
+
"modifier": "out"
|
|
4271
|
+
}
|
|
4272
|
+
]
|
|
3991
4273
|
},
|
|
3992
4274
|
{
|
|
3993
4275
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.ISourceBlock\u00601::ReserveMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader,ITargetBlock_1):System.Boolean",
|
|
@@ -4072,7 +4354,13 @@
|
|
|
4072
4354
|
"arity": 0,
|
|
4073
4355
|
"parameterCount": 2,
|
|
4074
4356
|
"sourceInterface": "System.Threading.Tasks.Dataflow.IReceivableSourceBlock\u00601",
|
|
4075
|
-
"isExtensionMethod": false
|
|
4357
|
+
"isExtensionMethod": false,
|
|
4358
|
+
"parameterModifiers": [
|
|
4359
|
+
{
|
|
4360
|
+
"index": 1,
|
|
4361
|
+
"modifier": "out"
|
|
4362
|
+
}
|
|
4363
|
+
]
|
|
4076
4364
|
},
|
|
4077
4365
|
{
|
|
4078
4366
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.IReceivableSourceBlock\u00601::TryReceiveAll(IList_1\u0026):System.Boolean",
|
|
@@ -4089,7 +4377,13 @@
|
|
|
4089
4377
|
"arity": 0,
|
|
4090
4378
|
"parameterCount": 1,
|
|
4091
4379
|
"sourceInterface": "System.Threading.Tasks.Dataflow.IReceivableSourceBlock\u00601",
|
|
4092
|
-
"isExtensionMethod": false
|
|
4380
|
+
"isExtensionMethod": false,
|
|
4381
|
+
"parameterModifiers": [
|
|
4382
|
+
{
|
|
4383
|
+
"index": 0,
|
|
4384
|
+
"modifier": "out"
|
|
4385
|
+
}
|
|
4386
|
+
]
|
|
4093
4387
|
}
|
|
4094
4388
|
],
|
|
4095
4389
|
"properties": [
|
|
@@ -4211,7 +4505,13 @@
|
|
|
4211
4505
|
"isSealed": true,
|
|
4212
4506
|
"arity": 0,
|
|
4213
4507
|
"parameterCount": 2,
|
|
4214
|
-
"isExtensionMethod": false
|
|
4508
|
+
"isExtensionMethod": false,
|
|
4509
|
+
"parameterModifiers": [
|
|
4510
|
+
{
|
|
4511
|
+
"index": 1,
|
|
4512
|
+
"modifier": "out"
|
|
4513
|
+
}
|
|
4514
|
+
]
|
|
4215
4515
|
},
|
|
4216
4516
|
{
|
|
4217
4517
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.WriteOnceBlock\u00601::LinkTo(ITargetBlock_1,System.Threading.Tasks.Dataflow.DataflowLinkOptions):System.IDisposable",
|
|
@@ -4311,7 +4611,13 @@
|
|
|
4311
4611
|
"arity": 0,
|
|
4312
4612
|
"parameterCount": 3,
|
|
4313
4613
|
"sourceInterface": "System.Threading.Tasks.Dataflow.ISourceBlock\u00601",
|
|
4314
|
-
"isExtensionMethod": false
|
|
4614
|
+
"isExtensionMethod": false,
|
|
4615
|
+
"parameterModifiers": [
|
|
4616
|
+
{
|
|
4617
|
+
"index": 2,
|
|
4618
|
+
"modifier": "out"
|
|
4619
|
+
}
|
|
4620
|
+
]
|
|
4315
4621
|
},
|
|
4316
4622
|
{
|
|
4317
4623
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.ISourceBlock\u00601::ReserveMessage(System.Threading.Tasks.Dataflow.DataflowMessageHeader,ITargetBlock_1):System.Boolean",
|
|
@@ -4362,7 +4668,13 @@
|
|
|
4362
4668
|
"arity": 0,
|
|
4363
4669
|
"parameterCount": 2,
|
|
4364
4670
|
"sourceInterface": "System.Threading.Tasks.Dataflow.IReceivableSourceBlock\u00601",
|
|
4365
|
-
"isExtensionMethod": false
|
|
4671
|
+
"isExtensionMethod": false,
|
|
4672
|
+
"parameterModifiers": [
|
|
4673
|
+
{
|
|
4674
|
+
"index": 1,
|
|
4675
|
+
"modifier": "out"
|
|
4676
|
+
}
|
|
4677
|
+
]
|
|
4366
4678
|
},
|
|
4367
4679
|
{
|
|
4368
4680
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.IReceivableSourceBlock\u00601::TryReceiveAll(IList_1\u0026):System.Boolean",
|
|
@@ -4379,7 +4691,13 @@
|
|
|
4379
4691
|
"arity": 0,
|
|
4380
4692
|
"parameterCount": 1,
|
|
4381
4693
|
"sourceInterface": "System.Threading.Tasks.Dataflow.IReceivableSourceBlock\u00601",
|
|
4382
|
-
"isExtensionMethod": false
|
|
4694
|
+
"isExtensionMethod": false,
|
|
4695
|
+
"parameterModifiers": [
|
|
4696
|
+
{
|
|
4697
|
+
"index": 0,
|
|
4698
|
+
"modifier": "out"
|
|
4699
|
+
}
|
|
4700
|
+
]
|
|
4383
4701
|
},
|
|
4384
4702
|
{
|
|
4385
4703
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.IDataflowBlock::Complete():System.Void",
|
|
@@ -4568,7 +4886,13 @@
|
|
|
4568
4886
|
"isSealed": false,
|
|
4569
4887
|
"arity": 1,
|
|
4570
4888
|
"parameterCount": 2,
|
|
4571
|
-
"isExtensionMethod": true
|
|
4889
|
+
"isExtensionMethod": true,
|
|
4890
|
+
"parameterModifiers": [
|
|
4891
|
+
{
|
|
4892
|
+
"index": 1,
|
|
4893
|
+
"modifier": "out"
|
|
4894
|
+
}
|
|
4895
|
+
]
|
|
4572
4896
|
},
|
|
4573
4897
|
{
|
|
4574
4898
|
"stableId": "System.Threading.Tasks.Dataflow:System.Threading.Tasks.Dataflow.DataflowBlock::ReceiveAsync(ISourceBlock_1):Task_1",
|