1 write to _decimalFormats
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XsltLibrary.cs (1)
165_decimalFormats ??= new Dictionary<XmlQualifiedName, DecimalFormat>();
3 references to _decimalFormats
System.Private.Xml (3)
System\Xml\Xsl\Runtime\XsltLibrary.cs (3)
166_decimalFormats.Add(name, CreateDecimalFormat(infinitySymbol, nanSymbol, characters)); 203if (_decimalFormats == null || !_decimalFormats.TryGetValue(decimalFormatName, out format))