2 writes to _disposed
Aspire.Hosting.Browsers.Tests (2)
src\Aspire.Hosting.Browsers\BrowserPageSession.cs (2)
83
ObjectDisposedException.ThrowIf(Volatile.Read(ref
_disposed
) != 0, this);
179
if (Interlocked.Exchange(ref
_disposed
, 1) != 0)