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)
327if (parent._dropWrites) 357if (parent._blockedReadersHead is not null || parent._dropWrites) 398if (blockedReader is null && !parent._dropWrites) 423Debug.Assert(parent._dropWrites);