2 writes to _textView
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
AbstractCommandHandlerTestState.cs (2)
75_textView = _createdTextView.TextView; 81_textView = cursorDocument.GetTextView();
7 references to _textView
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (7)
AbstractCommandHandlerTestState.cs (7)
76_subjectBuffer = _textView.TextBuffer; 85_textView.Caret.MoveTo( 97_textView.Selection.Mode = selectionSpanList.Length > 1 119_textView.Selection.Select( 125this.EditorOperations = GetService<IEditorOperationsFactoryService>().GetEditorOperations(_textView); 128_textView.Options.GlobalOptions.SetOptionValue(DefaultOptions.IndentStyleId, IndentingStyle.Smart); 142get { return _textView; }