3 references to TryOnBeforeGlobalSymbolRenamed
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\AbstractEditorInlineRenameService.SymbolRenameInfo.cs (1)
143
return _refactorNotifyServices.
TryOnBeforeGlobalSymbolRenamed
(workspace, changedDocumentIDs, RenameSymbol,
RenameTracking\RenameTrackingTaggerProvider.RenameTrackingCommitter.cs (1)
149
if (!_refactorNotifyServices.
TryOnBeforeGlobalSymbolRenamed
(workspace, changedDocuments, renameTrackingSolutionSet.Symbol, newName, throwOnFailure: false))
Microsoft.VisualStudio.LanguageServices (1)
Venus\ContainedLanguageCodeSupport.cs (1)
337
refactorNotifyServices.
TryOnBeforeGlobalSymbolRenamed
(workspace, changedDocuments, symbol, newName, throwOnFailure: true);