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