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