1 write to Window
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
Interactive\InteractiveWindowTestHost.cs (1)
23Window = interactiveWindowFactory.CreateWindow(Evaluator);
9 references to Window
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (9)
Interactive\Commands\InteractiveWindowCommandHandlerTestState.cs (3)
34public ITextView WindowTextView => TestHost.Window.TextView; 36public ITextBuffer WindowCurrentLanguageBuffer => TestHost.Window.CurrentLanguageBuffer; 52TestHost.Window,
Interactive\Commands\ResetInteractiveTests.cs (2)
87var editorOptions = editorOptionsService.Factory.GetOptions(testHost.Window.CurrentLanguageBuffer); 106await resetInteractive.ExecuteAsync(testHost.Window, "Interactive C#");
Interactive\InteractiveWindowTestHost.cs (4)
24Window.InitializeAsync().Wait(); 29if (Window != null) 32Window.Evaluator?.Dispose(); 35Window.Dispose();