7 references to SegmentSize
Microsoft.Build.Framework (7)
SegmentedArray`1.cs (7)
83_items = new T[(length + SegmentSize - 1) >> SegmentShift][]; 86_items[i] = new T[SegmentSize]; 160_items[i].CopyTo(array, index + (i * SegmentSize)); 169collection.CopyTo(array, arrayIndex + (i * SegmentSize)); 248return index + i * SegmentSize; 263return index + i * SegmentSize; 434public static int SegmentSize => SegmentedArray<T>.SegmentSize;