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)
333
Contract.ThrowIfNull(
_executeButton
);
335
return !
_executeButton
.IsEnabled;
341
Contract.ThrowIfNull(
_executeButton
);
347
_executeButton
.IsEnabled = !isExecuting;