2 references to DecimalFormatDecl
System.Data.SqlXml (2)
System\Xml\Xsl\Xslt\Compiler.cs (1)
402public static DecimalFormatDecl Default = new DecimalFormatDecl(new XmlQualifiedName(), "Infinity", "NaN", ".,%\u20300#;-");
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
820DecimalFormatDecl format = new DecimalFormatDecl(name, infinity, nan, new string(characters));