1 implementation of IContentControlService
Microsoft.CodeAnalysis.EditorFeatures (1)
QuickInfo\ContentControlService.cs (1)
26
internal 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)
153
var
controlService = _excerptResult.Document.Project.Solution.Services.GetRequiredService<
IContentControlService
>();
183
var
controlService = document.Project.Solution.Services.GetRequiredService<
IContentControlService
>();