4 writes to _disposing
Aspire.Hosting.Browsers (4)
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)