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