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