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