2 writes to _textView
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
AbstractCommandHandlerTestState.cs (2)
72_textView = _createdTextView.TextView; 78_textView = cursorDocument.GetTextView();
7 references to _textView
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (7)
AbstractCommandHandlerTestState.cs (7)
73_subjectBuffer = _textView.TextBuffer; 82_textView.Caret.MoveTo( 94_textView.Selection.Mode = selectionSpanList.Length > 1 116_textView.Selection.Select( 122this.EditorOperations = GetService<IEditorOperationsFactoryService>().GetEditorOperations(_textView); 125_textView.Options.GlobalOptions.SetOptionValue(DefaultOptions.IndentStyleId, IndentingStyle.Smart); 139get { return _textView; }