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