1 instantiation of NestedPropertyRef
System.Data.Entity (1)
System\Data\Query\PlanCompiler\PropertyRef.cs (1)
79return new NestedPropertyRef(p, this);
10 references to NestedPropertyRef
System.Data.Entity (10)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (2)
904NestedPropertyRef nestedPropertyRef = propertyRef as NestedPropertyRef;
System\Data\Query\PlanCompiler\PropertyRef.cs (3)
259PlanCompiler.Assert(!(innerProperty is NestedPropertyRef), "innerProperty cannot be a NestedPropertyRef"); 282NestedPropertyRef other = obj as NestedPropertyRef;
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (3)
1071while (p is NestedPropertyRef) 1073NestedPropertyRef npr = (NestedPropertyRef)p;
System\Data\Query\PlanCompiler\TypeInfo.cs (2)
592NestedPropertyRef nestedPropertyRef = m_propertyRefList[i] as NestedPropertyRef;