1 write to _completion
System.Threading.Channels (1)
System\Threading\Channels\SingleConsumerUnboundedChannel.cs (1)
45_completion = new TaskCompletionSource(runContinuationsAsynchronously ? TaskCreationOptions.RunContinuationsAsynchronously : TaskCreationOptions.None);
3 references to _completion
System.Threading.Channels (3)
System\Threading\Channels\SingleConsumerUnboundedChannel.cs (3)
66public override Task Completion => _parent._completion.Task; 130ChannelUtilities.Complete(parent._completion, parent._doneWriting); 251ChannelUtilities.Complete(parent._completion, error);