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
91
Reason == TestRunCancellationReason.
None
&&
162
(int)TestRunCancellationReason.
None
);
170
return state is (int)TestRunCancellationReason.
None
or CompletedState
171
? TestRunCancellationReason.
None
177
if (Interlocked.CompareExchange(ref _reason, (int)reason, (int)TestRunCancellationReason.
None
) !=
178
(int)TestRunCancellationReason.
None
)