7 references to FormatString
Microsoft.Build.Utilities.Core (7)
AssemblyResources.cs (1)
58return ResourceUtilities.FormatString(unformatted, args);
ErrorUtilities.cs (2)
59throw new InternalErrorException(ResourceUtilities.FormatString(message, args)); 69throw new InternalErrorException(ResourceUtilities.FormatString(message, args), innerException);
ResourceUtilities.cs (2)
167return ExtractMessageCode(true /* msbuildCodeOnly */, FormatString(GetResourceString(resourceName), args), out code); 310=> FormatString(GetResourceString(resourceName), args);
TaskLoggingHelper.cs (2)
227return ResourceUtilities.FormatString(unformatted, args); 299ResourceUtilities.FormatString(message, messageArgs);