3 references to VisitRangeVariableSymbol
Microsoft.CodeAnalysis.CSharp (3)
BoundTree\BoundTreeRewriter.cs (1)
135
return
VisitRangeVariableSymbol
((RangeVariableSymbol)symbol);
Generated\BoundNodes.xml.Generated.cs (2)
11593
RangeVariableSymbol rangeVariableSymbol = this.
VisitRangeVariableSymbol
(node.RangeVariableSymbol);
12162
RangeVariableSymbol? definedSymbol = this.
VisitRangeVariableSymbol
(node.DefinedSymbol);