1 write to _vsInteractiveWindow
Microsoft.VisualStudio.LanguageServices (1)
Interactive\VsInteractiveWindowProvider.cs (1)
82
_vsInteractiveWindow
= _vsInteractiveWindowFactory.Create(Id, instanceId, Title, evaluator, __VSCREATETOOLWIN.CTW_fForceCreate);
7 references to _vsInteractiveWindow
Microsoft.VisualStudio.LanguageServices (7)
Interactive\VsInteractiveWindowProvider.cs (7)
79
Debug.Assert(
_vsInteractiveWindow
== null);
83
_vsInteractiveWindow
.SetLanguage(LanguageServiceGuid, evaluator.ContentType);
85
if (
_vsInteractiveWindow
is ToolWindowPane interactiveWindowPane)
93
var window =
_vsInteractiveWindow
.InteractiveWindow;
126
if (
_vsInteractiveWindow
== null)
131
_vsInteractiveWindow
.Show(focus);
133
return
_vsInteractiveWindow
;