20 references to IRefactorNotifyService
Microsoft.CodeAnalysis.EditorFeatures (20)
InlineRename\AbstractEditorInlineRenameService.cs (2)
16private readonly IEnumerable<IRefactorNotifyService> _refactorNotifyServices; 18protected AbstractEditorInlineRenameService(IEnumerable<IRefactorNotifyService> refactorNotifyServices)
InlineRename\AbstractEditorInlineRenameService.SymbolRenameInfo.cs (2)
34private readonly IEnumerable<IRefactorNotifyService> _refactorNotifyServices; 56IEnumerable<IRefactorNotifyService> refactorNotifyServices,
InlineRename\InlineRenameService.cs (2)
39[ImportMany] IEnumerable<IRefactorNotifyService> refactorNotifyServices, 46private readonly IEnumerable<IRefactorNotifyService> _refactorNotifyServices = refactorNotifyServices;
InlineRename\InlineRenameSession.cs (2)
48private readonly IEnumerable<IRefactorNotifyService> _refactorNotifyServices; 147IEnumerable<IRefactorNotifyService> refactorNotifyServices,
RenameTracking\RenameTrackingCodeRefactoringProvider.cs (2)
20private readonly IEnumerable<IRefactorNotifyService> _refactorNotifyServices; 26[ImportMany] IEnumerable<IRefactorNotifyService> refactorNotifyServices)
RenameTracking\RenameTrackingTaggerProvider.cs (1)
106IEnumerable<IRefactorNotifyService> refactorNotifyServices,
RenameTracking\RenameTrackingTaggerProvider.RenameTrackingCodeAction.cs (2)
29private readonly IEnumerable<IRefactorNotifyService> _refactorNotifyServices; 38IEnumerable<IRefactorNotifyService> refactorNotifyServices,
RenameTracking\RenameTrackingTaggerProvider.RenameTrackingCommitter.cs (2)
32private readonly IEnumerable<IRefactorNotifyService> _refactorNotifyServices; 40IEnumerable<IRefactorNotifyService> refactorNotifyServices,
RenameTracking\RenameTrackingTaggerProvider.StateMachine.cs (1)
288IEnumerable<IRefactorNotifyService> refactorNotifyServices,
Shared\Extensions\IRefactorNotifyServiceExtensions.cs (4)
12this IEnumerable<IRefactorNotifyService> refactorNotifyServices, 19foreach (var refactorNotifyService in refactorNotifyServices) 31this IEnumerable<IRefactorNotifyService> refactorNotifyServices, 38foreach (var refactorNotifyService in refactorNotifyServices)