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