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