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