2 writes to formatString
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XslNumber.cs (2)
36token.formatString = formatString; 50token.formatString = null;
4 references to formatString
System.Data.SqlXml (4)
System\Xml\Xsl\Runtime\XslNumber.cs (4)
28Debug.Assert(isSeparator == (formatString != null), "AssertSeparator"); 198sb.Append(prefix.formatString, prefix.startIdx, prefix.length); 209sb.Append(thisSeparator.formatString, thisSeparator.startIdx, thisSeparator.length); 219sb.Append(suffix.formatString, suffix.startIdx, suffix.length);