1 write to TestHostManager
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\ProxyOperationManager.cs (1)
94TestHostManager = 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)
202TestHostConnectionInfo testHostConnectionInfo = TestHostManager.GetTestHostConnectionInfo(); 222TestHostManager.HostLaunched += TestHostManagerHostLaunched; 223TestHostManager.HostExited += TestHostManagerHostExited; 230TestHostManager.GetTestHostProcessStartInfo( 237_testHostLaunched = TestHostManager.LaunchTestHostAsync( 355TestHostManager.CleanTestHostAsync(CancellationToken.None).Wait(); 362TestHostManager.HostExited -= TestHostManagerHostExited; 363TestHostManager.HostLaunched -= TestHostManagerHostLaunched; 428var friendlyNameAttribute = TestHostManager.GetType().GetCustomAttributes( 479var properties = TestHostManager.GetType().GetRuntimeProperties(); 487_versionCheckRequired = (bool)versionCheckProperty.GetValue(TestHostManager)!; 493_makeRunsettingsCompatible = (bool)makeRunsettingsCompatibleProperty.GetValue(TestHostManager)!;