7 references to SegmentSize
Microsoft.CodeAnalysis.Collections.Package (7)
SegmentedArray`1.cs (7)
80_items = new T[(length + SegmentSize - 1) >> SegmentShift][]; 83_items[i] = new T[SegmentSize]; 157_items[i].CopyTo(array, index + (i * SegmentSize)); 166collection.CopyTo(array, arrayIndex + (i * SegmentSize)); 245return index + i * SegmentSize; 260return index + i * SegmentSize; 421public static int SegmentSize => SegmentedArray<T>.SegmentSize;