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