2 references to StateForcing
dotnet (2)
Commands\Test\MTP\CtrlCCancellationManager.cs (2)
70
if (Volatile.Read(ref _state) ==
StateForcing
)
133
if (Interlocked.CompareExchange(ref _state,
StateForcing
, StateCancelling) == StateCancelling)