private static bool MatchEnd(IDependencyNode dependencyNode, IEnumerable<string> endPaths) { return endPaths.Any(p => p == dependencyNode.GetPath()); }
private static bool MatchEnd(IDependencyNode dependencyNode, IEnumerable <string> endPaths) { return(endPaths.Any(p => p == dependencyNode.GetPath())); }
private bool Excluded(IDependencyNode node) { var path = node.GetPath(); return(Excluded(path)); }
private bool Excluded(IDependencyNode node) { var path = node.GetPath(); return Excluded(path); }