Searched defs:root (Results 1 – 2 of 2) sorted by relevance
28 VisitSyntaxTreeInner<TValue>(root, visitorAction, null); in VisitSyntaxTreeInner() argument33 VisitSyntaxTreeInner(root, visitorAction, filter); in VisitSyntaxTreeInner() argument
274 public static DnfFormula FromDnfTree(AstNode root) in FromDnfTree()