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