1 write to _vsInteractiveWindow
Microsoft.VisualStudio.LanguageServices (1)
Interactive\VsInteractiveWindowProvider.cs (1)
96
_vsInteractiveWindow
= _vsInteractiveWindowFactory.Create(Id, instanceId, Title, evaluator, __VSCREATETOOLWIN.CTW_fForceCreate);
7 references to _vsInteractiveWindow
Microsoft.VisualStudio.LanguageServices (7)
Interactive\VsInteractiveWindowProvider.cs (7)
93
Debug.Assert(
_vsInteractiveWindow
== null);
97
_vsInteractiveWindow
.SetLanguage(LanguageServiceGuid, evaluator.ContentType);
99
if (
_vsInteractiveWindow
is ToolWindowPane interactiveWindowPane)
110
var window =
_vsInteractiveWindow
.InteractiveWindow;
135
if (
_vsInteractiveWindow
== null)
140
_vsInteractiveWindow
.Show(focus);
142
return
_vsInteractiveWindow
;