1 instantiation of new
testhost (1)
src\vstest\src\testhost.x86\Program.cs (1)
54
public static void Run(string[]? args) => Run(args,
new
());
1 reference to new
testhost (1)
src\vstest\src\testhost.x86\Program.cs (1)
56
internal static void Run(string[]? args,
UiLanguageOverride
uiLanguageOverride)