3 references to GetLastReplInput
Microsoft.VisualStudio.IntegrationTest.Utilities (3)
InProcess\InteractiveWindow_InProc.cs (2)
228
=> WaitForPredicate(
GetLastReplInput
, outputText, s_equals, "is");
231
=> WaitForPredicate(
GetLastReplInput
, outputText, s_contains, "contain");
OutOfProcess\InteractiveWindow_OutOfProc.cs (1)
34
=> _interactiveWindowInProc.
GetLastReplInput
();