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