1 write to _vsInteractiveWindow
Microsoft.VisualStudio.LanguageServices (1)
Interactive\VsInteractiveWindowProvider.cs (1)
81
_vsInteractiveWindow
= _vsInteractiveWindowFactory.Create(Id, instanceId, Title, evaluator, __VSCREATETOOLWIN.CTW_fForceCreate);
7 references to _vsInteractiveWindow
Microsoft.VisualStudio.LanguageServices (7)
Interactive\VsInteractiveWindowProvider.cs (7)
78
Debug.Assert(
_vsInteractiveWindow
== null);
82
_vsInteractiveWindow
.SetLanguage(LanguageServiceGuid, evaluator.ContentType);
84
if (
_vsInteractiveWindow
is ToolWindowPane interactiveWindowPane)
92
var window =
_vsInteractiveWindow
.InteractiveWindow;
125
if (
_vsInteractiveWindow
== null)
130
_vsInteractiveWindow
.Show(focus);
132
return
_vsInteractiveWindow
;