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)
52
Contract.ThrowIfNull(
_interactiveWindow
);
59
Contract.ThrowIfNull(
_interactiveWindow
);
60
return InvokeOnUIThread(cancellationToken =>
_interactiveWindow
.TextView.TextBuffer.CurrentSnapshot.GetText());
65
Contract.ThrowIfNull(
_interactiveWindow
);
66
return InvokeOnUIThread(cancellationToken =>
_interactiveWindow
.TextView) is object;
71
Contract.ThrowIfNull(
_interactiveWindow
);
72
return InvokeOnUIThread(cancellationToken =>
_interactiveWindow
.TextView);
178
Contract.ThrowIfNull(
_interactiveWindow
);
181
_interactiveWindow
.SubmitAsync(new[] { text }).WithCancellation(cts.Token).Wait();
217
Contract.ThrowIfNull(
_interactiveWindow
);
218
InvokeOnUIThread(cancellationToken =>
_interactiveWindow
.InsertCode(text));
262
Contract.ThrowIfNull(
_interactiveWindow
);
263
return InvokeOnUIThread(cancellationToken =>
_interactiveWindow
.TextView.TextBuffer);