9 instantiations of SimplePropertyRef
System.Data.Entity (9)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (4)
475yield return new SimplePropertyRef(m); 2408return VisitPropertyOp(op, n, new SimplePropertyRef(op.PropertyInfo), throwIfMissing: true); 2782int nestedPropertyOffset = typeInfo.RootType.GetNestedStructureOffset(new SimplePropertyRef(opField)); 2800PropertyRef propRef = new SimplePropertyRef(opField);
System\Data\Query\PlanCompiler\PropertyPushdownHelper.cs (2)
207SimplePropertyRef pRef = new SimplePropertyRef(edmP); 493VisitPropertyOp(op, n, new SimplePropertyRef(op.PropertyInfo));
System\Data\Query\PlanCompiler\PropertyRef.cs (1)
90return CreateNestedPropertyRef(new SimplePropertyRef(p));
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (1)
867rootType.AddPropertyRef(new SimplePropertyRef(p));
System\Data\Query\PlanCompiler\TypeInfo.cs (1)
341SimplePropertyRef spr = new SimplePropertyRef(p);
12 references to SimplePropertyRef
System.Data.Entity (12)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (2)
719SimplePropertyRef simplePropRef = propRef as SimplePropertyRef;
System\Data\Query\PlanCompiler\PropertyPushdownHelper.cs (1)
207SimplePropertyRef pRef = new SimplePropertyRef(edmP);
System\Data\Query\PlanCompiler\PropertyRef.cs (2)
142SimplePropertyRef other = obj as SimplePropertyRef;
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (6)
969SimplePropertyRef simpleP = p as SimplePropertyRef; 1084if (innerProperty != null && innerProperty is SimplePropertyRef) 1086md.TypeUsage innerType = ((SimplePropertyRef)innerProperty).Property.TypeUsage; 1105SimplePropertyRef simpleP = p as SimplePropertyRef;
System\Data\Query\PlanCompiler\TypeInfo.cs (1)
341SimplePropertyRef spr = new SimplePropertyRef(p);