4 references to NewInstance
System.Data.Entity (4)
System\Data\Query\InternalTrees\Dump.cs (1)
947
case OpType.
NewInstance
:
System\Data\Query\InternalTrees\ScalarOps.cs (2)
1073
internal NewInstanceOp(TypeUsage type) : base(OpType.
NewInstance
, type)
1078
private NewInstanceOp() : base(OpType.
NewInstance
) { }
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,