1 write to _textView
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
121_textView = textViewHost.TextView;
6 references to _textView
Microsoft.VisualStudio.LanguageServices.CSharp (6)
SemanticSearch\SemanticSearchToolWindowImpl.cs (6)
424Contract.ThrowIfNull(_textView); 426var textSnapshot = _textView.TextBuffer.CurrentSnapshot; 429_textView.Selection.Select(snapshotSpan, isReversed: false); 430_textView.ViewScroller.EnsureSpanVisible(snapshotSpan, EnsureSpanVisibleOptions.AlwaysCenter); 436_textView.Caret.MoveTo(snapshotSpan.Start); 438_textView.VisualElement.Focus();