1 implementation of IProxyTestSessionManager
Microsoft.TestPlatform.CrossPlatEngine (1)
TestSession\ProxyTestSessionManager.cs (1)
32public class ProxyTestSessionManager : IProxyTestSessionManager
4 references to IProxyTestSessionManager
Microsoft.TestPlatform.CrossPlatEngine (2)
TestEngine.cs (1)
348public IProxyTestSessionManager? GetTestSessionManager(
TestSession\TestSessionPool.cs (1)
99IProxyTestSessionManager? proxyManager;
Microsoft.VisualStudio.TestPlatform.Client (1)
TestPlatform.cs (1)
158IProxyTestSessionManager? testSessionManager = _testEngine.GetTestSessionManager(requestData, testSessionCriteria, sourceToSourceDetailMap, warningLogger);
Microsoft.VisualStudio.TestPlatform.Common (1)
Interfaces\Engine\ClientProtocol\ITestEngine.cs (1)
68IProxyTestSessionManager? GetTestSessionManager(