1 write to _disposed
aspire (1)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
225
_disposed
= true;
4 references to _disposed
aspire (4)
Backchannel\AppHostAuxiliaryBackchannel.cs (4)
144
ObjectDisposedException.ThrowIf(
_disposed
, this);
167
ObjectDisposedException.ThrowIf(
_disposed
, this);
199
ObjectDisposedException.ThrowIf(
_disposed
, this);
220
if (
_disposed
)