1 write to _interactiveWindow
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
InProcess\InteractiveWindow_InProc.cs (1)
50_interactiveWindow = AcquireInteractiveWindow();
13 references to _interactiveWindow
Microsoft.VisualStudio.IntegrationTest.Utilities (13)
InProcess\InteractiveWindow_InProc.cs (13)
52Contract.ThrowIfNull(_interactiveWindow); 59Contract.ThrowIfNull(_interactiveWindow); 60return InvokeOnUIThread(cancellationToken => _interactiveWindow.TextView.TextBuffer.CurrentSnapshot.GetText()); 65Contract.ThrowIfNull(_interactiveWindow); 66return InvokeOnUIThread(cancellationToken => _interactiveWindow.TextView) is object; 71Contract.ThrowIfNull(_interactiveWindow); 72return InvokeOnUIThread(cancellationToken => _interactiveWindow.TextView); 178Contract.ThrowIfNull(_interactiveWindow); 181_interactiveWindow.SubmitAsync(new[] { text }).WithCancellation(cts.Token).Wait(); 217Contract.ThrowIfNull(_interactiveWindow); 218InvokeOnUIThread(cancellationToken => _interactiveWindow.InsertCode(text)); 262Contract.ThrowIfNull(_interactiveWindow); 263return InvokeOnUIThread(cancellationToken => _interactiveWindow.TextView.TextBuffer);