6 references to DecimalFormats
System.Data.SqlXml (6)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
231foreach (DecimalFormatDecl format in compiler.DecimalFormats) {
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (2)
488if (compiler.DecimalFormats.Contains(resolvedName)) { 489format = compiler.DecimalFormats[resolvedName];
System\Xml\Xsl\Xslt\XsltLoader.cs (3)
806if (compiler.DecimalFormats.Contains(name)) { 808DecimalFormatDecl format = compiler.DecimalFormats[name]; 821compiler.DecimalFormats.Add(format);