1 instantiation of NonNegatedDomainConstraintTreeVisitor
System.Data.Entity (1)
System\Data\Common\Utils\Boolean\NegationPusher.cs (1)
87internal new static readonly NonNegatedDomainConstraintTreeVisitor<T_Variable, T_Element> Instance = new NonNegatedDomainConstraintTreeVisitor<T_Variable, T_Element>();
3 references to NonNegatedDomainConstraintTreeVisitor
System.Data.Entity (3)
System\Data\Common\Utils\Boolean\NegationPusher.cs (3)
29return expression.Accept(NonNegatedDomainConstraintTreeVisitor<T_Variable, T_Element>.Instance); 87internal new static readonly NonNegatedDomainConstraintTreeVisitor<T_Variable, T_Element> Instance = new NonNegatedDomainConstraintTreeVisitor<T_Variable, T_Element>(); 109return expression.Child.Accept(NonNegatedDomainConstraintTreeVisitor<T_Variable, T_Element>.Instance);