11 references to AddRangeVariable
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder.IdentifierUsedAsValueFinder.cs (4)
440
var x2 = state.
AddRangeVariable
(enclosingBinder, join.Identifier, BindingDiagnosticBag.Discarded);
449
state.
AddRangeVariable
(enclosingBinder, join.Into.Identifier, BindingDiagnosticBag.Discarded);
496
state.
AddRangeVariable
(enclosingBinder, from.Identifier, BindingDiagnosticBag.Discarded);
521
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);
450
var g = state.
AddRangeVariable
(this, join.Into.Identifier, diagnostics);
521
var g = state.
AddRangeVariable
(this, join.Into.Identifier, diagnostics);
597
var x2 = state.
AddRangeVariable
(this, from.Identifier, diagnostics);
754
var y = state.
AddRangeVariable
(this, let.Identifier, diagnostics);