2 references to AcceptChildren
System.Data.Entity (2)
System\Data\Common\Utils\Boolean\Visitor.cs (2)
52return new AndExpr<T_Identifier>(AcceptChildren(expression.Children)); 56return new OrExpr<T_Identifier>(AcceptChildren(expression.Children));