3 references to IsDecimalDigitOne
System.Data.SqlXml (3)
System\Xml\Xsl\Runtime\XslNumber.cs (3)
65if (CharUtil.IsDecimalDigitOne(ch)) { 68if (CharUtil.IsDecimalDigitOne((char)(ch + 1))) { 256Debug.Assert(CharUtil.IsDecimalDigitOne(startChar), "Unexpected startChar: " + startChar);