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