1 implementation of IExecutionManager
Microsoft.TestPlatform.CrossPlatEngine (1)
Execution\ExecutionManager.cs (1)
30
public class ExecutionManager :
IExecutionManager
4 references to IExecutionManager
Microsoft.TestPlatform.CrossPlatEngine (3)
Client\InProcessProxyexecutionManager.cs (1)
25
private readonly
IExecutionManager
_executionManager;
TestHostManagerFactory.cs (2)
18
private
IExecutionManager
? _executionManager;
44
public
IExecutionManager
GetExecutionManager()
Microsoft.VisualStudio.TestPlatform.Common (1)
Interfaces\Engine\TesthostProtocol\ITestHostManagerFactory.cs (1)
21
IExecutionManager
GetExecutionManager();