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