4 references to NegatedConstant
System.Data.Entity (4)
System\Data\Mapping\ViewGeneration\Structures\Constant.cs (1)
29
internal static readonly Constant NotNull = new
NegatedConstant
( new Constant[] { NullConstant.Instance });
System\Data\Mapping\ViewGeneration\Structures\Domain.cs (2)
96
NegatedConstant negatedPossibleValue = new
NegatedConstant
(m_possibleValues);
274
result.Add(new
NegatedConstant
(possibleValues));
System\Data\Mapping\ViewGeneration\Structures\MemberDomainMap.cs (1)
217
NegatedConstant negatedConstant = new
NegatedConstant
(possibleValues);