4 references to FormatString
Microsoft.Build.Tasks.Core (4)
ErrorUtilities.cs (2)
59
throw new InternalErrorException(ResourceUtilities.
FormatString
(message, args));
69
throw new InternalErrorException(ResourceUtilities.
FormatString
(message, args), innerException);
ResourceUtilities.cs (2)
167
return ExtractMessageCode(true /* msbuildCodeOnly */,
FormatString
(GetResourceString(resourceName), args), out code);
310
=>
FormatString
(GetResourceString(resourceName), args);