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