1 write to _interactionService
aspire (1)
Commands\ConfigCommand.cs (1)
30_interactionService = interactionService;
4 references to _interactionService
aspire (4)
Commands\ConfigCommand.cs (4)
32var getCommand = new GetCommand(configurationService, _interactionService, features, updateNotifier); 33var setCommand = new SetCommand(configurationService, _interactionService, features, updateNotifier); 34var listCommand = new ListCommand(configurationService, _interactionService, features, updateNotifier); 35var deleteCommand = new DeleteCommand(configurationService, _interactionService, features, updateNotifier);