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