1 instantiation of TypeIdPropertyRef
System.Data.Entity (1)
System\Data\Query\PlanCompiler\PropertyRef.cs (1)
178internal static TypeIdPropertyRef Instance = new TypeIdPropertyRef();
7 references to TypeIdPropertyRef
System.Data.Entity (7)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
503yield return TypeIdPropertyRef.Instance;
System\Data\Query\PlanCompiler\PropertyPushdownHelper.cs (2)
418childProps.Add(TypeIdPropertyRef.Instance); 512childProps.Add(TypeIdPropertyRef.Instance);
System\Data\Query\PlanCompiler\PropertyRef.cs (1)
178internal static TypeIdPropertyRef Instance = new TypeIdPropertyRef();
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (2)
774rootType.AddPropertyRef(TypeIdPropertyRef.Instance); 1078if (p is TypeIdPropertyRef)
System\Data\Query\PlanCompiler\TypeInfo.cs (1)
482if (propertyRef is TypeIdPropertyRef)