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