3 references to MaxDistance
Microsoft.CodeAnalysis.Workspaces (3)
Differencing\Match.cs (3)
154ComputeMatchForLabel(s1, s2, tiedToAncestor, MaxDistance); // any match 167Debug.Assert(maxAcceptableDistance is >= ExactMatchDistance and <= MaxDistance); 184var bestDistance = MaxDistance * 2;