4 references to ExcerptResult
Microsoft.CodeAnalysis.ExternalAccess.Razor (1)
RazorDocumentExcerptServiceWrapper.cs (1)
36return new ExcerptResult(razorExcerpt.Content, razorExcerpt.MappedSpan, razorExcerpt.ClassifiedSpans, razorExcerpt.Document, razorExcerpt.Span);
Microsoft.VisualStudio.LanguageServices (2)
FindReferences\Contexts\AbstractTableDataSourceFindUsagesContext.cs (1)
407var excerptResult = new ExcerptResult(
Venus\ContainedDocument.DocumentServiceProvider.cs (1)
171return new ExcerptResult(content, spanOnContent, classifiedSpansOnContent, document, span);
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
Venus\DocumentService_IntegrationTests.vb (1)
326Return New ExcerptResult(mappedSource.GetSubText(line.Span), New TextSpan(mappedSpan.Start - line.Start, mappedSpan.Length), ImmutableArray.Create(New ClassifiedSpan(New TextSpan(0, line.Span.Length), ClassificationTypeNames.Text)), document, span)