1 type derived from NegatedTreeVisitor
System.Data.Entity (1)
System\Data\Common\Utils\Boolean\NegationPusher.cs (1)
99private class NegatedDomainConstraintTreeVisitor<T_Variable, T_Element> : NegatedTreeVisitor<DomainConstraint<T_Variable, T_Element>>
1 instantiation of NegatedTreeVisitor
System.Data.Entity (1)
System\Data\Common\Utils\Boolean\NegationPusher.cs (1)
48internal static readonly NegatedTreeVisitor<T_Identifier> Instance = new NegatedTreeVisitor<T_Identifier>();
2 references to NegatedTreeVisitor
System.Data.Entity (2)
System\Data\Common\Utils\Boolean\NegationPusher.cs (2)
42return expression.Child.Accept(NegatedTreeVisitor<T_Identifier>.Instance); 48internal static readonly NegatedTreeVisitor<T_Identifier> Instance = new NegatedTreeVisitor<T_Identifier>();