3 references to StateNone
Aspire.Dashboard (3)
ServiceClient\DashboardClient.cs (3)
87
private int _state =
StateNone
;
324
var priorState = Interlocked.CompareExchange(ref _state, value: StateInitialized, comparand:
StateNone
);
331
if (priorState is not
StateNone
)