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