1 write to Array
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)
17
Array
= array;
3 references to Array
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);