1 write to _lastCanExecute
Microsoft.VisualStudio.LanguageServices (1)
Utilities\DelegateCommand.cs (1)
35
_lastCanExecute
= canExecute;
1 reference to _lastCanExecute
Microsoft.VisualStudio.LanguageServices (1)
Utilities\DelegateCommand.cs (1)
33
if (canExecute !=
_lastCanExecute
)