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