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