5 writes to _disposed
Aspire.Hosting.Browsers.Tests (5)
src\Aspire.Hosting.Browsers\BrowserHostRegistry.cs (5)
54
ObjectDisposedException.ThrowIf(Volatile.Read(ref
_disposed
) != 0, this);
76
ObjectDisposedException.ThrowIf(Volatile.Read(ref
_disposed
) != 0, this);
122
if (Interlocked.Exchange(ref
_disposed
, 1) != 0)
160
if (Volatile.Read(ref
_disposed
) != 0)
175
if (Volatile.Read(ref
_disposed
) != 0)