4 references to GetClassifiedDocumentSpanAsync
Microsoft.CodeAnalysis.Features (3)
FindUsages\AbstractFindUsagesService.ProgressAdapter.cs (1)
46
var documentSpan = await ClassifiedSpansAndHighlightSpanFactory.
GetClassifiedDocumentSpanAsync
(
FindUsages\IDefinitionsAndReferencesFactory.cs (2)
206
return await ClassifiedSpansAndHighlightSpanFactory.
GetClassifiedDocumentSpanAsync
(documentSpan.Document, documentSpan.SourceSpan, options.ClassificationOptions, cancellationToken).ConfigureAwait(false);
259
var documentSpan = await ClassifiedSpansAndHighlightSpanFactory.
GetClassifiedDocumentSpanAsync
(
Microsoft.VisualStudio.LanguageServices (1)
ValueTracking\ValueTrackedTreeItemViewModel.cs (1)
108
var documentSpan = await ClassifiedSpansAndHighlightSpanFactory.
GetClassifiedDocumentSpanAsync
(document, item.Span, options, cancellationToken).ConfigureAwait(false);