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