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