2 instantiations of NewInstanceOp
System.Data.Entity (2)
System\Data\Query\InternalTrees\Command.cs (1)
814return new NewInstanceOp(type);
System\Data\Query\InternalTrees\ScalarOps.cs (1)
1085internal static readonly NewInstanceOp Pattern = new NewInstanceOp();
8 references to NewInstanceOp
System.Data.Entity (8)
System\Data\Query\InternalTrees\Command.cs (1)
812internal NewInstanceOp CreateNewInstanceOp(TypeUsage type)
System\Data\Query\InternalTrees\Dump.cs (1)
381public override void Visit(NewInstanceOp op, Node n) {
System\Data\Query\InternalTrees\OpCopier.cs (1)
428public override Node Visit(NewInstanceOp op, Node n)
System\Data\Query\InternalTrees\ScalarOps.cs (1)
1085internal static readonly NewInstanceOp Pattern = new NewInstanceOp();
System\Data\Query\InternalTrees\Visitors.cs (2)
280public virtual void Visit(NewInstanceOp op, Node n) 1520public virtual TResultType Visit(NewInstanceOp op, Node n)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
994public override DbExpression Visit(NewInstanceOp op, Node n)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
2567public override Node Visit(NewInstanceOp op, Node n)