7 references to GetEntityRef
System.Data.Entity (7)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (1)
822
return this.VisitUnary(expression, CqtBuilder.
GetEntityRef
);
System\Data\Common\EntitySql\SemanticAnalyzer.cs (3)
1697
sourceEntityRef = DbExpressionBuilder.
GetEntityRef
(sourceEntityRef);
1813
converted = converted.
GetEntityRef
();
1947
converted = converted.
GetEntityRef
();
System\Data\Objects\Internal\ObjectSpanRewriter.cs (1)
268
DbExpression navSource = expression.
GetEntityRef
();
System\Data\Objects\ObjectContext.cs (1)
2199
DbExpression sourceEntityKey = entitySetBinding.Variable.
GetEntityRef
().GetRefKey();
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
1224
DbExpression navigationSource = instanceExpression.Instance.
GetEntityRef
();