1 write to OldIndex
Microsoft.CodeAnalysis.Workspaces (1)
Differencing\SequenceEdit.cs (1)
25
OldIndex
= oldIndex;
6 references to OldIndex
Microsoft.CodeAnalysis.Workspaces (6)
Differencing\SequenceEdit.cs (6)
36
if (
OldIndex
== -1)
62
return
OldIndex
== other.
OldIndex
70
=> Hash.Combine(
OldIndex
, NewIndex);
78
return result + " (" +
OldIndex
+ ")";
84
return result + " (" +
OldIndex
+ " -> " + NewIndex + ")";