3 references to FirstSegmentMaxDepth
Microsoft.CodeAnalysis.Workspaces (3)
Differencing\LongestCommonSubsequence.cs (3)
53
private const int FirstSegmentLength = (
FirstSegmentMaxDepth
+ 1) * (
FirstSegmentMaxDepth
+ 1) + 2;
87
MaxDepth =
FirstSegmentMaxDepth
;