2 writes to formatString
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\NumberAction.cs (2)
27this.formatString = formatString; 715formatInfo.formatString = formatString.Substring(count, length - count);
3 references to formatString
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\NumberAction.cs (3)
526result.Append(prefix.formatString); 537result.Append(thisSeparator.formatString); 553result.Append(sufix.formatString);