1 implementation of TryOnAfterGlobalSymbolRenamed
Microsoft.VisualStudio.LanguageServices.Razor (1)
Rename\RazorRefactorNotifyService.cs (1)
27public bool TryOnAfterGlobalSymbolRenamed(CodeAnalysis.Workspace workspace, IEnumerable<DocumentId> changedDocumentIDs, ISymbol symbol, string newName, bool throwOnFailure)
1 reference to TryOnAfterGlobalSymbolRenamed
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
RazorRefactorNotifyWrapper.cs (1)
24return _implementation?.Value.TryOnAfterGlobalSymbolRenamed(workspace, changedDocumentIDs, symbol, newName, throwOnFailure) ?? true;