2 references to IsOctalDigit
Microsoft.CodeAnalysis.Features (2)
EmbeddedLanguages\RegularExpressions\RegexLexer.cs (2)
424Debug.Assert(IsOctalDigit(Text[start])); 431if (Position < Text.Length && IsOctalDigit(this.CurrentChar))