11 references to AddRangeVariable
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder.IdentifierUsedAsValueFinder.cs (4)
448
var x2 = state.
AddRangeVariable
(enclosingBinder, join.Identifier, BindingDiagnosticBag.Discarded);
457
state.
AddRangeVariable
(enclosingBinder, join.Into.Identifier, BindingDiagnosticBag.Discarded);
504
state.
AddRangeVariable
(enclosingBinder, from.Identifier, BindingDiagnosticBag.Discarded);
529
var y = state.
AddRangeVariable
(enclosingBinder, let.Identifier, BindingDiagnosticBag.Discarded);
Binder\Binder_Query.cs (7)
93
RangeVariableSymbol x = state.rangeVariable = state.
AddRangeVariable
(this, fromClause.Identifier, diagnostics);
108
x = state.rangeVariable = state.
AddRangeVariable
(this, continuation.Identifier, diagnostics);
409
var x2 = state.
AddRangeVariable
(this, join.Identifier, diagnostics);
451
var g = state.
AddRangeVariable
(this, join.Into.Identifier, diagnostics);
524
var g = state.
AddRangeVariable
(this, join.Into.Identifier, diagnostics);
601
var x2 = state.
AddRangeVariable
(this, from.Identifier, diagnostics);
766
var y = state.
AddRangeVariable
(this, let.Identifier, diagnostics);