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)
334
Contract.ThrowIfNull(
_executeButton
);
336
return !
_executeButton
.IsEnabled;
342
Contract.ThrowIfNull(
_executeButton
);
348
_executeButton
.IsEnabled = !isExecuting;