6 writes to rangeVariable
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder.IdentifierUsedAsValueFinder.cs (1)
519
state.
rangeVariable
= state.TransparentRangeVariable(enclosingBinder);
Binder\Binder.QueryTranslationState.cs (1)
130
rangeVariable
= null;
Binder\Binder_Query.cs (4)
93
RangeVariableSymbol x = state.
rangeVariable
= state.AddRangeVariable(this, fromClause.Identifier, diagnostics);
108
x = state.
rangeVariable
= state.AddRangeVariable(this, continuation.Identifier, diagnostics);
700
state.
rangeVariable
= state.TransparentRangeVariable(this);
753
state.
rangeVariable
= state.TransparentRangeVariable(this);
16 references to rangeVariable
Microsoft.CodeAnalysis.CSharp (16)
Binder\Binder.IdentifierUsedAsValueFinder.cs (7)
367
var x = state.
rangeVariable
;
380
var x = state.
rangeVariable
;
429
return MakeQueryUnboundLambda(enclosingBinder, state.RangeVariableMap(), state.
rangeVariable
, where.Condition);
438
MakeQueryUnboundLambda(enclosingBinder, state.RangeVariableMap(), state.
rangeVariable
, join.LeftExpression))
479
if (!MakeQueryUnboundLambda(enclosingBinder, state.RangeVariableMap(), state.
rangeVariable
, ordering.Expression))
493
var x1 = state.
rangeVariable
;
515
var x = state.
rangeVariable
;
Binder\Binder_Query.cs (9)
181
return name != null && state.
rangeVariable
.Name == name.Identifier.ValueText;
229
var x = state.
rangeVariable
;
252
var x = state.
rangeVariable
;
366
var lambda = MakeQueryUnboundLambda(state.RangeVariableMap(), state.
rangeVariable
, where.Condition, diagnostics.AccumulatesDependencies);
406
var outerKeySelectorLambda = MakeQueryUnboundLambda(state.RangeVariableMap(), state.
rangeVariable
, join.LeftExpression, diagnostics.AccumulatesDependencies);
408
var x1 = state.
rangeVariable
;
567
var lambda = MakeQueryUnboundLambda(state.RangeVariableMap(), state.
rangeVariable
, ordering.Expression, diagnostics.AccumulatesDependencies);
585
var x1 = state.
rangeVariable
;
716
var x = state.
rangeVariable
;