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