4 references to PooledSegmentMaxDepthThreshold
Microsoft.CodeAnalysis.Workspaces (4)
Differencing\LongestCommonSubsequence.cs (4)
20/// must be less than <see cref="VBuffer.PooledSegmentMaxDepthThreshold"/>. 22public const int MaxSequenceLengthForDistanceCalculation = VBuffer.PooledSegmentMaxDepthThreshold / 2; 72/// This threshold is achieved when <see cref="MaxDepth"/> is greater than <see cref="PooledSegmentMaxDepthThreshold"/> = sqrt(size_limit / sizeof(int)). 119=> MaxDepth > PooledSegmentMaxDepthThreshold;