1 write to _window
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
552
_window
= window;
4 references to _window
Microsoft.VisualStudio.LanguageServices.CSharp (4)
SemanticSearch\SemanticSearchToolWindowImpl.cs (4)
566
if (!
_window
.IsExecutingUIState())
568
_window
.RunQuery();
575
if (
_window
.IsExecutingUIState())
577
_window
.CancelQuery();