1 write to Start
Microsoft.Build (1)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Internal\SegmentedArraySegment`1.cs (1)
18
Start
= start;
3 references to Start
Microsoft.Build (3)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Internal\SegmentedArraySegment`1.cs (3)
29
return ref Array[index +
Start
];
38
return new SegmentedArraySegment<T>(Array,
Start
+ start, Length - start);
51
return new SegmentedArraySegment<T>(Array,
Start
+ start, length);