1 instantiation of ProxyTestSessionManager
Microsoft.TestPlatform.CrossPlatEngine (1)
TestEngine.cs (1)
434return new ProxyTestSessionManager(testSessionCriteria, maxTesthostCount, proxyCreator, testRuntimeProviders)
7 references to ProxyTestSessionManager
Microsoft.TestPlatform.CrossPlatEngine (7)
TestSession\ProxyTestSessionManager.cs (1)
73/// Initializes a new instance of the <see cref="ProxyTestSessionManager"/> class.
TestSession\TestSessionPool.cs (6)
24private readonly Dictionary<TestSessionInfo, ProxyTestSessionManager> _sessionPool; 31_sessionPool = new Dictionary<TestSessionInfo, ProxyTestSessionManager>(); 71ProxyTestSessionManager proxyManager) 104if (!_sessionPool.TryGetValue(testSessionInfo, out var proxyManagerFromPool)) 136ProxyTestSessionManager? sessionManager; 181ProxyTestSessionManager? sessionManager;