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