1 instantiation of LeafVisitor
System.Data.Entity (1)
System\Data\Common\Utils\Boolean\Visitor.cs (1)
131LeafVisitor<T_Identifier> visitor = new LeafVisitor<T_Identifier>();
3 references to LeafVisitor
System.Data.Entity (3)
System\Data\Common\Utils\Boolean\BoolExpr.cs (1)
119return LeafVisitor<T_Identifier>.GetTerms(this);
System\Data\Common\Utils\Boolean\Visitor.cs (1)
131LeafVisitor<T_Identifier> visitor = new LeafVisitor<T_Identifier>();
System\Data\Mapping\ViewGeneration\Structures\BoolExpression.cs (1)
252get { return LeafVisitor<DomainConstraint<BoolLiteral, Constant>>.GetLeaves(m_tree); }