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