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