3 references to GetPooledArray
Microsoft.AspNetCore.Razor.Utilities.Shared (3)
BufferExtensions.cs (3)
24=> pool.GetPooledArray(minimumLength, clearOnReturn: false); 85var result = pool.GetPooledArray(minimumLength, clearOnReturn); 126var result = pool.GetPooledArray(minimumLength, clearOnReturn);