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