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