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