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(
122
this.EditorOperations = GetService<IEditorOperationsFactoryService>().GetEditorOperations(
_textView
);
125
_textView
.Options.GlobalOptions.SetOptionValue(DefaultOptions.IndentStyleId, IndentingStyle.Smart);
139
get { return
_textView
; }