1 instantiation of RegexClosedNumericRangeQuantifierNode
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\RegularExpressions\RegexParser.cs (1)
516? new RegexClosedNumericRangeQuantifierNode(expression, openBraceToken, firstNumberToken, commaToken.Value, secondNumberToken.Value, closeBraceToken)
3 references to RegexClosedNumericRangeQuantifierNode
Microsoft.CodeAnalysis.Features (3)
EmbeddedLanguages\RegularExpressions\IRegexNodeVisitor.cs (1)
23void Visit(RegexClosedNumericRangeQuantifierNode node);
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexClassifier.cs (1)
200public void Visit(RegexClosedNumericRangeQuantifierNode node)
NavigateTo\RegexQueryCompiler.cs (1)
98RegexClosedNumericRangeQuantifierNode closed => CompileNumericQuantifier(closed.Expression, closed.FirstNumberToken),