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