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)
44if (_newIndex == -1) 61public int NewIndex => _newIndex; 66&& _newIndex == other._newIndex; 73=> Hash.Combine(_oldIndex, _newIndex); 84return result + " (" + _newIndex + ")"; 87return result + " (" + _oldIndex + " -> " + _newIndex + ")";