4 references to Properties
System.Data.Entity (4)
System\Data\Query\PlanCompiler\AggregatePushdown.cs (1)
699
_groupAggregateVarInfoManager.Add(op.Var, referencedVarInfo, templateNode, isUnnested, newRecordOp.
Properties
[i]);
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (3)
1745
IEnumerator<md.EdmProperty> outputs = newOp.
Properties
.GetEnumerator();
1746
int outputPropertyCount = newOp.
Properties
.Count;
2698
opFields = ((NewRecordOp)op).
Properties
;