5 references to Append
mscorlib (5)
system\globalization\datetimeformat.cs (1)
207outputBuffer.Append(p, digits);
system\text\stringbuilder.cs (4)
626Append(valueChars, charCount); 676Append(valueChars, value.Length); 736Append(valueChars + startIndex, count); 1021Append(valueChars, value.Length);