1 write to _action
Microsoft.VisualStudio.LanguageServices (1)
Utilities\DelegateCommand.cs (1)
31
_action
= action;
1 reference to _action
Microsoft.VisualStudio.LanguageServices (1)
Utilities\DelegateCommand.cs (1)
46
public void Execute(object parameter) =>
_action
(parameter);