1 write to _window
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
518
_window
= window;
4 references to _window
Microsoft.VisualStudio.LanguageServices.CSharp (4)
SemanticSearch\SemanticSearchToolWindowImpl.cs (4)
532
if (!
_window
.IsExecutingUIState())
534
_window
.RunQuery();
541
if (
_window
.IsExecutingUIState())
543
_window
.CancelQuery();