7 references to ParamExpressionInScope
System.Data.Services.Client (7)
System\Data\Services\Client\ALinq\PathBox.cs (2)
90Debug.Assert(this.ParamExpressionInScope != null, "this.ParamExpressionInScope != null -- should not be starting new path with no lambda parameter in scope."); 92StringBuilder sb = new StringBuilder(basePaths[this.ParamExpressionInScope]);
System\Data\Services\Client\ALinq\ProjectionAnalyzer.cs (5)
292var analysis = MemberAssignmentAnalysis.Analyze(pb.ParamExpressionInScope, ma.Expression); 381var nullCheck = ResourceBinder.PatternRules.MatchNullCheck(this.box.ParamExpressionInScope, c); 492if (p != box.ParamExpressionInScope) 596var nullCheck = ResourceBinder.PatternRules.MatchNullCheck(this.box.ParamExpressionInScope, c); 713if (p != box.ParamExpressionInScope)