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