8 references to Complete
System.Threading.Channels (8)
System\Threading\Channels\BoundedChannel.cs (2)
256ChannelUtilities.Complete(parent._completion, parent._doneWriting); 337ChannelUtilities.Complete(parent._completion, error);
System\Threading\Channels\SingleConsumerUnboundedChannel.cs (2)
130ChannelUtilities.Complete(parent._completion, parent._doneWriting); 251ChannelUtilities.Complete(parent._completion, error);
System\Threading\Channels\UnboundedChannel.cs (2)
136ChannelUtilities.Complete(parent._completion, parent._doneWriting); 228ChannelUtilities.Complete(parent._completion, error);
System\Threading\Channels\UnboundedPriorityChannel.cs (2)
146ChannelUtilities.Complete(parent._completion, parent._doneWriting); 233ChannelUtilities.Complete(parent._completion, error);