1 reference to IsDigit
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\Json\JsonParser.JsonNetSyntaxChecks.cs (1)
70var singleDigit = firstChar.IsDigit && chars.Length == 1;