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