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)
316
Contract.ThrowIfNull(
_executeButton
);
318
return !
_executeButton
.IsEnabled;
324
Contract.ThrowIfNull(
_executeButton
);
330
_executeButton
.IsEnabled = !isExecuting;