3 writes to _hasWaiter
System.Net.Quic (3)
src\libraries\Common\src\System\Net\StreamBuffer.cs (3)
315if (Interlocked.Exchange(ref _hasWaiter, false)) 325if (Interlocked.Exchange(ref _hasWaiter, false)) 339Volatile.Write(ref _hasWaiter, true);
2 references to _hasWaiter
System.Net.Quic (2)
src\libraries\Common\src\System\Net\StreamBuffer.cs (2)
303Debug.Assert(!_hasWaiter); 333if (_hasWaiter)