2 references to RangeArgument
Microsoft.CodeAnalysis.VisualBasic (2)
Parser\ParseExpression.vb (1)
1565argument = SyntaxFactory.RangeArgument(lowerBound, toKeyword, value)
Parser\Parser.vb (1)
3371arg = SyntaxFactory.RangeArgument(lowerBound, toKeyword, upperBound)