1 write to decimalFormats
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XsltLibrary.cs (1)
159
decimalFormats
= new Dictionary<XmlQualifiedName, DecimalFormat>();
4 references to decimalFormats
System.Data.SqlXml (4)
System\Xml\Xsl\Runtime\XsltLibrary.cs (4)
158
if (
decimalFormats
== null) {
161
decimalFormats
.Add(name, CreateDecimalFormat(infinitySymbol, nanSymbol, characters));
197
if (
decimalFormats
== null || !
decimalFormats
.TryGetValue(decimalFormatName, out format)) {