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