3 references to RomanDigitValue
System.Data.SqlXml (3)
System\Xml\Xsl\Runtime\NumberFormatter.cs (3)
109for (int idx = RomanDigitValue.Length; idx-- != 0; ) { 110while (number >= RomanDigitValue[idx]) { 111number -= RomanDigitValue[idx];