2 references to FormatInfo
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\NumberAction.cs (2)
33
private static readonly FormatInfo s_defaultFormat = new
FormatInfo
(false, "0");
34
private static readonly FormatInfo s_defaultSeparator = new
FormatInfo
(true, ".");