1 write to Symbol
Microsoft.CodeAnalysis.Features (1)
Rename\SymbolicRenameInfo.cs (1)
54Symbol = symbol;
8 references to Symbol
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\AbstractEditorInlineRenameService.SymbolRenameInfo.cs (1)
56public ISymbol RenameSymbol => _info.Symbol!;
Microsoft.CodeAnalysis.Features (5)
Rename\SymbolicRenameInfo.cs (5)
26[MemberNotNullWhen(false, nameof(Symbol))] 73var nameWithoutAttribute = GetWithoutAttributeSuffix(this.Symbol.Name); 78if (this.Symbol.IsAttribute() || (this.Symbol is IAliasSymbol alias && alias.Target.IsAttribute())) 80if (HasAttributeSuffix(this.Symbol.Name))
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Rename\RenameHandler.cs (2)
59symbolicRenameInfo.Symbol, 65symbolicRenameInfo.Symbol, symbolicRenameInfo.GetFinalSymbolName(request.NewName), nonConflictSymbolKeys: default, cancellationToken).ConfigureAwait(false);