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