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)
107
var propertyId =
_spanKind
== HighlightSpanKind.Definition
109
:
_spanKind
== HighlightSpanKind.WrittenReference
195
SetHighlightSpan(
_spanKind
, clonedBuffer, excerpt.Value.MappedSpan);
204
SetHighlightSpan(
_spanKind
, textBuffer, sourceSpan);