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