1 write to _sessionPool
Microsoft.TestPlatform.CrossPlatEngine (1)
TestSession\TestSessionPool.cs (1)
31
_sessionPool
= new Dictionary<TestSessionInfo, ProxyTestSessionManager>();
6 references to _sessionPool
Microsoft.TestPlatform.CrossPlatEngine (6)
TestSession\TestSessionPool.cs (6)
76
if (
_sessionPool
.ContainsKey(testSessionInfo))
82
_sessionPool
.Add(testSessionInfo, proxyManager);
104
if (!
_sessionPool
.TryGetValue(testSessionInfo, out var proxyManagerFromPool))
111
_sessionPool
.Remove(testSessionInfo);
139
if (!
_sessionPool
.TryGetValue(testSessionInfo, out sessionManager))
184
if (!
_sessionPool
.TryGetValue(testSessionInfo, out sessionManager))