1 write to _textView
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
138_textView = textViewHost.TextView;
6 references to _textView
Microsoft.VisualStudio.LanguageServices.CSharp (6)
SemanticSearch\SemanticSearchToolWindowImpl.cs (6)
506Contract.ThrowIfNull(_textView); 508var textSnapshot = _textView.TextBuffer.CurrentSnapshot; 511_textView.Selection.Select(snapshotSpan, isReversed: false); 512_textView.ViewScroller.EnsureSpanVisible(snapshotSpan, EnsureSpanVisibleOptions.AlwaysCenter); 518_textView.Caret.MoveTo(snapshotSpan.Start); 520_textView.VisualElement.Focus();