14 references to Resources
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (14)
Resources\Resources.Designer.cs (1)
43"urces", typeof(Resources).Assembly);
VsTestConsoleProcessManager.cs (2)
21using Resources = Microsoft.VisualStudio.TestPlatform.VsTestConsole.TranslationLayer.Resources.Resources; 91throw new Exception(string.Format(CultureInfo.CurrentCulture, Resources.InvalidFilePath, vstestConsolePath));
VsTestConsoleRequestSender.cs (11)
24using TranslationLayerResources = Microsoft.VisualStudio.TestPlatform.VsTestConsole.TranslationLayer.Resources.Resources; 499TranslationLayerResources.AbortedStartTestSession); 597TranslationLayerResources.AbortedStartTestSession); 687TranslationLayerResources.AbortedStopTestSession); 777TranslationLayerResources.AbortedStopTestSession); 1018TranslationLayerResources.AbortedTestsDiscovery); 1114TranslationLayerResources.AbortedTestsDiscovery); 1200TranslationLayerResources.AbortedTestsRun + " " + exception.ToString()); 1285TranslationLayerResources.AbortedTestsRun + " " + exception.ToString()); 1385TranslationLayerResources.AbortedTestRunAttachmentsProcessing); 1416return message ?? throw new TransationLayerException(TranslationLayerResources.FailedToReceiveMessage);