2 writes to _array
Microsoft.CodeAnalysis (2)
src\Dependencies\Collections\SegmentedArray.cs (2)
662_array = array; 672_array = array;
2 references to _array
Microsoft.CodeAnalysis (2)
src\Dependencies\Collections\SegmentedArray.cs (2)
678=> new(SegmentedCollectionsMarshal.AsSegments(_array), _offset, _length); 693=> new(SegmentedCollectionsMarshal.AsSegments(_enumerable._array), _enumerable._offset, _enumerable._length);