2 implementations of IIncompatibleProjectNotifier
Microsoft.VisualStudio.LanguageServices.Razor (1)
LanguageClient\Cohost\IncompatibleProjectNotifier.cs (1)
23ILoggerFactory loggerFactory) : IIncompatibleProjectNotifier, IProjectCapabilityListener
Microsoft.VisualStudioCode.RazorExtension (1)
Services\IncompatibleProjectNotifier.cs (1)
21ILoggerFactory loggerFactory) : IIncompatibleProjectNotifier
6 references to IIncompatibleProjectNotifier
Microsoft.VisualStudio.LanguageServices.Razor (3)
LanguageClient\Cohost\IncompatibleProjectNotifier.cs (1)
19[Export(typeof(IIncompatibleProjectNotifier))]
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\IncompatibleProjectService.cs (2)
18internal sealed class IncompatibleProjectService(IIncompatibleProjectNotifier incompatibleProjectNotifier) : IIncompatibleProjectService 20private readonly IIncompatibleProjectNotifier _incompatibleProjectNotifier = incompatibleProjectNotifier;
Microsoft.VisualStudioCode.RazorExtension (3)
Services\IncompatibleProjectNotifier.cs (1)
17[Export(typeof(IIncompatibleProjectNotifier))]
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\IncompatibleProjectService.cs (2)
18internal sealed class IncompatibleProjectService(IIncompatibleProjectNotifier incompatibleProjectNotifier) : IIncompatibleProjectService 20private readonly IIncompatibleProjectNotifier _incompatibleProjectNotifier = incompatibleProjectNotifier;