2 references to HighlightSpan
Microsoft.CodeAnalysis.Features (2)
DocumentHighlighting\AbstractDocumentHighlightsService.cs (1)
295
tagList.Add(span.Value.Document, new
HighlightSpan
(span.Value.SourceSpan, kind));
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexDocumentHighlighter.cs (1)
115
=>
new
(textSpan, HighlightSpanKind.None);