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