1 write to _refactorNotifyServices
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\AbstractEditorInlineRenameService.SymbolRenameInfo.cs (1)
64
_refactorNotifyServices
= refactorNotifyServices;
2 references to _refactorNotifyServices
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\AbstractEditorInlineRenameService.SymbolRenameInfo.cs (2)
144
return
_refactorNotifyServices
.TryOnBeforeGlobalSymbolRenamed(workspace, changedDocumentIDs, RenameSymbol,
150
return
_refactorNotifyServices
.TryOnAfterGlobalSymbolRenamed(workspace, changedDocumentIDs, RenameSymbol,