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