1 instantiation of RegexClosedNumericRangeQuantifierNode
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\RegularExpressions\RegexParser.cs (1)
495? new RegexClosedNumericRangeQuantifierNode(expression, openBraceToken, firstNumberToken, commaToken.Value, secondNumberToken.Value, closeBraceToken)
2 references to RegexClosedNumericRangeQuantifierNode
Microsoft.CodeAnalysis.Features (2)
EmbeddedLanguages\RegularExpressions\IRegexNodeVisitor.cs (1)
23void Visit(RegexClosedNumericRangeQuantifierNode node);
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexClassifier.cs (1)
200public void Visit(RegexClosedNumericRangeQuantifierNode node)