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