1 write to Kind
Microsoft.CodeAnalysis.Features (1)
DocumentHighlighting\IDocumentHighlightsService.cs (1)
34
Kind
= kind;
2 references to Kind
Microsoft.CodeAnalysis.EditorFeatures (1)
ReferenceHighlighting\ReferenceHighlightingViewTaggerProvider.cs (1)
207
switch (span.
Kind
)
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Highlights\DocumentHighlightHandler.cs (1)
109
Kind = ProtocolConversions.HighlightSpanKindToDocumentHighlightKind(h.
Kind
),