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