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