6 references to DecimalFormats
System.Private.Xml (6)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
252foreach (DecimalFormatDecl format in _compiler.DecimalFormats)
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (2)
585if (_compiler.DecimalFormats.Contains(resolvedName)) 587format = _compiler.DecimalFormats[resolvedName];
System\Xml\Xsl\Xslt\XsltLoader.cs (3)
980if (_compiler.DecimalFormats.Contains(name)) 983DecimalFormatDecl format = _compiler.DecimalFormats[name]; 999_compiler.DecimalFormats.Add(format);