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