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)
34var lineText = _textViewWindow.GetCurrentLineText(); 60var lineText = _textViewWindow.GetCurrentLineText(); 61var lineTextBeforeCaret = _textViewWindow.GetLineTextBeforeCaret(); 62var lineTextAfterCaret = _textViewWindow.GetLineTextAfterCaret(); 101var editorText = _textViewWindow.GetText(); 122var editorText = _textViewWindow.GetText(); 127var caretPosition = _textViewWindow.GetCaretPosition(); 134var completionItems = _textViewWindow.GetCompletionItems(); 144var currentItem = _textViewWindow.GetCurrentCompletionItem(); 150var currentSignature = _textViewWindow.GetCurrentSignature(); 158var currentParameter = _textViewWindow.GetCurrentSignature().CurrentParameter; 168var currentParameters = _textViewWindow.GetCurrentSignature().Parameters; 183_textViewWindow.VerifyDialog(dialogName, isOpen);
OutOfProcess\InteractiveWindow_OutOfProc.Verifier.cs (2)
26var lastReplInput = _textViewWindow.GetLastReplInput(); 32var replText = _textViewWindow.GetReplText();
OutOfProcess\TextViewWindow_OutOfProc.Verifier.cs (9)
66_textViewWindow.ShowLightBulb(); 67_textViewWindow.WaitForLightBulbSession(); 75var actions = _textViewWindow.GetLightBulbActions(); 100var result = _textViewWindow.ApplyLightBulbAction(applyFix, fixAllScope, blockUntilComplete); 116if (_textViewWindow.IsLightBulbSessionExpanded()) 127var actualTokenTypes = _textViewWindow.GetCurrentClassifications(); 135var completionItems = _textViewWindow.GetCompletionItems(); 144var completionItems = _textViewWindow.GetCompletionItems(); 153var position = _textViewWindow.GetCaretPosition();