1 write to _disposed
Aspire.Hosting.RemoteHost (1)
CancellationTokenRegistry.cs (1)
157
_disposed
= true;
4 references to _disposed
Aspire.Hosting.RemoteHost (4)
CancellationTokenRegistry.cs (4)
27
ObjectDisposedException.ThrowIf(
_disposed
, this);
49
ObjectDisposedException.ThrowIf(
_disposed
, this);
128
ObjectDisposedException.ThrowIf(
_disposed
, this);
152
if (
_disposed
)