1 write to _textView
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Tagging\EventSources\TaggerEventSources.ViewSpanChangedEventSource.cs (1)
25
_textView
= textView;
3 references to _textView
Microsoft.CodeAnalysis.EditorFeatures (3)
Shared\Tagging\EventSources\TaggerEventSources.ViewSpanChangedEventSource.cs (3)
31
_textView
.LayoutChanged += OnLayoutChanged;
37
_textView
.LayoutChanged -= OnLayoutChanged;
53
_span =
_textView
.TextViewLines.FormattedSpan.Span;