4 references to MaxAlphabeticValue
System.Data.SqlXml (4)
System\Xml\Xsl\Runtime\NumberFormatter.cs (2)
80
Debug.Assert(1 <= val && val <=
MaxAlphabeticValue
);
81
Debug.Assert(Math.Pow(totalChars, MaxAlphabeticLength) >=
MaxAlphabeticValue
);
System\Xml\Xsl\Runtime\XslNumber.cs (1)
243
if (dblVal <=
MaxAlphabeticValue
) {
System\Xml\Xsl\XsltOld\NumberAction.cs (1)
88
if (dblVal <=
MaxAlphabeticValue
) {