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