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