5 references to Length
Microsoft.AspNetCore.Components.Server (5)
BlazorPack\SequenceOfT.cs (5)
147
if (firstSegment.
Length
== 0)
256
if (this.last.
Length
> 0)
345
/// It is the amount of bytes between <see cref="
Length
"/> and <see cref="End"/>.
409
segment.RunningIndex = this.RunningIndex + this.Start + this.
Length
;
414
this.Memory = this.AvailableMemory.Slice(0, this.Start + this.
Length
);