1 write to _newIndex
Microsoft.CodeAnalysis.Workspaces (1)
Differencing\SequenceEdit.cs (1)
29
_newIndex
= newIndex;
7 references to _newIndex
Microsoft.CodeAnalysis.Workspaces (7)
Differencing\SequenceEdit.cs (7)
44
if (
_newIndex
== -1)
61
public int NewIndex =>
_newIndex
;
66
&&
_newIndex
== other.
_newIndex
;
73
=> Hash.Combine(_oldIndex,
_newIndex
);
84
return result + " (" +
_newIndex
+ ")";
87
return result + " (" + _oldIndex + " -> " +
_newIndex
+ ")";