5 references to GetRefKey
System.Data.Entity (5)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (1)
815return this.VisitUnary(expression, CqtBuilder.GetRefKey);
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
1954converted = converted.GetRefKey();
System\Data\Mapping\ViewGeneration\Structures\MemberPath.cs (1)
456cqt = cqt.GetRefKey();
System\Data\Objects\ObjectContext.cs (1)
2199DbExpression sourceEntityKey = entitySetBinding.Variable.GetEntityRef().GetRefKey();
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
1226rewritten = navigationExpression.GetRefKey();