2 references to ExactMatchDistance
Microsoft.CodeAnalysis.Workspaces (2)
Differencing\Match.cs (2)
167
Debug.Assert(maxAcceptableDistance is >=
ExactMatchDistance
and <= MaxDistance);
251
if (distance ==
ExactMatchDistance
)