3 writes to _reason
dotnet (3)
Commands\Test\MTP\TestRunPolicy.cs (3)
68
int reason = Volatile.Read(ref
_reason
);
160
ref
_reason
,
177
if (Interlocked.CompareExchange(ref
_reason
, (int)reason, (int)TestRunCancellationReason.None) !=