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