2 references to NewLineFollowedByReplSubmissionText
Microsoft.VisualStudio.IntegrationTest.Utilities (2)
InProcess\InteractiveWindow_InProc.cs (2)
108
var lastSubmissionIndex = replText.LastIndexOf(
NewLineFollowedByReplSubmissionText
);
141
var lastSubmissionTextIndex = replText.LastIndexOf(
NewLineFollowedByReplSubmissionText
);