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