5 references to Append
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (5)
740Append(ref value[startIndex], charCount); 1088Append(ref MemoryMarshal.GetArrayDataReference(value), value.Length); 1256Append(ref separator, separatorLength); 1281Append(ref separator, separatorLength); 2262Append(ref *value, valueCount);