11 references to NavigationSource
System.Data.Entity (11)
System\Data\Common\CommandTrees\BasicExpressionVisitor.cs (1)
543
VisitExpression(EntityUtil.CheckArgumentNull(expression, "expression").
NavigationSource
);
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (2)
792
DbExpression newNavSource = this.VisitExpression(expression.
NavigationSource
);
796
!object.ReferenceEquals(expression.
NavigationSource
, newNavSource))
System\Data\Common\CommandTrees\Internal\ExpressionDumper.cs (1)
678
Dump(e.
NavigationSource
, "NavigationSource");
System\Data\Common\CommandTrees\Internal\ExpressionKeyGen.cs (1)
540
e.
NavigationSource
.Accept(this);
System\Data\Common\CommandTrees\Internal\ExpressionPrinter.cs (1)
832
retInfo.Children.Add(this.Visit("Source", e.
NavigationSource
));
System\Data\Objects\Internal\ObjectSpanRewriter.cs (3)
727
this._sourceRef = (DbVariableReferenceExpression)rewrittenNavigation.
NavigationSource
;
728
this._source = originalNavigation.
NavigationSource
;
805
DbVariableReferenceExpression sourceRef = new DbVariableReferenceExpression(expression.
NavigationSource
.ResultType, varName);
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
2119
Node arg = VisitExprAsScalar(e.
NavigationSource
);
System\Data\SqlClient\SqlGen\Sql8ConformanceChecker.cs (1)
627
return VisitExpression(expression.
NavigationSource
);