1 write to _length
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\SegmentedArray.cs (1)
468_length = length;
3 references to _length
Microsoft.CodeAnalysis (3)
src\Dependencies\Collections\SegmentedArray.cs (3)
478if (_completed == _length) 494var currentSegmentLength = Math.Min(remainingInSegment, _length); 503var currentSegmentLength = Math.Min(SegmentedArrayHelper.GetSegmentSize<T>(), _length - _completed);