1 write to _window
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
553
_window
= window;
4 references to _window
Microsoft.VisualStudio.LanguageServices.CSharp (4)
SemanticSearch\SemanticSearchToolWindowImpl.cs (4)
567
if (!
_window
.IsExecutingUIState())
569
_window
.RunQuery();
576
if (
_window
.IsExecutingUIState())
578
_window
.CancelQuery();