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