2 writes to formatString
System.Private.Xml (2)
System\Xml\Xsl\Runtime\XslNumber.cs (2)
37token.formatString = formatString; 52token.formatString = null;
4 references to formatString
System.Private.Xml (4)
System\Xml\Xsl\Runtime\XslNumber.cs (4)
27Debug.Assert(isSeparator == (formatString != null), "AssertSeparator"); 230sb.Append(prefix.formatString, prefix.startIdx, prefix.length); 243sb.Append(thisSeparator.formatString, thisSeparator.startIdx, thisSeparator.length); 254sb.Append(suffix.formatString, suffix.startIdx, suffix.length);