1 implementation of IDocumentExcerptService
Microsoft.VisualStudio.LanguageServices (1)
Venus\ContainedDocument.DocumentServiceProvider.cs (1)
128private sealed class DocumentExcerpter : IDocumentExcerptService
5 references to IDocumentExcerptService
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Host\DocumentService\DocumentExcerptHelper.cs (3)
23return document.DocumentServiceProvider.GetService<IDocumentExcerptService>() is not null; 34var excerptService = document.DocumentServiceProvider.GetService<IDocumentExcerptService>();
Workspace\Host\DocumentService\IDocumentExcerptService.cs (2)
58/// should be same document in <see cref="IDocumentExcerptService.TryExcerptAsync(Document, TextSpan, ExcerptMode, ClassificationOptions, CancellationToken)" /> 65/// should be same text span in <see cref="IDocumentExcerptService.TryExcerptAsync(Document, TextSpan, ExcerptMode, ClassificationOptions, CancellationToken)" />