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