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