1 instantiation of CommandToSave
Aspire.Dashboard (1)
ServiceClient\SqliteResourceRepository.Storage.cs (1)
74
commands.Add(
new
(resource.Name, ordinal, command, parameterJsonValue));
2 references to CommandToSave
Aspire.Dashboard (2)
ServiceClient\SqliteResourceRepository.Storage.cs (2)
62
var commands = new List<
CommandToSave
>();
243
private static void InsertCommands(SqliteConnection connection, IDbTransaction transaction, IReadOnlyList<
CommandToSave
> commands)