1 write to _canExecute
Microsoft.VisualStudio.LanguageServices (1)
Utilities\DelegateCommand.cs (1)
30
_canExecute
= canExecute;
1 reference to _canExecute
Microsoft.VisualStudio.LanguageServices (1)
Utilities\DelegateCommand.cs (1)
36
var canExecute =
_canExecute
(parameter);