1 write to _windowSearchHost
Microsoft.VisualStudio.LanguageServices (1)
DocumentOutline\DocumentOutlineView.xaml.cs (1)
73
_windowSearchHost
= windowSearchHostFactory.CreateWindowSearchHost(SearchHost);
4 references to _windowSearchHost
Microsoft.VisualStudio.LanguageServices (4)
DocumentOutline\DocumentOutlineView.xaml.cs (4)
74
_windowSearchHost
.SetupSearch(this);
89
if (
_windowSearchHost
is not null)
91
_windowSearchHost
.Activate();
115
_windowSearchHost
.TerminateSearch();