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