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