1 write to _disposed
System.Net.Quic (1)
System\Net\Quic\QuicListener.cs (1)
408if (Interlocked.Exchange(ref _disposed, 1) != 0)
1 reference to _disposed
System.Net.Quic (1)
System\Net\Quic\QuicListener.cs (1)
174ObjectDisposedException.ThrowIf(_disposed == 1, this);