3 references to StateNone
Aspire.Dashboard (3)
ResourceService\DashboardClient.cs (3)
61
private int _state =
StateNone
;
219
var priorState = Interlocked.CompareExchange(ref _state, value: StateInitialized, comparand:
StateNone
);
226
if (priorState is not
StateNone
)