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