1 write to Array
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Dependencies\Collections\Internal\SegmentedArraySegment`1.cs (1)
15Array = array;
3 references to Array
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (3)
src\Dependencies\Collections\Internal\SegmentedArraySegment`1.cs (3)
27return ref Array[index + Start]; 36return new SegmentedArraySegment<T>(Array, Start + start, Length - start); 49return new SegmentedArraySegment<T>(Array, Start + start, length);