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