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)
1745IEnumerator<md.EdmProperty> outputs = newOp.Properties.GetEnumerator(); 1746int outputPropertyCount = newOp.Properties.Count; 2698opFields = ((NewRecordOp)op).Properties;