2 writes to _length
Microsoft.Build.Framework (2)
SegmentedArray.cs (2)
658
_length
= array.Length;
668
_length
= length;
2 references to _length
Microsoft.Build.Framework (2)
SegmentedArray.cs (2)
672
=> new((T[][])_array.SyncRoot, _offset,
_length
);
687
=> new((T[][])_enumerable._array.SyncRoot, _enumerable._offset, _enumerable.
_length
);