7 references to ReplPromptText
Microsoft.VisualStudio.IntegrationTest.Utilities (7)
InProcess\InteractiveWindow_InProc.cs (7)
83var lastPromptIndex = replText.LastIndexOf(ReplPromptText); 104var lastPromptIndex = replText.LastIndexOf(ReplPromptText); 114else if (!replText.StartsWith(ReplPromptText)) 138var lastPromptIndex = replText.LastIndexOf(ReplPromptText); 139replText = replText[(lastPromptIndex + ReplPromptText.Length)..]; 207=> WaitForPredicate(GetReplText, ReplPromptText, s_endsWith, "end with"); 210=> WaitForPredicate(GetReplText, outputText + Environment.NewLine + ReplPromptText, s_endsWith, "end with");