1 write to _disposed
Aspire.Hosting.Dotnet (1)
DotnetProjectBuildCoordinator.cs (1)
312
_disposed
= true;
5 references to _disposed
Aspire.Hosting.Dotnet (5)
DotnetProjectBuildCoordinator.cs (5)
250
ObjectDisposedException.ThrowIf(
_disposed
, this);
257
ObjectDisposedException.ThrowIf(
_disposed
, this);
263
ObjectDisposedException.ThrowIf(
_disposed
, this);
272
ObjectDisposedException.ThrowIf(
_disposed
, this);
307
if (
_disposed
)