3 references to GetAllocationLength
System.Private.CoreLib (3)
System\Text\StringBuilder.NativeAot.cs (3)
38
char[] chunkChars = new char[
GetAllocationLength
(len + 1)];
53
int newLen =
GetAllocationLength
(len + 1);
60
char[] chunkChars = new char[
GetAllocationLength
(len + 1)];