1 write to _textView
Microsoft.CodeAnalysis.EditorFeatures (1)
Tagging\AbstractAsynchronousTaggerProvider.TagSource.cs (1)
146_textView = textView;
9 references to _textView
Microsoft.CodeAnalysis.EditorFeatures (9)
Tagging\AbstractAsynchronousTaggerProvider.TagSource.cs (6)
223if (_textView == null) 229_textView.Caret.PositionChanged += OnCaretPositionChanged; 242_dataSource.RemoveTagSource(_textView, _subjectBuffer); 259Contract.ThrowIfNull(_textView); 260_textView.Caret.PositionChanged -= OnCaretPositionChanged; 313var eventSource = _dataSource.CreateEventSource(_textView, _subjectBuffer);
Tagging\AbstractAsynchronousTaggerProvider.TagSource_ProduceTags.cs (3)
41var caret = _dataSource.GetCaretPoint(_textView, _subjectBuffer); 406var caretPosition = _dataSource.GetCaretPoint(_textView, _subjectBuffer); 409if (!_dataSource.TryAddSpansToTag(_textView, _subjectBuffer, ref spansToTag.AsRef()))