1 instantiation of ProxyOperationManagerContainer
Microsoft.TestPlatform.CrossPlatEngine (1)
TestSession\ProxyTestSessionManager.cs (1)
371
var operationManagerContainer = new
ProxyOperationManagerContainer
(
8 references to ProxyOperationManagerContainer
Microsoft.TestPlatform.CrossPlatEngine (8)
TestSession\ProxyTestSessionManager.cs (8)
50
private readonly IList<
ProxyOperationManagerContainer
> _proxyContainerList;
90
_proxyContainerList = new List<
ProxyOperationManagerContainer
>();
255
ProxyOperationManagerContainer
? proxyContainer;
307
var
proxyContainer = _proxyContainerList[proxyId];
326
ProxyOperationManagerContainer
operationManagerContainer)
371
var
operationManagerContainer = new ProxyOperationManagerContainer(
405
foreach (
var
proxyContainer in _proxyContainerList)
444
/// Initializes a new instance of the <see cref="
ProxyOperationManagerContainer
"/> class.