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