3 writes to _disposed
Aspire.Hosting.Browsers.Tests (3)
src\Aspire.Hosting.Browsers\BrowserLogsCdpConnectionMultiplexer.cs (3)
38
ObjectDisposedException.ThrowIf(Volatile.Read(ref
_disposed
) != 0, this);
46
ObjectDisposedException.ThrowIf(Volatile.Read(ref
_disposed
) != 0, this);
58
if (Interlocked.Exchange(ref
_disposed
, 1) != 0)