5 references to GetReplText
Microsoft.VisualStudio.IntegrationTest.Utilities (5)
InProcess\InteractiveWindow_InProc.cs (4)
80var replText = GetReplText(); 137var replText = GetReplText(); 207=> WaitForPredicate(GetReplText, ReplPromptText, s_endsWith, "end with"); 210=> WaitForPredicate(GetReplText, outputText + Environment.NewLine + ReplPromptText, s_endsWith, "end with");
OutOfProcess\InteractiveWindow_OutOfProc.cs (1)
37=> _interactiveWindowInProc.GetReplText();