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