3 types derived from ChannelOptions
System.Threading.Channels (3)
System\Threading\Channels\ChannelOptions.cs (2)
43public sealed class BoundedChannelOptions : ChannelOptions 101public sealed class UnboundedChannelOptions : ChannelOptions
System\Threading\Channels\ChannelOptions.netcoreapp.cs (1)
9public sealed class UnboundedPrioritizedChannelOptions<T> : ChannelOptions
36 references to ChannelOptions
GenerateDocumentationAndConfigFiles (4)
src\Dependencies\Threading\ProducerConsumer.cs (2)
314/// cref="ChannelOptions.SingleWriter"/> for control of this when creating the channel. 317/// single reader or multiple readers, depending on the value passed into <see cref="ChannelOptions.SingleReader"/>.
src\Dependencies\Threading\ProducerConsumerOptions.cs (2)
28/// <inheritdoc cref="ChannelOptions.SingleWriter"/> 33/// <inheritdoc cref="ChannelOptions.SingleReader"/>
Metrics (2)
src\Dependencies\Threading\ProducerConsumer.cs (2)
314/// cref="ChannelOptions.SingleWriter"/> for control of this when creating the channel. 317/// single reader or multiple readers, depending on the value passed into <see cref="ChannelOptions.SingleReader"/>.
Metrics.Legacy (2)
src\Dependencies\Threading\ProducerConsumer.cs (2)
314/// cref="ChannelOptions.SingleWriter"/> for control of this when creating the channel. 317/// single reader or multiple readers, depending on the value passed into <see cref="ChannelOptions.SingleReader"/>.
Microsoft.CodeAnalysis.Analyzers (2)
src\Dependencies\Threading\ProducerConsumer.cs (2)
314/// cref="ChannelOptions.SingleWriter"/> for control of this when creating the channel. 317/// single reader or multiple readers, depending on the value passed into <see cref="ChannelOptions.SingleReader"/>.
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
src\Dependencies\Threading\ProducerConsumer.cs (2)
314/// cref="ChannelOptions.SingleWriter"/> for control of this when creating the channel. 317/// single reader or multiple readers, depending on the value passed into <see cref="ChannelOptions.SingleReader"/>.
Microsoft.CodeAnalysis.BannedApiAnalyzers (2)
src\Dependencies\Threading\ProducerConsumer.cs (2)
314/// cref="ChannelOptions.SingleWriter"/> for control of this when creating the channel. 317/// single reader or multiple readers, depending on the value passed into <see cref="ChannelOptions.SingleReader"/>.
Microsoft.CodeAnalysis.CodeStyle (2)
src\Dependencies\Threading\ProducerConsumer.cs (2)
314/// cref="ChannelOptions.SingleWriter"/> for control of this when creating the channel. 317/// single reader or multiple readers, depending on the value passed into <see cref="ChannelOptions.SingleReader"/>.
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (2)
src\Dependencies\Threading\ProducerConsumer.cs (2)
314/// cref="ChannelOptions.SingleWriter"/> for control of this when creating the channel. 317/// single reader or multiple readers, depending on the value passed into <see cref="ChannelOptions.SingleReader"/>.
Microsoft.CodeAnalysis.PublicApiAnalyzers (2)
src\Dependencies\Threading\ProducerConsumer.cs (2)
314/// cref="ChannelOptions.SingleWriter"/> for control of this when creating the channel. 317/// single reader or multiple readers, depending on the value passed into <see cref="ChannelOptions.SingleReader"/>.
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
src\Dependencies\Threading\ProducerConsumer.cs (2)
314/// cref="ChannelOptions.SingleWriter"/> for control of this when creating the channel. 317/// single reader or multiple readers, depending on the value passed into <see cref="ChannelOptions.SingleReader"/>.
Microsoft.CodeAnalysis.Threading.Package (4)
ProducerConsumer.cs (2)
314/// cref="ChannelOptions.SingleWriter"/> for control of this when creating the channel. 317/// single reader or multiple readers, depending on the value passed into <see cref="ChannelOptions.SingleReader"/>.
ProducerConsumerOptions.cs (2)
28/// <inheritdoc cref="ChannelOptions.SingleWriter"/> 33/// <inheritdoc cref="ChannelOptions.SingleReader"/>
Microsoft.CodeAnalysis.Workspaces (2)
src\Dependencies\Threading\ProducerConsumer.cs (2)
314/// cref="ChannelOptions.SingleWriter"/> for control of this when creating the channel. 317/// single reader or multiple readers, depending on the value passed into <see cref="ChannelOptions.SingleReader"/>.
Roslyn.Diagnostics.Analyzers (2)
src\Dependencies\Threading\ProducerConsumer.cs (2)
314/// cref="ChannelOptions.SingleWriter"/> for control of this when creating the channel. 317/// single reader or multiple readers, depending on the value passed into <see cref="ChannelOptions.SingleReader"/>.
Test.Utilities (4)
src\Dependencies\Threading\ProducerConsumer.cs (2)
314/// cref="ChannelOptions.SingleWriter"/> for control of this when creating the channel. 317/// single reader or multiple readers, depending on the value passed into <see cref="ChannelOptions.SingleReader"/>.
src\Dependencies\Threading\ProducerConsumerOptions.cs (2)
28/// <inheritdoc cref="ChannelOptions.SingleWriter"/> 33/// <inheritdoc cref="ChannelOptions.SingleReader"/>
Text.Analyzers (2)
src\Dependencies\Threading\ProducerConsumer.cs (2)
314/// cref="ChannelOptions.SingleWriter"/> for control of this when creating the channel. 317/// single reader or multiple readers, depending on the value passed into <see cref="ChannelOptions.SingleReader"/>.