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