1 instantiation of NegatedDomainConstraintTreeVisitor
System.Data.Entity (1)
System\Data\Common\Utils\Boolean\NegationPusher.cs (1)
101
internal new static readonly NegatedDomainConstraintTreeVisitor<T_Variable, T_Element> Instance = new
NegatedDomainConstraintTreeVisitor
<T_Variable, T_Element>();
2 references to NegatedDomainConstraintTreeVisitor
System.Data.Entity (2)
System\Data\Common\Utils\Boolean\NegationPusher.cs (2)
95
return expression.Child.Accept(
NegatedDomainConstraintTreeVisitor
<T_Variable, T_Element>.Instance);
101
internal new static readonly
NegatedDomainConstraintTreeVisitor
<T_Variable, T_Element> Instance = new NegatedDomainConstraintTreeVisitor<T_Variable, T_Element>();