3 references to segmentPool
Microsoft.AspNetCore.Components.Server (3)
BlazorPack\SequenceOfT.cs (3)
232
var segment = this.
segmentPool
.Count > 0 ? this.
segmentPool
.Pop() : new SequenceSegment();
290
this.
segmentPool
.Push(recycledSegment);