2 references to InteractiveWindowTestHost
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (2)
Interactive\Commands\InteractiveWindowCommandHandlerTestState.cs (1)
47TestHost = new InteractiveWindowTestHost(GetExportedValue<IInteractiveWindowFactoryService>());
Interactive\Commands\ResetInteractiveTests.cs (1)
80var testHost = new InteractiveWindowTestHost(workspace.ExportProvider.GetExportedValue<IInteractiveWindowFactoryService>());