5 references to GetRefKey
System.Data.Entity (5)
System\Data\Query\InternalTrees\Dump.cs (1)
905
case OpType.
GetRefKey
:
System\Data\Query\InternalTrees\ScalarOps.cs (2)
1446
internal GetRefKeyOp(TypeUsage type) : base(OpType.
GetRefKey
, type) { }
1447
private GetRefKeyOp() : base(OpType.
GetRefKey
) { }
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (2)
2283
PlanCompiler.Assert(op.OpType == OpType.GetEntityRef || op.OpType == OpType.
GetRefKey
, "Expecting GetEntityRef or GetRefKey ops");
2297
if (op.OpType == OpType.
GetRefKey
)