11 references to FormatString
Microsoft.Build (7)
ErrorUtilities.cs (2)
58throw new InternalErrorException(ResourceUtilities.FormatString(message, args)); 67throw new InternalErrorException(ResourceUtilities.FormatString(message, args), innerException);
Logging\SerialConsoleLogger.cs (1)
801string errorMessage = "INTERNAL CONSOLE LOGGER ERROR. " + ResourceUtilities.FormatString(unformattedMessage, args);
ResourceUtilities.cs (2)
172return ExtractMessageCode(true /* msbuildCodeOnly */, FormatString(GetResourceString(resourceName), args), out code); 211return FormatString(GetResourceString(resourceName), args);
TaskLoggingHelper.cs (2)
226return ResourceUtilities.FormatString(unformatted, args); 298ResourceUtilities.FormatString(message, messageArgs);
Microsoft.Build.Conversion.Core (4)
ProjectFileConverter.cs (4)
2889string warning = ResourceUtilities.FormatString( 2907string warning = ResourceUtilities.FormatString( 2920string warning = ResourceUtilities.FormatString( 3315string warning = ResourceUtilities.FormatString(