11 references to IsDecimalDigit
Microsoft.CodeAnalysis.VisualBasic (11)
Scanner\CharacterInfo.vb (2)
249If IsDecimalDigit(Digit) Then 406Return IsDecimalDigit(c) OrElse
Scanner\Scanner.vb (9)
1248If CanGet(1) AndAlso IsDecimalDigit(Peek(1)) Then 1794If Not IsDecimalDigit(ch) AndAlso ch <> "_"c Then 1817IsDecimalDigit(Peek(here + 1)) Then 1824If Not IsDecimalDigit(ch) AndAlso ch <> "_"c Then 1846If CanGet(here) AndAlso IsDecimalDigit(Peek(here)) Then 1850If Not IsDecimalDigit(ch) AndAlso ch <> "_"c Then 1952If IsDecimalDigit(ch) OrElse MatchOneOrAnotherOrFullwidth(ch, "+"c, "-"c) Then 2168If Not IsDecimalDigit(ch) Then 2178If Not IsDecimalDigit(ch) Then