1 instantiation of EntitySetIdPropertyRef
System.Data.Entity (1)
System\Data\Query\PlanCompiler\PropertyRef.cs (1)
230
internal static EntitySetIdPropertyRef Instance = new
EntitySetIdPropertyRef
();
6 references to EntitySetIdPropertyRef
System.Data.Entity (6)
System\Data\Query\PlanCompiler\PropertyPushdownHelper.cs (1)
191
desiredProperties.Add(
EntitySetIdPropertyRef
.Instance);
System\Data\Query\PlanCompiler\PropertyRef.cs (1)
230
internal static
EntitySetIdPropertyRef
Instance = new EntitySetIdPropertyRef();
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (2)
789
rootType.AddPropertyRef(
EntitySetIdPropertyRef
.Instance);
1095
else if (p is
EntitySetIdPropertyRef
|| p is NullSentinelPropertyRef)
System\Data\Query\PlanCompiler\TypeInfo.cs (2)
356
yield return
EntitySetIdPropertyRef
.Instance;
486
else if (propertyRef is
EntitySetIdPropertyRef
)