public override bool IsVisible(AsmEditorContext context) => ModuleSettingsCommand.CanExecute(context.Nodes);
protected override bool CanExecuteInternal(ILSpyTreeNode[] nodes) { return(ModuleSettingsCommand.CanExecute(nodes)); }