1 write to _textView
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Tagging\EventSources\TaggerEventSources.ViewSpanChangedEventSource.cs (1)
26
_textView
= textView;
3 references to _textView
Microsoft.CodeAnalysis.EditorFeatures (3)
Shared\Tagging\EventSources\TaggerEventSources.ViewSpanChangedEventSource.cs (3)
32
_textView
.LayoutChanged += OnLayoutChanged;
38
_textView
.LayoutChanged -= OnLayoutChanged;
54
_span =
_textView
.TextViewLines.FormattedSpan.Span;