16 writes to SingleWriter
Aspire.Confluent.Kafka (1)
MetricsChannel.cs (1)
20SingleWriter = false
Aspire.Dashboard (2)
ResourceService\DashboardClient.cs (2)
438new UnboundedChannelOptions { AllowSynchronousContinuations = false, SingleReader = true, SingleWriter = true }); 487new UnboundedChannelOptions { AllowSynchronousContinuations = false, SingleReader = true, SingleWriter = true });
Aspire.Hosting (2)
Dashboard\ResourcePublisher.cs (1)
50new UnboundedChannelOptions { AllowSynchronousContinuations = false, SingleReader = true, SingleWriter = true });
Dcp\ResourceLogSource.cs (1)
32SingleWriter = false
InMemory.FunctionalTests (2)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (2)
994SingleWriter = true 1000SingleWriter = true
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (2)
994SingleWriter = true 1000SingleWriter = true
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
68SingleWriter = true
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ProducerConsumer.cs (1)
286SingleWriter = options.SingleWriter,
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ProducerConsumer.cs (1)
286SingleWriter = options.SingleWriter,
Microsoft.ML.Data (2)
Transforms\RowShufflingTransformer.cs (2)
544_toConsumeChannel = Channel.CreateUnbounded<int>(new UnboundedChannelOptions { SingleWriter = true }); 545_toProduceChannel = Channel.CreateUnbounded<int>(new UnboundedChannelOptions { SingleWriter = true });
Microsoft.ML.Sweeper (1)
AsyncSweeper.cs (1)
212new UnboundedChannelOptions { SingleWriter = true });
System.Net.Quic (1)
System\Net\Quic\QuicConnection.cs (1)
151SingleWriter = true
4 references to SingleWriter
Microsoft.CodeAnalysis.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ProducerConsumer.cs (2)
31/// <inheritdoc cref="ChannelOptions.SingleWriter"/> 271/// cref="ChannelOptions.SingleWriter"/> for control of this when creating the channel.
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ProducerConsumer.cs (2)
31/// <inheritdoc cref="ChannelOptions.SingleWriter"/> 271/// cref="ChannelOptions.SingleWriter"/> for control of this when creating the channel.