1 write to _executeButton
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
167_executeButton = executeButton;
4 references to _executeButton
Microsoft.VisualStudio.LanguageServices.CSharp (4)
SemanticSearch\SemanticSearchToolWindowImpl.cs (4)
333Contract.ThrowIfNull(_executeButton); 335return !_executeButton.IsEnabled; 341Contract.ThrowIfNull(_executeButton); 347_executeButton.IsEnabled = !isExecuting;