2 writes to _activeExecutor
Microsoft.TestPlatform.CrossPlatEngine (2)
Execution\BaseRunTests.cs (2)
466
_activeExecutor
= executor.Value;
555
_activeExecutor
= null;
3 references to _activeExecutor
Microsoft.TestPlatform.CrossPlatEngine (3)
Execution\BaseRunTests.cs (3)
273
if (
_activeExecutor
== null)
278
if (NotRequiredStaThread() || !TryToRunInStaThread(() => CancelTestRunInternal(
_activeExecutor
), false))
280
Task.Run(() => CancelTestRunInternal(
_activeExecutor
));