2 writes to _array
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Dependencies\Collections\Segmented\SegmentedArray.cs (2)
664
_array
= array;
674
_array
= array;
2 references to _array
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Dependencies\Collections\Segmented\SegmentedArray.cs (2)
680
=> new(SegmentedCollectionsMarshal.AsSegments(
_array
), _offset, _length);
695
=> new(SegmentedCollectionsMarshal.AsSegments(_enumerable.
_array
), _enumerable._offset, _enumerable._length);