2 references to NewRecordOp
System.Data.Entity (2)
System\Data\Query\InternalTrees\Command.cs (1)
889return new NewRecordOp(type, fields);
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
2892NewRecordOp newRecordOp = new NewRecordOp(typeInfo.FlattenedTypeUsage, newFields);