3 references to StateIdle
dotnet (3)
Commands\Test\MTP\CtrlCCancellationManager.cs (3)
36
private int _state =
StateIdle
;
101
if (Interlocked.CompareExchange(ref _state, StateCancelling,
StateIdle
) ==
StateIdle
)