2 instantiations of InteractiveWindowTestHost
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (2)
Interactive\Commands\InteractiveWindowCommandHandlerTestState.cs (1)
49
TestHost = new
InteractiveWindowTestHost
(GetExportedValue<IInteractiveWindowFactoryService>());
Interactive\Commands\ResetInteractiveTests.cs (1)
79
var testHost = new
InteractiveWindowTestHost
(workspace.ExportProvider.GetExportedValue<IInteractiveWindowFactoryService>());
2 references to InteractiveWindowTestHost
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (2)
Interactive\Commands\InteractiveWindowCommandHandlerTestState.cs (1)
30
public
InteractiveWindowTestHost
TestHost { get; }
Interactive\Commands\ResetInteractiveTests.cs (1)
79
var
testHost = new InteractiveWindowTestHost(workspace.ExportProvider.GetExportedValue<IInteractiveWindowFactoryService>());