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