7 references to FormatString
Microsoft.Build.Utilities.Core (7)
AssemblyResources.cs (1)
58
return ResourceUtilities.
FormatString
(unformatted, args);
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);
TaskLoggingHelper.cs (2)
227
return ResourceUtilities.
FormatString
(unformatted, args);
299
ResourceUtilities.
FormatString
(message, messageArgs);