1 write to _textView
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Tagging\EventSources\TaggerEventSources.ViewSpanChangedEventSource.cs (1)
28
_textView
= textView;
3 references to _textView
Microsoft.CodeAnalysis.EditorFeatures (3)
Shared\Tagging\EventSources\TaggerEventSources.ViewSpanChangedEventSource.cs (3)
34
_textView
.LayoutChanged += OnLayoutChanged;
40
_textView
.LayoutChanged -= OnLayoutChanged;
56
_span =
_textView
.TextViewLines.FormattedSpan.Span;