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