private string GetRevision(TreeSourceData source, string revision) { return(source != null ? source.Revision ?? revision : revision); }
private string GetPlatform(TreeSourceData source, string platform) { return(source != null ? source.Platform ?? platform : platform); }