2 instantiations of GetEntityRefOp
System.Data.Entity (2)
System\Data\Query\InternalTrees\Command.cs (1)
982return new GetEntityRefOp(type);
System\Data\Query\InternalTrees\ScalarOps.cs (1)
1494internal static readonly GetEntityRefOp Pattern = new GetEntityRefOp();
8 references to GetEntityRefOp
System.Data.Entity (8)
System\Data\Query\InternalTrees\Command.cs (1)
980internal GetEntityRefOp CreateGetEntityRefOp(TypeUsage type)
System\Data\Query\InternalTrees\OpCopier.cs (1)
647public override Node Visit(GetEntityRefOp op, Node n)
System\Data\Query\InternalTrees\ScalarOps.cs (1)
1494internal static readonly GetEntityRefOp Pattern = new GetEntityRefOp();
System\Data\Query\InternalTrees\Visitors.cs (2)
429public virtual void Visit(GetEntityRefOp op, Node n) 1454public virtual TResultType Visit(GetEntityRefOp op, Node n)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
1104public override DbExpression Visit(GetEntityRefOp op, Node n)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
2256public override Node Visit(GetEntityRefOp op, Node n)
System\Data\Query\PlanCompiler\PropertyPushdownHelper.cs (1)
391public override void Visit(GetEntityRefOp op, Node n)