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)
232if (_textView == null) 238_textView.Caret.PositionChanged += OnCaretPositionChanged; 251_dataSource.RemoveTagSource(_textView, _subjectBuffer); 268Contract.ThrowIfNull(_textView); 269_textView.Caret.PositionChanged -= OnCaretPositionChanged; 323var eventSource = _dataSource.CreateEventSource(_textView, _subjectBuffer);
Tagging\AbstractAsynchronousTaggerProvider.TagSource_ProduceTags.cs (3)
40var caret = _dataSource.GetCaretPoint(_textView, _subjectBuffer); 393var caretPosition = _dataSource.GetCaretPoint(_textView, _subjectBuffer); 396_dataSource.AddSpansToTag(_textView, _subjectBuffer, ref spansToTag.AsRef());