3 types derived from ChannelOptions
System.Threading.Channels (3)
System\Threading\Channels\ChannelOptions.cs (2)
43
public sealed class BoundedChannelOptions :
ChannelOptions
98
public sealed class UnboundedChannelOptions :
ChannelOptions
System\Threading\Channels\ChannelOptions.netcoreapp.cs (1)
9
public sealed class UnboundedPrioritizedChannelOptions<T> :
ChannelOptions
8 references to ChannelOptions
Microsoft.CodeAnalysis.CodeStyle (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ProducerConsumer.cs (4)
31
/// <inheritdoc cref="
ChannelOptions
.SingleWriter"/>
34
/// <inheritdoc cref="
ChannelOptions
.SingleReader"/>
271
/// cref="
ChannelOptions
.SingleWriter"/> for control of this when creating the channel.
274
/// single reader or multiple readers, depending on the value passed into <see cref="
ChannelOptions
.SingleReader"/>.
Microsoft.CodeAnalysis.Workspaces (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ProducerConsumer.cs (4)
31
/// <inheritdoc cref="
ChannelOptions
.SingleWriter"/>
34
/// <inheritdoc cref="
ChannelOptions
.SingleReader"/>
271
/// cref="
ChannelOptions
.SingleWriter"/> for control of this when creating the channel.
274
/// single reader or multiple readers, depending on the value passed into <see cref="
ChannelOptions
.SingleReader"/>.