1 write to _match
Microsoft.CodeAnalysis.Workspaces (1)
Differencing\Match.LongestCommonSubsequence.cs (1)
21
_match
= match;
2 references to _match
Microsoft.CodeAnalysis.Workspaces (2)
Differencing\Match.LongestCommonSubsequence.cs (2)
25
=>
_match
.Contains(oldSequence[oldIndex], newSequence[newIndex]);
43
yield return new Edit<TNode>(edit.Kind,
_match
.Comparer,