2 instantiations of GetRefKeyOp
System.Data.Entity (2)
System\Data\Query\InternalTrees\Command.cs (1)
991
return new
GetRefKeyOp
(type);
System\Data\Query\InternalTrees\ScalarOps.cs (1)
1454
internal static readonly GetRefKeyOp Pattern = new
GetRefKeyOp
();
7 references to GetRefKeyOp
System.Data.Entity (7)
System\Data\Query\InternalTrees\Command.cs (1)
989
internal
GetRefKeyOp
CreateGetRefKeyOp(TypeUsage type)
System\Data\Query\InternalTrees\OpCopier.cs (1)
636
public override Node Visit(
GetRefKeyOp
op, Node n)
System\Data\Query\InternalTrees\ScalarOps.cs (1)
1454
internal static readonly
GetRefKeyOp
Pattern = new GetRefKeyOp();
System\Data\Query\InternalTrees\Visitors.cs (2)
439
public virtual void Visit(
GetRefKeyOp
op, Node n)
1465
public virtual TResultType Visit(
GetRefKeyOp
op, Node n)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
1098
public override DbExpression Visit(
GetRefKeyOp
op, Node n)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
2267
public override Node Visit(
GetRefKeyOp
op, Node n)