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