4 references to IsDecDigit
Microsoft.CodeAnalysis.CSharp (4)
Parser\CharacterInfo.cs (1)
75Debug.Assert(IsDecDigit(c));
Parser\Lexer.cs (2)
1036SyntaxFacts.IsDecDigit(ch))) 3360while (SyntaxFacts.IsDecDigit(ch = TextWindow.PeekChar()))
Parser\SlidingTextWindow.cs (1)
607while (SyntaxFacts.IsDecDigit(digit = this.PeekChar()))