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