1 write to _cancelButton
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
160
_cancelButton
= cancelButton;
2 references to _cancelButton
Microsoft.VisualStudio.LanguageServices.CSharp (2)
SemanticSearch\SemanticSearchToolWindowImpl.cs (2)
325
Contract.ThrowIfNull(
_cancelButton
);
331
_cancelButton
.IsEnabled = isExecuting;