2 references to IsDecimalDigit
Microsoft.CodeAnalysis.Features (2)
EmbeddedLanguages\RegularExpressions\RegexLexer.cs (2)
274while (Position < Text.Length && this.CurrentChar is var ch && IsDecimalDigit(ch)) 402=> IsDecimalDigit(ch) ||