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
8 references to IDocumentService
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Formatting\RazorLineFormattingOptionsTests.cs (1)
27public TService? GetService<TService>() where TService : class, IDocumentService
Microsoft.CodeAnalysis.ExternalAccess.Razor (1)
RazorDocumentServiceProviderWrapper.cs (1)
30public TService? GetService<TService>() where TService : class, 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)
102where TService : class, IDocumentService
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
TestDocumentServiceProvider.cs (1)
32public TService? GetService<TService>() where TService : class, IDocumentService
Microsoft.VisualStudio.LanguageServices (1)
Venus\ContainedDocument.DocumentServiceProvider.cs (1)
42public TService GetService<TService>() where TService : class, IDocumentService
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
Venus\DocumentService_IntegrationTests.vb (1)
251Public Function GetService(Of TService As {Class, IDocumentService})() As TService Implements IDocumentServiceProvider.GetService