1 write to _textView
Microsoft.CodeAnalysis.EditorFeatures (1)
Tagging\AbstractAsynchronousTaggerProvider.TagSource.cs (1)
152_textView = textView;
9 references to _textView
Microsoft.CodeAnalysis.EditorFeatures (9)
Tagging\AbstractAsynchronousTaggerProvider.TagSource.cs (6)
231if (_textView == null) 237_textView.Caret.PositionChanged += OnCaretPositionChanged; 250_dataSource.RemoveTagSource(_textView, _subjectBuffer); 267Contract.ThrowIfNull(_textView); 268_textView.Caret.PositionChanged -= OnCaretPositionChanged; 321var 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()))