5 references to DomainConstraint
System.Data.Entity (5)
System\Data\Common\Utils\Boolean\ConversionContext.cs (1)
184var constraint = new DomainConstraint<T_Variable, T_Element>(domainVariable, range.MakeReadOnly());
System\Data\Common\Utils\Boolean\DomainConstraint.cs (2)
109: this(variable, new Set<T_Element>(new T_Element[] { element }).MakeReadOnly()) 130return new DomainConstraint<T_Variable, T_Element>(_variable,
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQueryProcessor.cs (1)
131DomainConstraint<BoolLiteral, Constant> constraint = new DomainConstraint<BoolLiteral, Constant>(var,
System\Data\Mapping\ViewGeneration\Structures\BoolLiteral.cs (1)
57DomainConstraint constraint = new DomainConstraint(variable, range);