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