1 write to _textViewWindow
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
OutOfProcess\TextViewWindow_OutOfProc.Verifier.cs (1)
25
_textViewWindow
= textViewWindow;
24 references to _textViewWindow
Microsoft.VisualStudio.IntegrationTest.Utilities (24)
OutOfProcess\Editor_OutOfProc.Verifier.cs (13)
34
var lineText =
_textViewWindow
.GetCurrentLineText();
60
var lineText =
_textViewWindow
.GetCurrentLineText();
61
var lineTextBeforeCaret =
_textViewWindow
.GetLineTextBeforeCaret();
62
var lineTextAfterCaret =
_textViewWindow
.GetLineTextAfterCaret();
101
var editorText =
_textViewWindow
.GetText();
122
var editorText =
_textViewWindow
.GetText();
127
var caretPosition =
_textViewWindow
.GetCaretPosition();
134
var completionItems =
_textViewWindow
.GetCompletionItems();
144
var currentItem =
_textViewWindow
.GetCurrentCompletionItem();
150
var currentSignature =
_textViewWindow
.GetCurrentSignature();
158
var currentParameter =
_textViewWindow
.GetCurrentSignature().CurrentParameter;
168
var currentParameters =
_textViewWindow
.GetCurrentSignature().Parameters;
183
_textViewWindow
.VerifyDialog(dialogName, isOpen);
OutOfProcess\InteractiveWindow_OutOfProc.Verifier.cs (2)
26
var lastReplInput =
_textViewWindow
.GetLastReplInput();
32
var replText =
_textViewWindow
.GetReplText();
OutOfProcess\TextViewWindow_OutOfProc.Verifier.cs (9)
66
_textViewWindow
.ShowLightBulb();
67
_textViewWindow
.WaitForLightBulbSession();
75
var actions =
_textViewWindow
.GetLightBulbActions();
100
var result =
_textViewWindow
.ApplyLightBulbAction(applyFix, fixAllScope, blockUntilComplete);
116
if (
_textViewWindow
.IsLightBulbSessionExpanded())
127
var actualTokenTypes =
_textViewWindow
.GetCurrentClassifications();
135
var completionItems =
_textViewWindow
.GetCompletionItems();
144
var completionItems =
_textViewWindow
.GetCompletionItems();
153
var position =
_textViewWindow
.GetCaretPosition();