8 references to _blockedWriters
System.Threading.Channels (8)
System\Threading\Channels\BoundedChannel.cs (8)
273while (!parent._blockedWriters.IsEmpty) 275VoidAsyncOperationWithData<T> w = parent._blockedWriters.DequeueHead(); 346ChannelUtilities.FailOperations<VoidAsyncOperationWithData<T>, VoidResult>(parent._blockedWriters, ChannelUtilities.CreateInvalidCompletionException(error)); 601parent._blockedWriters.EnqueueTail(singleton); 609parent._blockedWriters.EnqueueTail(writer); 688Debug.Assert(_blockedWriters.IsEmpty, "There's space available, so there shouldn't be any blocked writers."); 694Debug.Assert(_blockedWriters.IsEmpty, "There shouldn't be any blocked writer if there's a blocked reader."); 696if (!_blockedWriters.IsEmpty)