1 write to TestHost
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
Interactive\Commands\InteractiveWindowCommandHandlerTestState.cs (1)
49TestHost = new InteractiveWindowTestHost(GetExportedValue<IInteractiveWindowFactoryService>());
4 references to TestHost
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (4)
Interactive\Commands\InteractiveWindowCommandHandlerTestState.cs (4)
34public ITextView WindowTextView => TestHost.Window.TextView; 36public ITextBuffer WindowCurrentLanguageBuffer => TestHost.Window.CurrentLanguageBuffer; 40public TestInteractiveEvaluator Evaluator => TestHost.Evaluator; 52TestHost.Window,