2 references to BoundRangeVariable
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder.WithQueryLambdaParametersBinder.cs (1)
66
return new
BoundRangeVariable
(node, qv, translation, translation.Type);
Generated\BoundNodes.xml.Generated.cs (1)
4622
var result = new
BoundRangeVariable
(this.Syntax, rangeVariableSymbol, value, type, this.HasErrors);