3 interfaces inheriting from IDocumentService
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Host\DocumentService\IDocumentExcerptService.cs (1)
18internal interface IDocumentExcerptService : IDocumentService
Workspace\Host\DocumentService\IDocumentOperationService.cs (1)
13internal interface IDocumentOperationService : IDocumentService
Workspace\Host\DocumentService\ISpanMappingService.cs (1)
24internal interface ISpanMappingService : IDocumentService
1 implementation of IDocumentService
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\DocumentService\DocumentPropertiesService.cs (1)
10internal class DocumentPropertiesService : IDocumentService
3 references to IDocumentService
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Host\DocumentService\IDocumentServiceProvider.cs (1)
13TService? GetService<TService>() where TService : class, IDocumentService;
Workspace\Solution\DefaultTextDocumentServiceProvider.cs (1)
20public TService GetService<TService>() where TService : class, IDocumentService
Workspace\Solution\SourceGeneratedDocumentState.cs (1)
208where TService : class, IDocumentService