2 writes to _activeExecutor
Microsoft.TestPlatform.CrossPlatEngine (2)
Execution\BaseRunTests.cs (2)
444
_activeExecutor
= executor.Value;
533
_activeExecutor
= null;
3 references to _activeExecutor
Microsoft.TestPlatform.CrossPlatEngine (3)
Execution\BaseRunTests.cs (3)
263
if (
_activeExecutor
== null)
268
if (NotRequiredStaThread() || !TryToRunInStaThread(() => CancelTestRunInternal(
_activeExecutor
), false))
270
Task.Run(() => CancelTestRunInternal(
_activeExecutor
));