2 references to IRazorRefactorNotifyService
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (2)
RazorRefactorNotifyWrapper.cs (2)
17
[Import(AllowDefault = true)] Lazy<
IRazorRefactorNotifyService
>? implementation) : IRefactorNotifyService
19
private readonly Lazy<
IRazorRefactorNotifyService
>? _implementation = implementation;