1 write to _arrayPool
Microsoft.AspNetCore.Components.WebView (1)
src\Components\Shared\src\ArrayBuilder.cs (1)
47_arrayPool = arrayPool ?? ArrayPool<T>.Shared;
2 references to _arrayPool
Microsoft.AspNetCore.Components.WebView (2)
src\Components\Shared\src\ArrayBuilder.cs (2)
182var newItems = _arrayPool.Rent(newCapacity); 197_arrayPool.Return(_items);