2 references to Reference
Microsoft.CodeAnalysis.Features (2)
DocumentHighlighting\AbstractDocumentHighlightsService.cs (2)
257
var referenceKind = referenceLocation.IsWrittenTo ? HighlightSpanKind.WrittenReference : HighlightSpanKind.
Reference
;
265
await AddLocationSpanAsync(location, solution, spanSet, tagMap, HighlightSpanKind.
Reference
, cancellationToken).ConfigureAwait(false);