10 references to Resources
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (10)
Resources\Resources.Designer.cs (1)
43
"urces", typeof(
Resources
).Assembly);
VsTestConsoleProcessManager.cs (2)
21
using Resources = Microsoft.VisualStudio.TestPlatform.VsTestConsole.TranslationLayer.Resources.
Resources
;
91
throw new Exception(string.Format(CultureInfo.CurrentCulture,
Resources
.InvalidFilePath, vstestConsolePath));
VsTestConsoleRequestSender.cs (7)
23
using TranslationLayerResources = Microsoft.VisualStudio.TestPlatform.VsTestConsole.TranslationLayer.Resources.
Resources
;
638
TranslationLayerResources
.AbortedTestsDiscovery);
734
TranslationLayerResources
.AbortedTestsDiscovery);
820
TranslationLayerResources
.AbortedTestsRun + " " + exception.ToString());
905
TranslationLayerResources
.AbortedTestsRun + " " + exception.ToString());
1005
TranslationLayerResources
.AbortedTestRunAttachmentsProcessing);
1036
return message ?? throw new TransationLayerException(
TranslationLayerResources
.FailedToReceiveMessage);