3 references to FormatString
Microsoft.Build (3)
FileUtilities.cs (1)
490string message = ResourceUtilities.FormatString(AssemblyResources.GetString("Shared.PathTooLong"), path, NativeMethodsShared.MaxPath);
ResourceUtilities.cs (2)
213return ExtractMessageCode(true, FormatString(GetResourceString(resourceName), arg1, arg2), out code); 342=> FormatString(GetResourceString(resourceName), arg1, arg2);