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