4 references to MaxAlphabeticValue
System.Private.Xml (4)
System\Xml\Xsl\Runtime\NumberFormatter.cs (2)
81
Debug.Assert(1 <= val && val <=
MaxAlphabeticValue
);
82
Debug.Assert(Math.Pow(totalChars, MaxAlphabeticLength) >=
MaxAlphabeticValue
);
System\Xml\Xsl\Runtime\XslNumber.cs (1)
283
if (dblVal <=
MaxAlphabeticValue
)
System\Xml\Xsl\XsltOld\NumberAction.cs (1)
92
if (dblVal <=
MaxAlphabeticValue
)