1 write to _spanKind
Microsoft.VisualStudio.LanguageServices (1)
FindReferences\Entries\DocumentSpanEntry.cs (1)
59_spanKind = spanKind;
4 references to _spanKind
Microsoft.VisualStudio.LanguageServices (4)
FindReferences\Entries\DocumentSpanEntry.cs (4)
107var propertyId = _spanKind == HighlightSpanKind.Definition 109: _spanKind == HighlightSpanKind.WrittenReference 195SetHighlightSpan(_spanKind, clonedBuffer, excerpt.Value.MappedSpan); 204SetHighlightSpan(_spanKind, textBuffer, sourceSpan);