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