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