2 references to GetSegment
Microsoft.AspNetCore.Components.Server (2)
BlazorPack\SequenceOfT.cs (2)
177public Memory<T> GetMemory(int sizeHint) => this.GetSegment(sizeHint).RemainingMemory; 184public Span<T> GetSpan(int sizeHint) => this.GetSegment(sizeHint).RemainingSpan;