2 writes to _sessionCancellationRequested
dotnet-aot (2)
parent\dotnet\Commands\Test\MTP\TestApplication.cs (2)
673if (Volatile.Read(ref _sessionCancellationRequested) != 0) 696if (Interlocked.Exchange(ref _sessionCancellationRequested, 1) != 0)