5 references to NewEntity
System.Data.Entity (5)
System\Data\Query\InternalTrees\Dump.cs (1)
945
case OpType.
NewEntity
:
System\Data\Query\InternalTrees\ScalarOps.cs (2)
1034
private NewEntityOp() : base(OpType.
NewEntity
) { }
1037
: base(OpType.
NewEntity
, type, scoped, entitySet, relProperties)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
2681
PlanCompiler.Assert(op.OpType == OpType.NewInstance || op.OpType == OpType.NewRecord || op.OpType == OpType.DiscriminatedNewEntity || op.OpType == OpType.
NewEntity
,
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
1602
PlanCompiler.Assert(op.OpType == OpType.
NewEntity
|| op.OpType == OpType.DiscriminatedNewEntity,