2 references to GetReplText
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
OutOfProcess\InteractiveWindow_OutOfProc.Verifier.cs (1)
32
var replText = _textViewWindow.
GetReplText
();
Microsoft.VisualStudio.LanguageServices.IntegrationTests (1)
CSharp\CSharpInteractive.cs (1)
111
Assert.EndsWith("#help", VisualStudio.InteractiveWindow.
GetReplText
());