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