2 references to ExcerptResult
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Host\DocumentService\IDocumentExcerptService.cs (2)
21
/// return <see cref="
ExcerptResult
"/> of given <see cref="Document"/> and <see cref="TextSpan"/>
25
Task<
ExcerptResult
?> TryExcerptAsync(Document document, TextSpan span, ExcerptMode mode, ClassificationOptions classificationOptions, CancellationToken cancellationToken);