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