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