9 references to NewRecord
System.Data.Entity (9)
System\Data\Query\InternalTrees\Dump.cs (1)
953case OpType.NewRecord:
System\Data\Query\InternalTrees\ScalarOps.cs (3)
1159internal NewRecordOp(TypeUsage type) : base(OpType.NewRecord, type) 1172: base(OpType.NewRecord, type) 1182private NewRecordOp() : base(OpType.NewRecord) { }
System\Data\Query\PlanCompiler\AggregatePushdown.cs (1)
691else if (definingNodeOp.OpType == OpType.NewRecord)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (4)
1733PlanCompiler.Assert(n.Child0.Op.OpType == OpType.NewRecord, "Expected a record constructor here. Found " + n.Child0.Op.OpType + " instead"); 1997if (resultNode.Op.OpType != OpType.NewRecord) 2681PlanCompiler.Assert(op.OpType == OpType.NewInstance || op.OpType == OpType.NewRecord || op.OpType == OpType.DiscriminatedNewEntity || op.OpType == OpType.NewEntity, 2695if (op.OpType == OpType.NewRecord)