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