9 references to NotNull
System.Data.Entity (9)
System\Data\Mapping\ViewGeneration\CellCreator.cs (2)
106.Where(restriction => restriction.Domain.Values.Contains(Constant.NotNull)) 479Constant conditionConstant = (true == conditionMap.IsNull.Value) ? Constant.Null : Constant.NotNull;
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (1)
517domain.Contains(Constant.NotNull, Constant.EqualityComparer));
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (1)
691!scalarConst.Domain.Contains(Constant.NotNull) &&
System\Data\Mapping\ViewGeneration\Structures\Domain.cs (2)
150domain.Add(Constant.NotNull); 356cDomain.AddRange(restriction.Domain.Values.Where(c => !(c.Equals(Constant.Null) || c.Equals(Constant.NotNull))));
System\Data\Mapping\ViewGeneration\Structures\MemberDomainMap.cs (1)
105if (condition.Domain.Values.All(conditionConstant => (conditionConstant.Equals(Constant.NotNull))))
System\Data\Mapping\ViewGeneration\Structures\NegatedConstant.cs (1)
68if (object.ReferenceEquals(this, Constant.NotNull))
System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs (1)
127if (condition.Domain.Values.Contains(Constant.NotNull))