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)
42
public void Execute(object parameter) =>
_action
(parameter);