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