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