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