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)
73
public override Task Completion => _parent.
_completion
.Task;
256
ChannelUtilities.Complete(parent.
_completion
, parent._doneWriting);
337
ChannelUtilities.Complete(parent.
_completion
, error);
701
if (
_completion
.Task.IsCompleted)