2 writes to _lazyLogOutputPane
Microsoft.VisualStudio.LanguageServices.CSharp (2)
SemanticSearch\SemanticSearchToolWindowImpl.cs (2)
536if (outputWindow.GetPane(ref guid, out _lazyLogOutputPane) != VSConstants.S_OK || _lazyLogOutputPane == null) 539outputWindow.GetPane(ref guid, out _lazyLogOutputPane);
4 references to _lazyLogOutputPane
Microsoft.VisualStudio.LanguageServices.CSharp (4)
SemanticSearch\SemanticSearchToolWindowImpl.cs (4)
527if (_lazyLogOutputPane != null) 528return _lazyLogOutputPane; 536if (outputWindow.GetPane(ref guid, out _lazyLogOutputPane) != VSConstants.S_OK || _lazyLogOutputPane == null) 542return _lazyLogOutputPane;