1 write to _oldIndex
Microsoft.CodeAnalysis.Workspaces (1)
Differencing\SequenceEdit.cs (1)
28
_oldIndex
= oldIndex;
7 references to _oldIndex
Microsoft.CodeAnalysis.Workspaces (7)
Differencing\SequenceEdit.cs (7)
39
if (
_oldIndex
== -1)
56
public int OldIndex =>
_oldIndex
;
65
return
_oldIndex
== other.
_oldIndex
73
=> Hash.Combine(
_oldIndex
, _newIndex);
81
return result + " (" +
_oldIndex
+ ")";
87
return result + " (" +
_oldIndex
+ " -> " + _newIndex + ")";