2 references to AppendCore
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (2)
797return AppendCore(value, 0, value.Length); 826return AppendCore(value, startIndex, count);