6 references to FormatString
Microsoft.Build (6)
ErrorUtilities.cs (2)
59
throw new InternalErrorException(ResourceUtilities.
FormatString
(message, args));
69
throw new InternalErrorException(ResourceUtilities.
FormatString
(message, args), innerException);
ResourceUtilities.cs (2)
164
return ExtractMessageCode(true /* msbuildCodeOnly */,
FormatString
(GetResourceString(resourceName), args), out code);
300
=>
FormatString
(GetResourceString(resourceName), args);
TaskLoggingHelper.cs (2)
229
return ResourceUtilities.
FormatString
(unformatted, args);
301
ResourceUtilities.
FormatString
(message, messageArgs);