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(); 116Task.Run(() => _testHostManagerFactory.GetExecutionManager().Abort(eventHandler)); 125Task.Run(() => _testHostManagerFactory.GetExecutionManager().Cancel(eventHandler));