4 writes to first
Microsoft.AspNetCore.Components.Server (4)
BlazorPack\SequenceOfT.cs (4)
152
this.
first
= firstSegment;
206
this.
first
= this.last = null;
252
this.
first
= this.last = segment;
274
this.
first
= segment;
9 references to first
Microsoft.AspNetCore.Components.Server (9)
BlazorPack\SequenceOfT.cs (9)
108
return sequence.
first
!= null
109
? new ReadOnlySequence<T>(sequence.
first
, sequence.
first
.Start, sequence.last, sequence.last.End)
127
var current = this.
first
;
139
current = this.
first
;
154
if (this.
first
== null)
200
var current = this.
first
;
264
var current = this.
first
;
265
if (this.
first
!= this.last)