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)
93Debug.Assert(_vsInteractiveWindow == null); 97_vsInteractiveWindow.SetLanguage(LanguageServiceGuid, evaluator.ContentType); 99if (_vsInteractiveWindow is ToolWindowPane interactiveWindowPane) 110var window = _vsInteractiveWindow.InteractiveWindow; 135if (_vsInteractiveWindow == null) 140_vsInteractiveWindow.Show(focus); 142return _vsInteractiveWindow;