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