3 references to GetHighlightedSpans
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\ItemManager.CompletionListUpdater.cs (1)
606return patternMatchers.GetHighlightedSpans(matchResult.CompletionItem.GetEntireDisplayText(), CultureInfo.CurrentCulture)
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (2)
IntelliSense\CompletionRulesTests.vb (2)
69Dim highlightedSpans = helper.GetHighlightedSpans(item.GetEntireDisplayText(), culture) 87Dim highlightedSpans = helper.GetHighlightedSpans(item.GetEntireDisplayText(), culture)