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