1 write to _dropWrites
System.Threading.Channels (1)
System\Threading\Channels\RendezvousChannel.cs (1)
49
_dropWrites
= mode is not BoundedChannelFullMode.Wait;
4 references to _dropWrites
System.Threading.Channels (4)
System\Threading\Channels\RendezvousChannel.cs (4)
327
if (parent.
_dropWrites
)
357
if (parent._blockedReadersHead is not null || parent.
_dropWrites
)
398
if (blockedReader is null && !parent.
_dropWrites
)
423
Debug.Assert(parent.
_dropWrites
);