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