4 references to HighlightSpan
Microsoft.CodeAnalysis.ExternalAccess.AspNetCore (1)
Internal\EmbeddedLanguages\AspNetCoreEmbeddedLanguageDocumentHighlighter.cs (1)
44
h.HighlightSpans.SelectAsArray(hs => new
HighlightSpan
(hs.TextSpan, ConvertKind(hs.Kind)))));
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Internal\DocumentHighlighting\FSharpDocumentHighlightsService.cs (1)
67
return highlightSpans.SelectAsArray(x => new
HighlightSpan
(x.TextSpan, FSharpHighlightSpanKindHelpers.ConvertTo(x.Kind)));
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);