1 write to _completion
System.Threading.Channels (1)
System\Threading\Channels\BoundedChannel.cs (1)
62_completion = new TaskCompletionSource(runContinuationsAsynchronously ? TaskCreationOptions.RunContinuationsAsynchronously : TaskCreationOptions.None);
4 references to _completion
System.Threading.Channels (4)
System\Threading\Channels\BoundedChannel.cs (4)
83public override Task Completion => _parent._completion.Task; 252ChannelUtilities.Complete(parent._completion, parent._doneWriting); 348ChannelUtilities.Complete(parent._completion, error); 722if (_completion.Task.IsCompleted)