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)
39if (_oldIndex == -1) 56public int OldIndex => _oldIndex; 65return _oldIndex == other._oldIndex 73=> Hash.Combine(_oldIndex, _newIndex); 81return result + " (" + _oldIndex + ")"; 87return result + " (" + _oldIndex + " -> " + _newIndex + ")";