1 write to _completion
System.Threading.Channels (1)
System\Threading\Channels\BoundedChannel.cs (1)
53_completion = new TaskCompletionSource(runContinuationsAsynchronously ? TaskCreationOptions.RunContinuationsAsynchronously : TaskCreationOptions.None);
4 references to _completion
System.Threading.Channels (4)
System\Threading\Channels\BoundedChannel.cs (4)
73public override Task Completion => _parent._completion.Task; 256ChannelUtilities.Complete(parent._completion, parent._doneWriting); 337ChannelUtilities.Complete(parent._completion, error); 701if (_completion.Task.IsCompleted)