1 implementation of IDocumentExcerptService
Microsoft.VisualStudio.LanguageServices (1)
Venus\ContainedDocument.DocumentServiceProvider.cs (1)
128
private sealed class DocumentExcerpter :
IDocumentExcerptService
5 references to IDocumentExcerptService
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Host\DocumentService\DocumentExcerptHelper.cs (3)
23
return document.DocumentServiceProvider.GetService<
IDocumentExcerptService
>() is not null;
34
var
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)" />