6 references to Elements
System.Data.Entity (6)
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs (1)
308
allowedValues.Difference(((NegatedConstant)constant).
Elements
);
System\Data\Mapping\ViewGeneration\Structures\Domain.cs (2)
278
CellConstantSet remainingElements = possibleValues.Difference(negated.
Elements
);
318
foreach (Constant constElement in negated.
Elements
)
System\Data\Mapping\ViewGeneration\Structures\MemberRestriction.cs (1)
225
constants = new Set<Constant>(negatedConstant.
Elements
, Constant.EqualityComparer);
System\Data\Mapping\ViewGeneration\Structures\NegatedConstant.cs (1)
177
Set<Constant> negatedConstants = new Set<Constant>(this.
Elements
, Constant.EqualityComparer);
System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs (1)
135
if (negatedConst.
Elements
.Contains(Constant.Null))