4 writes to length
System.Private.Xml (4)
System\Xml\Xsl\Runtime\XslNumber.cs (4)
38token.length = tokLen; 53token.length = 1; 78token.length++; 101token.length = 1;
4 references to length
System.Private.Xml (4)
System\Xml\Xsl\Runtime\XslNumber.cs (4)
230sb.Append(prefix.formatString, prefix.startIdx, prefix.length); 243sb.Append(thisSeparator.formatString, thisSeparator.startIdx, thisSeparator.length); 248FormatItem(sb, val[i], thisFormat.startChar, thisFormat.length); 254sb.Append(suffix.formatString, suffix.startIdx, suffix.length);