3 interfaces inheriting from IDocumentService
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Host\DocumentService\IDocumentExcerptService.cs (1)
16internal interface IDocumentExcerptService : IDocumentService
Workspace\Host\DocumentService\IDocumentOperationService.cs (1)
11internal interface IDocumentOperationService : IDocumentService
Workspace\Host\DocumentService\ISpanMappingService.cs (1)
22internal interface ISpanMappingService : IDocumentService
1 implementation of IDocumentService
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\DocumentService\DocumentPropertiesService.cs (1)
10internal class DocumentPropertiesService : IDocumentService
9 references to IDocumentService
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Formatting\RazorLineFormattingOptionsTests.cs (1)
26public TService? GetService<TService>() where TService : class, IDocumentService
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (3)
RazorDocumentServiceProviderWrapper.cs (3)
19private StrongBox<IDocumentService?>? _lazyDocumentPropertiesService; 30public TService? GetService<TService>() where TService : class, IDocumentService 68var documentPropertiesService = InterlockedOperations.Initialize(
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)
275where 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)
41public TService GetService<TService>() where TService : class, IDocumentService