1 instantiation of NullConstant
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Structures\Constant.cs (1)
135internal static readonly Constant Instance = new NullConstant();
2 references to NullConstant
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Structures\Constant.cs (2)
28internal static readonly Constant Null = NullConstant.Instance; 29internal static readonly Constant NotNull = new NegatedConstant( new Constant[] { NullConstant.Instance });