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)
150
var propertyId =
_spanKind
== HighlightSpanKind.Definition
152
:
_spanKind
== HighlightSpanKind.WrittenReference
237
SetHighlightSpan(
_spanKind
, clonedBuffer, excerpt.Value.MappedSpan);
246
SetHighlightSpan(
_spanKind
, textBuffer, sourceSpan);