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