3 references to IsDecimalDigitOne
System.Private.Xml (3)
System\Xml\Xsl\Runtime\XslNumber.cs (3)
68if (CharUtil.IsDecimalDigitOne(ch)) 72if (CharUtil.IsDecimalDigitOne((char)(ch + 1))) 298Debug.Assert(CharUtil.IsDecimalDigitOne(startChar), $"Unexpected startChar: {startChar}");