@tsonic/dotnet-pure
Version:
TypeScript type definitions for .NET 10 BCL (Base Class Library) - CLR naming
763 lines • 29.5 kB
JSON
{
"namespace": "System.Threading.Channels",
"contributingAssemblies": [
"System.Threading.Channels"
],
"types": [
{
"stableId": "System.Threading.Channels:System.Threading.Channels.BoundedChannelFullMode",
"clrName": "System.Threading.Channels.BoundedChannelFullMode",
"tsEmitName": "BoundedChannelFullMode",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Threading.Channels:System.Threading.Channels.BoundedChannelFullMode::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.BoundedChannelFullMode::WaitSystem.Threading.Channels.BoundedChannelFullMode",
"clrName": "Wait",
"tsEmitName": "Wait",
"normalizedSignature": "Wait|System.Threading.Channels.BoundedChannelFullMode|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.BoundedChannelFullMode::DropNewestSystem.Threading.Channels.BoundedChannelFullMode",
"clrName": "DropNewest",
"tsEmitName": "DropNewest",
"normalizedSignature": "DropNewest|System.Threading.Channels.BoundedChannelFullMode|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.BoundedChannelFullMode::DropOldestSystem.Threading.Channels.BoundedChannelFullMode",
"clrName": "DropOldest",
"tsEmitName": "DropOldest",
"normalizedSignature": "DropOldest|System.Threading.Channels.BoundedChannelFullMode|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.BoundedChannelFullMode::DropWriteSystem.Threading.Channels.BoundedChannelFullMode",
"clrName": "DropWrite",
"tsEmitName": "DropWrite",
"normalizedSignature": "DropWrite|System.Threading.Channels.BoundedChannelFullMode|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.BoundedChannelOptions",
"clrName": "System.Threading.Channels.BoundedChannelOptions",
"tsEmitName": "BoundedChannelOptions",
"kind": "Class",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [
{
"stableId": "System.Threading.Channels:System.Threading.Channels.BoundedChannelOptions::Capacity:System.Int32",
"clrName": "Capacity",
"tsEmitName": "Capacity",
"normalizedSignature": "Capacity|:System.Int32|static=false|accessor=getset",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": true
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.BoundedChannelOptions::FullMode:System.Threading.Channels.BoundedChannelFullMode",
"clrName": "FullMode",
"tsEmitName": "FullMode",
"normalizedSignature": "FullMode|:System.Threading.Channels.BoundedChannelFullMode|static=false|accessor=getset",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": true
}
],
"fields": [],
"events": [],
"constructors": [
{
"normalizedSignature": "constructor|(System.Int32):void|static=false",
"isStatic": false,
"parameterCount": 1
}
]
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.Channel\u00601",
"clrName": "System.Threading.Channels.Channel\u00601",
"tsEmitName": "Channel_1",
"kind": "Class",
"accessibility": "Public",
"isAbstract": true,
"isSealed": false,
"isStatic": false,
"arity": 1,
"methods": [],
"properties": [],
"fields": [],
"events": [],
"constructors": []
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.Channel\u00602",
"clrName": "System.Threading.Channels.Channel\u00602",
"tsEmitName": "Channel_2",
"kind": "Class",
"accessibility": "Public",
"isAbstract": true,
"isSealed": false,
"isStatic": false,
"arity": 2,
"methods": [],
"properties": [
{
"stableId": "System.Threading.Channels:System.Threading.Channels.Channel\u00602::Reader:ChannelReader_1",
"clrName": "Reader",
"tsEmitName": "Reader",
"normalizedSignature": "Reader|:ChannelReader_1|static=false|accessor=get",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": false
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.Channel\u00602::Writer:ChannelWriter_1",
"clrName": "Writer",
"tsEmitName": "Writer",
"normalizedSignature": "Writer|:ChannelWriter_1|static=false|accessor=get",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": false
}
],
"fields": [],
"events": [],
"constructors": []
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.ChannelClosedException",
"clrName": "System.Threading.Channels.ChannelClosedException",
"tsEmitName": "ChannelClosedException",
"kind": "Class",
"accessibility": "Public",
"isAbstract": false,
"isSealed": false,
"isStatic": false,
"arity": 0,
"methods": [
{
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
"clrName": "GetObjectData",
"tsEmitName": "GetObjectData$view",
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
"provenance": "ExplicitView",
"emitScope": "ViewOnly",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 2,
"sourceInterface": "System.Runtime.Serialization.ISerializable",
"isExtensionMethod": false
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.ChannelClosedException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
"clrName": "GetObjectData",
"tsEmitName": "GetObjectData",
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
"provenance": "BaseOverload",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 2,
"isExtensionMethod": false
}
],
"properties": [],
"fields": [],
"events": [],
"constructors": [
{
"normalizedSignature": "constructor|():void|static=false",
"isStatic": false,
"parameterCount": 0
},
{
"normalizedSignature": "constructor|(System.String):void|static=false",
"isStatic": false,
"parameterCount": 1
},
{
"normalizedSignature": "constructor|(System.Exception):void|static=false",
"isStatic": false,
"parameterCount": 1
},
{
"normalizedSignature": "constructor|(System.String,System.Exception):void|static=false",
"isStatic": false,
"parameterCount": 2
}
]
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.ChannelOptions",
"clrName": "System.Threading.Channels.ChannelOptions",
"tsEmitName": "ChannelOptions",
"kind": "Class",
"accessibility": "Public",
"isAbstract": true,
"isSealed": false,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [
{
"stableId": "System.Threading.Channels:System.Threading.Channels.ChannelOptions::SingleWriter:System.Boolean",
"clrName": "SingleWriter",
"tsEmitName": "SingleWriter",
"normalizedSignature": "SingleWriter|:System.Boolean|static=false|accessor=getset",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": true
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.ChannelOptions::SingleReader:System.Boolean",
"clrName": "SingleReader",
"tsEmitName": "SingleReader",
"normalizedSignature": "SingleReader|:System.Boolean|static=false|accessor=getset",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": true
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.ChannelOptions::AllowSynchronousContinuations:System.Boolean",
"clrName": "AllowSynchronousContinuations",
"tsEmitName": "AllowSynchronousContinuations",
"normalizedSignature": "AllowSynchronousContinuations|:System.Boolean|static=false|accessor=getset",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": true
}
],
"fields": [],
"events": [],
"constructors": []
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.ChannelReader\u00601",
"clrName": "System.Threading.Channels.ChannelReader\u00601",
"tsEmitName": "ChannelReader_1",
"kind": "Class",
"accessibility": "Public",
"isAbstract": true,
"isSealed": false,
"isStatic": false,
"arity": 1,
"methods": [
{
"stableId": "System.Threading.Channels:System.Threading.Channels.ChannelReader\u00601::TryRead(T\u0026):System.Boolean",
"clrName": "TryRead",
"tsEmitName": "TryRead",
"normalizedSignature": "TryRead|(T\u0026):System.Boolean|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": true,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 1,
"isExtensionMethod": false
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.ChannelReader\u00601::TryPeek(T\u0026):System.Boolean",
"clrName": "TryPeek",
"tsEmitName": "TryPeek",
"normalizedSignature": "TryPeek|(T\u0026):System.Boolean|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 1,
"isExtensionMethod": false
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.ChannelReader\u00601::WaitToReadAsync(System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
"clrName": "WaitToReadAsync",
"tsEmitName": "WaitToReadAsync",
"normalizedSignature": "WaitToReadAsync|(System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": true,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 1,
"isExtensionMethod": false
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.ChannelReader\u00601::ReadAsync(System.Threading.CancellationToken):ValueTask_1",
"clrName": "ReadAsync",
"tsEmitName": "ReadAsync",
"normalizedSignature": "ReadAsync|(System.Threading.CancellationToken):ValueTask_1|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 1,
"isExtensionMethod": false
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.ChannelReader\u00601::ReadAllAsync(System.Threading.CancellationToken):IAsyncEnumerable_1",
"clrName": "ReadAllAsync",
"tsEmitName": "ReadAllAsync",
"normalizedSignature": "ReadAllAsync|(System.Threading.CancellationToken):IAsyncEnumerable_1|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 1,
"isExtensionMethod": false
}
],
"properties": [
{
"stableId": "System.Threading.Channels:System.Threading.Channels.ChannelReader\u00601::Completion:System.Threading.Tasks.Task",
"clrName": "Completion",
"tsEmitName": "Completion",
"normalizedSignature": "Completion|:System.Threading.Tasks.Task|static=false|accessor=get",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": false
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.ChannelReader\u00601::CanCount:System.Boolean",
"clrName": "CanCount",
"tsEmitName": "CanCount",
"normalizedSignature": "CanCount|:System.Boolean|static=false|accessor=get",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": false
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.ChannelReader\u00601::CanPeek:System.Boolean",
"clrName": "CanPeek",
"tsEmitName": "CanPeek",
"normalizedSignature": "CanPeek|:System.Boolean|static=false|accessor=get",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": false
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.ChannelReader\u00601::Count:System.Int32",
"clrName": "Count",
"tsEmitName": "Count",
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": false
}
],
"fields": [],
"events": [],
"constructors": []
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.ChannelWriter\u00601",
"clrName": "System.Threading.Channels.ChannelWriter\u00601",
"tsEmitName": "ChannelWriter_1",
"kind": "Class",
"accessibility": "Public",
"isAbstract": true,
"isSealed": false,
"isStatic": false,
"arity": 1,
"methods": [
{
"stableId": "System.Threading.Channels:System.Threading.Channels.ChannelWriter\u00601::TryComplete(System.Exception):System.Boolean",
"clrName": "TryComplete",
"tsEmitName": "TryComplete",
"normalizedSignature": "TryComplete|(System.Exception):System.Boolean|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 1,
"isExtensionMethod": false
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.ChannelWriter\u00601::TryWrite(T):System.Boolean",
"clrName": "TryWrite",
"tsEmitName": "TryWrite",
"normalizedSignature": "TryWrite|(T):System.Boolean|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": true,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 1,
"isExtensionMethod": false
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.ChannelWriter\u00601::WaitToWriteAsync(System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
"clrName": "WaitToWriteAsync",
"tsEmitName": "WaitToWriteAsync",
"normalizedSignature": "WaitToWriteAsync|(System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": true,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 1,
"isExtensionMethod": false
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.ChannelWriter\u00601::WriteAsync(T,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
"clrName": "WriteAsync",
"tsEmitName": "WriteAsync",
"normalizedSignature": "WriteAsync|(T,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 2,
"isExtensionMethod": false
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.ChannelWriter\u00601::Complete(System.Exception):System.Void",
"clrName": "Complete",
"tsEmitName": "Complete",
"normalizedSignature": "Complete|(System.Exception):System.Void|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 1,
"isExtensionMethod": false
}
],
"properties": [],
"fields": [],
"events": [],
"constructors": []
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.UnboundedChannelOptions",
"clrName": "System.Threading.Channels.UnboundedChannelOptions",
"tsEmitName": "UnboundedChannelOptions",
"kind": "Class",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [],
"events": [],
"constructors": [
{
"normalizedSignature": "constructor|():void|static=false",
"isStatic": false,
"parameterCount": 0
}
]
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.UnboundedPrioritizedChannelOptions\u00601",
"clrName": "System.Threading.Channels.UnboundedPrioritizedChannelOptions\u00601",
"tsEmitName": "UnboundedPrioritizedChannelOptions_1",
"kind": "Class",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 1,
"methods": [],
"properties": [
{
"stableId": "System.Threading.Channels:System.Threading.Channels.UnboundedPrioritizedChannelOptions\u00601::Comparer:IComparer_1",
"clrName": "Comparer",
"tsEmitName": "Comparer",
"normalizedSignature": "Comparer|:IComparer_1|static=false|accessor=getset",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isIndexer": false,
"hasGetter": true,
"hasSetter": true
}
],
"fields": [],
"events": [],
"constructors": [
{
"normalizedSignature": "constructor|():void|static=false",
"isStatic": false,
"parameterCount": 0
}
]
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.Channel",
"clrName": "System.Threading.Channels.Channel",
"tsEmitName": "Channel",
"kind": "StaticNamespace",
"accessibility": "Public",
"isAbstract": true,
"isSealed": true,
"isStatic": true,
"arity": 0,
"methods": [
{
"stableId": "System.Threading.Channels:System.Threading.Channels.Channel::CreateUnbounded():Channel_1",
"clrName": "CreateUnbounded",
"tsEmitName": "CreateUnbounded",
"normalizedSignature": "CreateUnbounded|():Channel_1|static=true",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": true,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 1,
"parameterCount": 0,
"isExtensionMethod": false
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.Channel::CreateUnbounded(System.Threading.Channels.UnboundedChannelOptions):Channel_1",
"clrName": "CreateUnbounded",
"tsEmitName": "CreateUnbounded",
"normalizedSignature": "CreateUnbounded|(System.Threading.Channels.UnboundedChannelOptions):Channel_1|static=true",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": true,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 1,
"parameterCount": 1,
"isExtensionMethod": false
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.Channel::CreateBounded(System.Int32):Channel_1",
"clrName": "CreateBounded",
"tsEmitName": "CreateBounded",
"normalizedSignature": "CreateBounded|(System.Int32):Channel_1|static=true",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": true,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 1,
"parameterCount": 1,
"isExtensionMethod": false
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.Channel::CreateBounded(System.Threading.Channels.BoundedChannelOptions):Channel_1",
"clrName": "CreateBounded",
"tsEmitName": "CreateBounded",
"normalizedSignature": "CreateBounded|(System.Threading.Channels.BoundedChannelOptions):Channel_1|static=true",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": true,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 1,
"parameterCount": 1,
"isExtensionMethod": false
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.Channel::CreateBounded(System.Threading.Channels.BoundedChannelOptions,Action_1):Channel_1",
"clrName": "CreateBounded",
"tsEmitName": "CreateBounded",
"normalizedSignature": "CreateBounded|(System.Threading.Channels.BoundedChannelOptions,Action_1):Channel_1|static=true",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": true,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 1,
"parameterCount": 2,
"isExtensionMethod": false
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.Channel::CreateUnboundedPrioritized():Channel_1",
"clrName": "CreateUnboundedPrioritized",
"tsEmitName": "CreateUnboundedPrioritized",
"normalizedSignature": "CreateUnboundedPrioritized|():Channel_1|static=true",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": true,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 1,
"parameterCount": 0,
"isExtensionMethod": false
},
{
"stableId": "System.Threading.Channels:System.Threading.Channels.Channel::CreateUnboundedPrioritized(UnboundedPrioritizedChannelOptions_1):Channel_1",
"clrName": "CreateUnboundedPrioritized",
"tsEmitName": "CreateUnboundedPrioritized",
"normalizedSignature": "CreateUnboundedPrioritized|(UnboundedPrioritizedChannelOptions_1):Channel_1|static=true",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": true,
"isAbstract": false,
"isVirtual": false,
"isOverride": false,
"isSealed": false,
"arity": 1,
"parameterCount": 1,
"isExtensionMethod": false
}
],
"properties": [],
"fields": [],
"events": [],
"constructors": []
}
]
}