2 writes to _addedParameterWithoutTypeSymbol
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
ChangeSignature\AddedParameterOrExistingIndex.cs (2)
25_addedParameterWithoutTypeSymbol = null; 33_addedParameterWithoutTypeSymbol = addedParameterWithoutTypeSymbol;
7 references to _addedParameterWithoutTypeSymbol
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (7)
ChangeSignature\AddedParameterOrExistingIndex.cs (7)
60=> IsExisting ? OldIndex.ToString() : (_addedParameterWithoutTypeSymbol?.ToString() ?? string.Empty); 80_addedParameterWithoutTypeSymbol!.TypeName, 81_addedParameterWithoutTypeSymbol.Name, 82_addedParameterWithoutTypeSymbol.CallSiteKind, 83_addedParameterWithoutTypeSymbol.CallSiteValue, 84_addedParameterWithoutTypeSymbol.IsRequired, 85_addedParameterWithoutTypeSymbol.DefaultValue);