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)
164return ExtractMessageCode(true /* msbuildCodeOnly */, FormatString(GetResourceString(resourceName), args), out code); 300=> FormatString(GetResourceString(resourceName), args);