15 writes to SingleReader
Aspire.Confluent.Kafka (1)
MetricsChannel.cs (1)
19SingleReader = true,
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 (3)
Dashboard\ResourcePublisher.cs (1)
50new UnboundedChannelOptions { AllowSynchronousContinuations = false, SingleReader = true, SingleWriter = true });
Dcp\ApplicationExecutor.cs (1)
118new UnboundedChannelOptions { SingleReader = true });
Dcp\ResourceLogSource.cs (1)
31SingleReader = true,
InMemory.FunctionalTests (2)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (2)
993SingleReader = true, 999SingleReader = true,
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2FrameWriter.cs (1)
156SingleReader = true
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (2)
993SingleReader = true, 999SingleReader = true,
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
67SingleReader = true,
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ProducerConsumer.cs (1)
285SingleReader = options.SingleReader,
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ProducerConsumer.cs (1)
285SingleReader = options.SingleReader,
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
117private static readonly UnboundedChannelOptions s_channelOptions = new UnboundedChannelOptions() { SingleReader = true };
5 references to SingleReader
Microsoft.CodeAnalysis.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ProducerConsumer.cs (2)
34/// <inheritdoc cref="ChannelOptions.SingleReader"/> 274/// single reader or multiple readers, depending on the value passed into <see cref="ChannelOptions.SingleReader"/>.
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ProducerConsumer.cs (2)
34/// <inheritdoc cref="ChannelOptions.SingleReader"/> 274/// single reader or multiple readers, depending on the value passed into <see cref="ChannelOptions.SingleReader"/>.
System.Threading.Channels (1)
System\Threading\Channels\Channel.cs (1)
25if (options.SingleReader)