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