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);