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