2 overrides of OpenInteractiveWindow
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Interactive\CSharpInteractiveCommandHandler.cs (1)
42protected override IInteractiveWindow OpenInteractiveWindow(bool focus)
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
Interactive\Commands\TestInteractiveCommandHandler.cs (1)
35protected override IInteractiveWindow OpenInteractiveWindow(bool focus)
2 references to OpenInteractiveWindow
Microsoft.CodeAnalysis.EditorFeatures (2)
Interactive\InteractiveCommandHandler.cs (2)
58var window = OpenInteractiveWindow(focus: false); 76var window = OpenInteractiveWindow(focus: true);