1 instantiation of AllPropertyRef
System.Data.Entity (1)
System\Data\Query\PlanCompiler\PropertyRef.cs (1)
317
internal static AllPropertyRef Instance = new
AllPropertyRef
();
4 references to AllPropertyRef
System.Data.Entity (4)
System\Data\Query\PlanCompiler\PropertyRef.cs (4)
317
internal static
AllPropertyRef
Instance = new AllPropertyRef();
429
m_propertyReferences.Add(
AllPropertyRef
.Instance,
AllPropertyRef
.Instance);
440
else if (property is
AllPropertyRef
)