1 write to NewIndex
Microsoft.CodeAnalysis.Workspaces (1)
Differencing\SequenceEdit.cs (1)
26NewIndex = newIndex;
10 references to NewIndex
Microsoft.CodeAnalysis.Workspaces (10)
Differencing\MapBasedLongestCommonSubsequence.cs (2)
21edit.NewIndex >= 0 ? newNodes[edit.NewIndex] : default!);
Differencing\Match.LongestCommonSubsequence.cs (2)
45edit.NewIndex >= 0 ? newNodes[edit.NewIndex] : default);
Differencing\SequenceEdit.cs (6)
41if (NewIndex == -1) 63&& NewIndex == other.NewIndex; 70=> Hash.Combine(OldIndex, NewIndex); 81return result + " (" + NewIndex + ")"; 84return result + " (" + OldIndex + " -> " + NewIndex + ")";