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