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