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));
203
if (
_decimalFormats
== null || !
_decimalFormats
.TryGetValue(decimalFormatName, out format))