3 references to Instance
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\Structures\Constant.cs (3)
28
internal static readonly Constant Null = NullConstant.
Instance
;
29
internal static readonly Constant NotNull = new NegatedConstant( new Constant[] { NullConstant.
Instance
});
186
Debug.Assert(Object.ReferenceEquals(this,
Instance
), "this must be == Instance for NullConstant");