1 write to _disposed
Aspire.Hosting (1)
Dcp\ProxylessEndpointPortAllocator.cs (1)
135
_disposed
= true;
4 references to _disposed
Aspire.Hosting (4)
Dcp\ProxylessEndpointPortAllocator.cs (4)
90
ObjectDisposedException.ThrowIf(
_disposed
, this);
107
ObjectDisposedException.ThrowIf(
_disposed
, this);
117
ObjectDisposedException.ThrowIf(
_disposed
, this);
130
if (
_disposed
)