1 write to arrayPool
Microsoft.AspNetCore.Components.Server (1)
BlazorPack\SequenceOfT.cs (1)
61this.arrayPool = arrayPool;
3 references to arrayPool
Microsoft.AspNetCore.Components.Server (3)
BlazorPack\SequenceOfT.cs (3)
233if (this.arrayPool != null) 235segment.Assign(this.arrayPool.Rent(minBufferSize.Value == -1 ? DefaultLengthFromArrayPool : minBufferSize.Value)); 289recycledSegment.ResetMemory(this.arrayPool);