1 write to _executeButton
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
150_executeButton = executeButton;
4 references to _executeButton
Microsoft.VisualStudio.LanguageServices.CSharp (4)
SemanticSearch\SemanticSearchToolWindowImpl.cs (4)
316Contract.ThrowIfNull(_executeButton); 318return !_executeButton.IsEnabled; 324Contract.ThrowIfNull(_executeButton); 330_executeButton.IsEnabled = !isExecuting;