1 write to NewIndex
Microsoft.CodeAnalysis.Workspaces (1)
Differencing\SequenceEdit.cs (1)
26NewIndex = newIndex;
6 references to NewIndex
Microsoft.CodeAnalysis.Workspaces (6)
Differencing\SequenceEdit.cs (6)
41if (NewIndex == -1) 63&& NewIndex == other.NewIndex; 70=> Hash.Combine(OldIndex, NewIndex); 81return result + " (" + NewIndex + ")"; 84return result + " (" + OldIndex + " -> " + NewIndex + ")";