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