1 instantiation of NonNegatedDomainConstraintTreeVisitor
System.Data.Entity (1)
System\Data\Common\Utils\Boolean\NegationPusher.cs (1)
87
internal 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)
29
return expression.Accept(
NonNegatedDomainConstraintTreeVisitor
<T_Variable, T_Element>.Instance);
87
internal new static readonly
NonNegatedDomainConstraintTreeVisitor
<T_Variable, T_Element> Instance = new NonNegatedDomainConstraintTreeVisitor<T_Variable, T_Element>();
109
return expression.Child.Accept(
NonNegatedDomainConstraintTreeVisitor
<T_Variable, T_Element>.Instance);