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]); 43yield return new Edit<TNode>(edit.Kind, _match.Comparer,