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