5 references to FormatString
Microsoft.Build.Utilities.Core (5)
AssemblyResources.cs (1)
58return ResourceUtilities.FormatString(unformatted, args);
ResourceUtilities.cs (2)
164return ExtractMessageCode(true /* msbuildCodeOnly */, FormatString(GetResourceString(resourceName), args), out code); 300=> FormatString(GetResourceString(resourceName), args);
TaskLoggingHelper.cs (2)
227return ResourceUtilities.FormatString(unformatted, args); 299ResourceUtilities.FormatString(message, messageArgs);