6 references to DefaultTestHostManager
Microsoft.TestPlatform.TestHostRuntimeProvider (6)
Hosting\DefaultTestHostManager.cs (3)
75/// Initializes a new instance of the <see cref="DefaultTestHostManager"/> class. 88/// Initializes a new instance of the <see cref="DefaultTestHostManager"/> class. 185var currentWorkingDirectory = Path.GetDirectoryName(typeof(DefaultTestHostManager).Assembly.Location);
Hosting\DotnetTestHostManager.cs (2)
50/// Note that some functionality of this entity overlaps with that of <see cref="DefaultTestHostManager"/>. That is 882DefaultTestHostManager.AdjustProcessPriorityBasedOnSettings(_testHostProcess, testHostStartInfo.EnvironmentVariables);
Properties\AssemblyInfo.cs (1)
7[assembly: TestExtensionTypes(typeof(DefaultTestHostManager), typeof(DotnetTestHostManager))]