1 type derived from ProxyOperationManager
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\ProxyOperationManagerWithDataCollection.cs (1)
18public class ProxyOperationManagerWithDataCollection : ProxyOperationManager
2 instantiations of ProxyOperationManager
Microsoft.TestPlatform.CrossPlatEngine (2)
Client\ProxyDiscoveryManager.cs (1)
89_proxyOperationManager = new ProxyOperationManager(requestData, requestSender, testHostManager, testhostManagerFramework, this);
Client\ProxyExecutionManager.cs (1)
118_proxyOperationManager = new ProxyOperationManager(requestData, requestSender, testHostManager, testHostManagerFramework, this);
4 references to ProxyOperationManager
Microsoft.TestPlatform.CrossPlatEngine (4)
Client\ProxyDiscoveryManager.cs (1)
36private readonly ProxyOperationManager? _proxyOperationManager;
Client\ProxyExecutionManager.cs (1)
41private readonly ProxyOperationManager? _proxyOperationManager;
Client\ProxyOperationManager.cs (2)
57/// Initializes a new instance of the <see cref="ProxyOperationManager"/> class. 78/// Initializes a new instance of the <see cref="ProxyOperationManager"/> class.