1 write to TestHostManager
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\ProxyOperationManager.cs (1)
94
TestHostManager
= testHostManager;
14 references to TestHostManager
Microsoft.TestPlatform.CrossPlatEngine (14)
Client\ProxyDiscoveryManager.cs (1)
139
_testHostManager = _proxyOperationManager.
TestHostManager
;
Client\ProxyExecutionManager.cs (1)
176
_testHostManager = _proxyOperationManager.
TestHostManager
;
Client\ProxyOperationManager.cs (12)
202
TestHostConnectionInfo testHostConnectionInfo =
TestHostManager
.GetTestHostConnectionInfo();
222
TestHostManager
.HostLaunched += TestHostManagerHostLaunched;
223
TestHostManager
.HostExited += TestHostManagerHostExited;
230
TestHostManager
.GetTestHostProcessStartInfo(
237
_testHostLaunched =
TestHostManager
.LaunchTestHostAsync(
355
TestHostManager
.CleanTestHostAsync(CancellationToken.None).Wait();
362
TestHostManager
.HostExited -= TestHostManagerHostExited;
363
TestHostManager
.HostLaunched -= TestHostManagerHostLaunched;
428
var friendlyNameAttribute =
TestHostManager
.GetType().GetCustomAttributes(
479
var properties =
TestHostManager
.GetType().GetRuntimeProperties();
487
_versionCheckRequired = (bool)versionCheckProperty.GetValue(
TestHostManager
)!;
493
_makeRunsettingsCompatible = (bool)makeRunsettingsCompatibleProperty.GetValue(
TestHostManager
)!;