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