4 writes to last
Microsoft.AspNetCore.Components.Server (4)
BlazorPack\SequenceOfT.cs (4)
156this.last = null; 206this.first = this.last = null; 252this.first = this.last = segment; 281this.last = segment;
14 references to last
Microsoft.AspNetCore.Components.Server (14)
BlazorPack\SequenceOfT.cs (14)
109? new ReadOnlySequence<T>(sequence.first, sequence.first.Start, sequence.last, sequence.last.End) 167SequenceSegment last = this.last; 215if (this.last == null || this.last.WritableBytes == 0) 224if (this.last == null || this.last.WritableBytes < sizeHint) 245return this.last; 250if (this.last == null) 256if (this.last.Length > 0) 259this.last.SetNext(segment); 265if (this.first != this.last) 267while (current.Next != this.last) 278this.RecycleAndGetNext(this.last);