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