2 implementations of IBaseProxy
Microsoft.TestPlatform.CrossPlatEngine (2)
Client\ProxyDiscoveryManager.cs (1)
28
public class ProxyDiscoveryManager : IProxyDiscoveryManager,
IBaseProxy
, ITestDiscoveryEventsHandler2
Client\ProxyExecutionManager.cs (1)
33
internal class ProxyExecutionManager : IProxyExecutionManager,
IBaseProxy
, IInternalTestRunEventsHandler
2 references to IBaseProxy
Microsoft.TestPlatform.CrossPlatEngine (2)
Client\ProxyOperationManager.cs (2)
45
private readonly
IBaseProxy
? _baseProxy;
90
IBaseProxy
? baseProxy)