1 write to _testHostManagerFactory
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\InProcessProxyexecutionManager.cs (1)
42
_testHostManagerFactory
= testHostManagerFactory;
3 references to _testHostManagerFactory
Microsoft.TestPlatform.CrossPlatEngine (3)
Client\InProcessProxyexecutionManager.cs (3)
43
_executionManager =
_testHostManagerFactory
.GetExecutionManager();
116
Task.Run(() =>
_testHostManagerFactory
.GetExecutionManager().Abort(eventHandler));
125
Task.Run(() =>
_testHostManagerFactory
.GetExecutionManager().Cancel(eventHandler));