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