7 references to Instance
Microsoft.TestPlatform.CrossPlatEngine (5)
Client\ProxyDiscoveryManager.cs (1)
292
TestSessionPool.
Instance
.ReturnProxy(_testSessionInfo, _proxyOperationManager.Id);
Client\ProxyExecutionManager.cs (1)
394
TestSessionPool.
Instance
.ReturnProxy(_testSessionInfo, _proxyOperationManager.Id);
TestEngine.cs (2)
141
var proxyOperationManager = TestSessionPool.
Instance
.TryTakeProxy(
290
var proxyOperationManager = TestSessionPool.
Instance
.TryTakeProxy(
TestSession\ProxyTestSessionManager.cs (1)
183
if (!TestSessionPool.
Instance
.AddSession(_testSessionInfo, this))
vstest.console (1)
TestPlatformHelpers\TestRequestManager.cs (1)
589
var stopped = TestSessionPool.
Instance
.KillSession(payload.TestSessionInfo!, requestData);
vstest.console.arm64 (1)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
589
var stopped = TestSessionPool.
Instance
.KillSession(payload.TestSessionInfo!, requestData);