1 type derived from ProxyExecutionManager
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\ProxyExecutionManagerWithDataCollection.cs (1)
21internal class ProxyExecutionManagerWithDataCollection : ProxyExecutionManager
2 instantiations of ProxyExecutionManager
Microsoft.TestPlatform.CrossPlatEngine (2)
TestEngine.cs (2)
322return new ProxyExecutionManager( 339: new ProxyExecutionManager(
7 references to ProxyExecutionManager
Microsoft.TestPlatform.CrossPlatEngine (7)
Client\ProxyExecutionManager.cs (5)
36private readonly Func<string, ProxyExecutionManager, ProxyOperationManager>? _proxyOperationManagerCreator; 68/// Initializes a new instance of the <see cref="ProxyExecutionManager"/> class. 78Func<string, ProxyExecutionManager, ProxyOperationManager> proxyOperationManagerCreator, 95/// Initializes a new instance of the <see cref="ProxyExecutionManager"/> class. 120/// Initializes a new instance of the <see cref="ProxyExecutionManager"/> class.
TestEngine.cs (2)
285Func<string, ProxyExecutionManager, ProxyOperationManager> 288ProxyExecutionManager proxyExecutionManager) =>