23 references to GetResourceString
MSBuild (23)
CommandLine\CommandLineSwitches.cs (1)
900
CommandLineSwitchException.Throw("SwitchErrorWithArguments", _badCommandLineArg, ResourceUtilities.
GetResourceString
(_errorMessage), _commandLine, StringBuilderCache.GetStringAndRelease(sb));
parent\Shared\ResourceUtilities.cs (15)
49
string message = MessageFormatter.Format(
GetResourceString
(resourceName), args);
70
string message =
GetResourceString
(resourceName);
88
string message = MessageFormatter.Format(
GetResourceString
(resourceName), arg1);
107
string message = MessageFormatter.Format(
GetResourceString
(resourceName), arg1, arg2);
127
string message = MessageFormatter.Format(
GetResourceString
(resourceName), arg1, arg2, arg3);
147
string message = MessageFormatter.Format(
GetResourceString
(resourceName), args);
165
string message =
GetResourceString
(resourceName);
182
string message = MessageFormatter.Format(
GetResourceString
(resourceName), arg1);
200
string message = MessageFormatter.Format(
GetResourceString
(resourceName), arg1, arg2);
219
string message = MessageFormatter.Format(
GetResourceString
(resourceName), arg1, arg2, arg3);
235
=> MessageFormatter.Format(
GetResourceString
(resourceName), args);
246
=>
GetResourceString
(resourceName);
256
=> MessageFormatter.Format(
GetResourceString
(resourceName), arg1);
267
=> MessageFormatter.Format(
GetResourceString
(resourceName), arg1, arg2);
279
=> MessageFormatter.Format(
GetResourceString
(resourceName), arg1, arg2, arg3);
XMake.cs (7)
1017
Console.WriteLine(ResourceUtilities.
GetResourceString
("PossiblyOmittedMaxCPUSwitch"));
1746
Console.WriteLine(ResourceUtilities.
GetResourceString
("UnsupportedSwitchForSolutionFiles"), CommandLineSwitches.ParameterizedSwitch.Preprocess);
1767
Console.WriteLine(ResourceUtilities.
GetResourceString
("UnsupportedSwitchForSolutionFiles"), CommandLineSwitches.ParameterizedSwitch.Targets);
2810
new BuildManager.DeferredBuildMessage(ResourceUtilities.
GetResourceString
("TerminalLoggerNotUsedAutomated"), MessageImportance.Low));
2819
new BuildManager.DeferredBuildMessage(ResourceUtilities.
GetResourceString
("TerminalLoggerNotUsedRedirected"), MessageImportance.Low));
2827
new BuildManager.DeferredBuildMessage(ResourceUtilities.
GetResourceString
("TerminalLoggerNotUsedNotSupported"), MessageImportance.Low));
2834
new BuildManager.DeferredBuildMessage(ResourceUtilities.
GetResourceString
("TerminalLoggerNotUsedDisabled"), MessageImportance.Low));