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)
507Contract.ThrowIfNull(_textView); 509var textSnapshot = _textView.TextBuffer.CurrentSnapshot; 512_textView.Selection.Select(snapshotSpan, isReversed: false); 513_textView.ViewScroller.EnsureSpanVisible(snapshotSpan, EnsureSpanVisibleOptions.AlwaysCenter); 519_textView.Caret.MoveTo(snapshotSpan.Start); 521_textView.VisualElement.Focus();