1 write to _spanKind
Microsoft.VisualStudio.LanguageServices (1)
FindReferences\Entries\DocumentSpanEntry.cs (1)
68_spanKind = spanKind;
4 references to _spanKind
Microsoft.VisualStudio.LanguageServices (4)
FindReferences\Entries\DocumentSpanEntry.cs (4)
150var propertyId = _spanKind == HighlightSpanKind.Definition 152: _spanKind == HighlightSpanKind.WrittenReference 237SetHighlightSpan(_spanKind, clonedBuffer, excerpt.Value.MappedSpan); 246SetHighlightSpan(_spanKind, textBuffer, sourceSpan);