4 references to DocumentExcerptHelper
Microsoft.CodeAnalysis.Remote.Razor (2)
DocumentMapping\RemoteSpanMappingService.cs (2)
69
var excerptSpan =
DocumentExcerptHelper
.ChooseExcerptSpan(razorDocumentText, razorDocumentSpan, mode);
74
var classifiedSpans = await
DocumentExcerptHelper
.ClassifyPreviewAsync(
Microsoft.VisualStudio.LanguageServices.Razor (1)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\RazorSourceGeneratedDocumentExcerptService.cs (1)
50
var excerptText =
DocumentExcerptHelper
.GetTranslatedExcerptText(razorSourceText, ref razorDocumentSpan, ref excerptSpan, builder);
Microsoft.VisualStudioCode.RazorExtension (1)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\RazorSourceGeneratedDocumentExcerptService.cs (1)
50
var excerptText =
DocumentExcerptHelper
.GetTranslatedExcerptText(razorSourceText, ref razorDocumentSpan, ref excerptSpan, builder);