8 references to None
dotnet (8)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
259&& cancellationReason == TestRunCancellationReason.None;
Commands\Test\MTP\TestRunPolicy.cs (7)
70? TestRunCancellationReason.None 91Reason == TestRunCancellationReason.None && 162(int)TestRunCancellationReason.None); 170return state is (int)TestRunCancellationReason.None or CompletedState 171? TestRunCancellationReason.None 177if (Interlocked.CompareExchange(ref _reason, (int)reason, (int)TestRunCancellationReason.None) != 178(int)TestRunCancellationReason.None)