9 references to Complete
System.Threading.Channels (9)
System\Threading\Channels\BoundedChannel.cs (2)
252ChannelUtilities.Complete(parent._completion, parent._doneWriting); 348ChannelUtilities.Complete(parent._completion, error);
System\Threading\Channels\RendezvousChannel.cs (1)
289ChannelUtilities.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)
132ChannelUtilities.Complete(parent._completion, parent._doneWriting); 225ChannelUtilities.Complete(parent._completion, error);
System\Threading\Channels\UnboundedPriorityChannel.cs (2)
143ChannelUtilities.Complete(parent._completion, parent._doneWriting); 231ChannelUtilities.Complete(parent._completion, error);