7 references to FormatString
Microsoft.Build (7)
ErrorUtilities.cs (2)
59
throw new InternalErrorException(ResourceUtilities.
FormatString
(message, args));
69
throw new InternalErrorException(ResourceUtilities.
FormatString
(message, args), innerException);
Logging\SerialConsoleLogger.cs (1)
805
string errorMessage = "INTERNAL CONSOLE LOGGER ERROR. " + ResourceUtilities.
FormatString
(unformattedMessage, args);
ResourceUtilities.cs (2)
167
return ExtractMessageCode(true /* msbuildCodeOnly */,
FormatString
(GetResourceString(resourceName), args), out code);
310
=>
FormatString
(GetResourceString(resourceName), args);
TaskLoggingHelper.cs (2)
226
return ResourceUtilities.
FormatString
(unformatted, args);
298
ResourceUtilities.
FormatString
(message, messageArgs);