1 write to _span
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Tagging\EventSources\TaggerEventSources.ViewSpanChangedEventSource.cs (1)
54
_span
= _textView.TextViewLines.FormattedSpan.Span;
2 references to _span
Microsoft.CodeAnalysis.EditorFeatures (2)
Shared\Tagging\EventSources\TaggerEventSources.ViewSpanChangedEventSource.cs (2)
53
var lastSpan =
_span
;
56
if (
_span
!= lastSpan)