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