1 write to _length
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\SegmentedArray.cs (1)
762_length = length;
3 references to _length
Microsoft.CodeAnalysis (3)
src\Dependencies\Collections\SegmentedArray.cs (3)
772if (_completed == _length) 785_current = segment.AsMemory().Slice(offset, Math.Min(remainingInSegment, _length)); 792_current = segment.AsMemory().Slice(0, Math.Min(SegmentedArrayHelper.GetSegmentSize<T>(), _length - _completed));