3 references to Reference
Microsoft.CodeAnalysis.ExternalAccess.AspNetCore (1)
Internal\EmbeddedLanguages\AspNetCoreEmbeddedLanguageDocumentHighlighter.cs (1)
56
AspNetCoreHighlightSpanKind.Reference => HighlightSpanKind.
Reference
,
Microsoft.CodeAnalysis.Features (2)
DocumentHighlighting\AbstractDocumentHighlightsService.cs (2)
267
var referenceKind = referenceLocation.IsWrittenTo ? HighlightSpanKind.WrittenReference : HighlightSpanKind.
Reference
;
275
await AddLocationSpanAsync(location, solution, spanSet, tagMap, HighlightSpanKind.
Reference
, cancellationToken).ConfigureAwait(false);