1 implementation of IRazorRefactorNotifyService
Microsoft.VisualStudio.LanguageServices.Razor (1)
Rename\RazorRefactorNotifyService.cs (1)
22ILoggerFactory loggerFactory) : IRazorRefactorNotifyService
3 references to IRazorRefactorNotifyService
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (2)
RazorRefactorNotifyWrapper.cs (2)
17[Import(AllowDefault = true)] Lazy<IRazorRefactorNotifyService>? implementation) : IRefactorNotifyService 19private readonly Lazy<IRazorRefactorNotifyService>? _implementation = implementation;
Microsoft.VisualStudio.LanguageServices.Razor (1)
Rename\RazorRefactorNotifyService.cs (1)
19[Export(typeof(IRazorRefactorNotifyService))]