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