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