26 references to GetString
Microsoft.Build.CommandLine.UnitTests (3)
CommandLineSwitches_Tests.cs (3)
1372
VerifySwitchError(commandLineSwitches, "/warnasmessage", AssemblyResources.
GetString
("MissingWarnAsMessageParameterError"));
1389
VerifySwitchError(commandLineSwitches, "%ENVIRONMENTVARIABLE%", String.Format(AssemblyResources.
GetString
("EnvironmentVariableAsSwitch"), fullCommandLine));
1394
VerifySwitchError(commandLineSwitches, "%ENVIRONMENTVARIABLE%", String.Format(AssemblyResources.
GetString
("EnvironmentVariableAsSwitch"), fullCommandLine));
MSBuild (23)
FileUtilities.cs (1)
511
string message = ResourceUtilities.FormatString(AssemblyResources.
GetString
("Shared.PathTooLong"), path, NativeMethodsShared.MaxPath);
InitializationException.cs (2)
143
string errorMessage = AssemblyResources.
GetString
(messageResourceName);
167
string errorMessage = AssemblyResources.
GetString
(messageResourceName);
OutOfProcTaskAppDomainWrapperBase.cs (1)
396
ResourceUtilities.FormatString(AssemblyResources.
GetString
(message), messageArgs),
OutOfProcTaskHostNode.cs (3)
1221
ResourceUtilities.FormatString(AssemblyResources.
GetString
(messageResource), messageArgs),
1245
ResourceUtilities.FormatString(AssemblyResources.
GetString
(messageResource), messageArgs),
1268
AssemblyResources.
GetString
(messageResource),
ProjectSchemaValidationHandler.cs (2)
53
Console.WriteLine(AssemblyResources.
GetString
("SchemaFileLocation"), schemaFile);
232
AssemblyResources.
GetString
("SubCategoryForSchemaValidationErrors"),
ResourceUtilities.cs (2)
144
=> AssemblyResources.
GetString
(resourceName);
450
string unformattedMessage = AssemblyResources.
GetString
(resourceName);
WindowsFileSystem.cs (1)
61
string message = ResourceUtilities.FormatString(AssemblyResources.
GetString
("Shared.PathTooLong"), path, NativeMethodsShared.MaxPath);
XMake.cs (11)
1063
Console.WriteLine("{0}\r\n{1}", AssemblyResources.
GetString
("FatalError"), e.ToString());
1697
Console.WriteLine(AssemblyResources.
GetString
("FatalError"));
4646
Console.WriteLine(AssemblyResources.
GetString
("HelpMessage_1_Syntax"));
4647
Console.WriteLine(AssemblyResources.
GetString
("HelpMessage_2_Description"));
4648
Console.WriteLine(AssemblyResources.
GetString
("HelpMessage_3_SwitchesHeader"));
4651
Console.WriteLine(AssemblyResources.
GetString
(parameterizedSwitchRsouceId));
4655
Console.WriteLine(AssemblyResources.
GetString
(parameterlessSwitchRsouceId));
4657
Console.WriteLine(AssemblyResources.
GetString
("HelpMessage_7_ResponseFile"));
4658
Console.WriteLine(AssemblyResources.
GetString
("HelpMessage_16_Examples"));
4659
Console.WriteLine(AssemblyResources.
GetString
("HelpMessage_37_DocsLink"));
4667
Console.WriteLine(AssemblyResources.
GetString
("HelpPrompt"));