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)
78Debug.Assert(_vsInteractiveWindow == null); 82_vsInteractiveWindow.SetLanguage(LanguageServiceGuid, evaluator.ContentType); 84if (_vsInteractiveWindow is ToolWindowPane interactiveWindowPane) 92var window = _vsInteractiveWindow.InteractiveWindow; 125if (_vsInteractiveWindow == null) 130_vsInteractiveWindow.Show(focus); 132return _vsInteractiveWindow;