1 write to _firstSegment
System.Linq (1)
System\Linq\SegmentedArrayBuilder.cs (1)
47
_currentSegment =
_firstSegment
= scratchBuffer;
3 references to _firstSegment
System.Linq (3)
System\Linq\SegmentedArrayBuilder.cs (3)
28
/// <remarks><see cref="_segmentsCount"/> is how many of the segments are valid in <see cref="_segments"/>, not including <see cref="
_firstSegment
"/>.</remarks>
33
/// <summary>The current span. This points either to <see cref="
_firstSegment
"/> or to <see cref="_segments"/>[<see cref="_segmentsCount"/> - 1].</summary>
310
ReadOnlySpan<T> firstSegment =
_firstSegment
;