1 write to TestHostManager
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\ProxyOperationManager.cs (1)
95
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)
203
TestHostConnectionInfo testHostConnectionInfo =
TestHostManager
.GetTestHostConnectionInfo();
223
TestHostManager
.HostLaunched += TestHostManagerHostLaunched;
224
TestHostManager
.HostExited += TestHostManagerHostExited;
231
TestHostManager
.GetTestHostProcessStartInfo(
239
_testHostLaunched =
TestHostManager
.LaunchTestHostAsync(
357
TestHostManager
.CleanTestHostAsync(CancellationToken.None).Wait();
364
TestHostManager
.HostExited -= TestHostManagerHostExited;
365
TestHostManager
.HostLaunched -= TestHostManagerHostLaunched;
430
var friendlyNameAttribute =
TestHostManager
.GetType().GetCustomAttributes(
481
var properties =
TestHostManager
.GetType().GetRuntimeProperties();
489
_versionCheckRequired = (bool)versionCheckProperty.GetValue(
TestHostManager
)!;
495
_makeRunsettingsCompatible = (bool)makeRunsettingsCompatibleProperty.GetValue(
TestHostManager
)!;