2 writes to formatString
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\NumberAction.cs (2)
34this.formatString = formatString; 626formatInfo.formatString = formatString.Substring(count, length - count);
3 references to formatString
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\NumberAction.cs (3)
458result.Append(prefix.formatString); 467result.Append(thisSeparator.formatString); 482result.Append(sufix.formatString);