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