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