1 instantiation of ProxyTestSessionManager
Microsoft.TestPlatform.CrossPlatEngine (1)
TestEngine.cs (1)
434
return 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)
24
private readonly Dictionary<TestSessionInfo,
ProxyTestSessionManager
> _sessionPool;
31
_sessionPool = new Dictionary<TestSessionInfo,
ProxyTestSessionManager
>();
71
ProxyTestSessionManager
proxyManager)
104
if (!_sessionPool.TryGetValue(testSessionInfo, out
var
proxyManagerFromPool))
136
ProxyTestSessionManager
? sessionManager;
181
ProxyTestSessionManager
? sessionManager;