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