3 references to MaxRomanValue
System.Private.Xml (3)
System\Xml\Xsl\Runtime\NumberFormatter.cs (1)
104Debug.Assert(1 <= val && val <= MaxRomanValue);
System\Xml\Xsl\Runtime\XslNumber.cs (1)
291if (dblVal <= MaxRomanValue)
System\Xml\Xsl\XsltOld\NumberAction.cs (1)
101if (dblVal <= MaxRomanValue)