3 references to FormatString
Microsoft.Build.Engine (3)
Logging\SerialConsoleLogger.cs (1)
783string errorMessage = "INTERNAL CONSOLE LOGGER ERROR. " + ResourceUtilities.FormatString(unformattedMessage, args);
Shared\ErrorUtilities.cs (1)
56throw new InternalErrorException(ResourceUtilities.FormatString(unformattedMessage, args));
Shared\ResourceUtilities.cs (1)
91return ExtractMessageCode(null, FormatString(AssemblyResources.GetString(resourceName), args), out code);