1 reference to IsOctalDigit
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\RegularExpressions\RegexLexer.cs (1)
431
if (Position < Text.Length &&
IsOctalDigit
(this.CurrentChar))