1 implementation of IContentControlService
Microsoft.CodeAnalysis.EditorFeatures (1)
QuickInfo\ContentControlService.cs (1)
26internal sealed partial class ContentControlService : IContentControlService
5 references to IContentControlService
Microsoft.CodeAnalysis.EditorFeatures (1)
QuickInfo\ContentControlService.cs (1)
25[ExportWorkspaceService(typeof(IContentControlService), layer: ServiceLayer.Editor), Shared]
Microsoft.VisualStudio.LanguageServices (4)
FindReferences\Entries\DocumentSpanEntry.cs (4)
153var controlService = _excerptResult.Document.Project.Solution.Services.GetRequiredService<IContentControlService>(); 183var controlService = document.Project.Solution.Services.GetRequiredService<IContentControlService>();