1 write to _countInFinishedSegments
System.Linq (1)
System\Linq\SegmentedArrayBuilder.cs (1)
343
checked {
_countInFinishedSegments
+= currentSegmentLength; }
2 references to _countInFinishedSegments
System.Linq (2)
System\Linq\SegmentedArrayBuilder.cs (2)
99
public readonly int Count => checked(
_countInFinishedSegments
+ _countInCurrentSegment);
344
if (
_countInFinishedSegments
> Array.MaxLength)