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)
18Start = 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)
29return ref Array[index + Start]; 38return new SegmentedArraySegment<T>(Array, Start + start, Length - start); 51return new SegmentedArraySegment<T>(Array, Start + start, length);