2 writes to OldIndex
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
ChangeSignature\AddedParameterOrExistingIndex.cs (2)
23
OldIndex
= index;
31
OldIndex
= null;
1 reference to OldIndex
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
ChangeSignature\AddedParameterOrExistingIndex.cs (1)
60
=> IsExisting ?
OldIndex
.ToString() : (_addedParameterWithoutTypeSymbol?.ToString() ?? string.Empty);