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