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)
66
public override Task Completion => _parent.
_completion
.Task;
130
ChannelUtilities.Complete(parent.
_completion
, parent._doneWriting);
251
ChannelUtilities.Complete(parent.
_completion
, error);