3 references to SegmentSize
Microsoft.CodeAnalysis.Workspaces (3)
src\Dependencies\Collections\Internal\SegmentedArrayHelper.cs (3)
40
_ => FallbackSegmentHelper<T>.
SegmentSize
,
199
public static readonly int SegmentShift = CalculateSegmentShift(
SegmentSize
);
200
public static readonly int OffsetMask = CalculateOffsetMask(
SegmentSize
);