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)
79Debug.Assert(_vsInteractiveWindow == null); 83_vsInteractiveWindow.SetLanguage(LanguageServiceGuid, evaluator.ContentType); 85if (_vsInteractiveWindow is ToolWindowPane interactiveWindowPane) 93var window = _vsInteractiveWindow.InteractiveWindow; 126if (_vsInteractiveWindow == null) 131_vsInteractiveWindow.Show(focus); 133return _vsInteractiveWindow;