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