3 references to InternalResources
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (3)
Resources\InternalResources.Designer.cs (1)
43
"rnalResources", typeof(
InternalResources
).Assembly);
VsTestConsoleProcessManager.cs (2)
125
throw new FileNotFoundException(string.Format(CultureInfo.CurrentCulture,
InternalResources
.CannotFindConsoleRunner, consoleRunnerPath), consoleRunnerPath);
174
throw new Exception(string.Format(CultureInfo.CurrentCulture,
InternalResources
.ProcessStartWin32Failure, consoleRunnerPath, arguments), ex);