1 write to Symbol
Microsoft.CodeAnalysis.Features (1)
ChangeSignature\ChangeSignatureAnalyzedContext.cs (1)
25
Symbol
= symbol;
4 references to Symbol
Microsoft.CodeAnalysis.Features (4)
ChangeSignature\AbstractChangeSignatureService.cs (4)
206
return new ChangeSignatureResult(updatedSolution != null, updatedSolution, context.
Symbol
.ToDisplayString(), context.
Symbol
.GetGlyph(), options.PreviewChanges, confirmationMessage: confirmationMessage);
221
succeededContext.Document, succeededContext.PositionForTypeBinding, succeededContext.
Symbol
, succeededContext.ParameterConfiguration);
253
var declaredSymbol = context.
Symbol
;