7 references to SegmentSize
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (7)
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (7)
82_items = new T[(length + SegmentSize - 1) >> SegmentShift][]; 85_items[i] = new T[SegmentSize]; 159_items[i].CopyTo(array, index + (i * SegmentSize)); 168collection.CopyTo(array, arrayIndex + (i * SegmentSize)); 247return index + i * SegmentSize; 262return index + i * SegmentSize; 423public static int SegmentSize => SegmentedArray<T>.SegmentSize;