4 references to FormatString
Microsoft.Build.Tasks.Core (4)
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);