1 implementation of IUIContextActivationService
Microsoft.VisualStudio.LanguageServices (1)
Implementation\VisualStudioUIContextActivationService.cs (1)
17internal sealed class VisualStudioUIContextActivationService() : IUIContextActivationService
3 references to IUIContextActivationService
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (2)
Cohost\RazorStartupServiceFactory.cs (2)
24[Import(AllowDefault = true)] IUIContextActivationService? uIContextActivationService, 33IUIContextActivationService? uIContextActivationService,
Microsoft.VisualStudio.LanguageServices (1)
Implementation\VisualStudioUIContextActivationService.cs (1)
14[Export(typeof(IUIContextActivationService)), Shared]