4 writes to _disposing
Aspire.Hosting.Browsers.Tests (4)
src\Aspire.Hosting.Browsers\BrowserLogsSessionManager.cs (4)
180
ObjectDisposedException.ThrowIf(Volatile.Read(ref
_disposing
) != 0, this);
248
ObjectDisposedException.ThrowIf(Volatile.Read(ref
_disposing
) != 0, this);
254
Interlocked.Exchange(ref
_disposing
, 1);
322
if (Volatile.Read(ref
_disposing
) != 0)