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