1 instantiation of PropertyToSave
Aspire.Dashboard (1)
ServiceClient\SqliteResourceRepository.Storage.cs (1)
67
properties.Add(
new
(resource.Name, ordinal, property));
2 references to PropertyToSave
Aspire.Dashboard (2)
ServiceClient\SqliteResourceRepository.Storage.cs (2)
61
var properties = new List<
PropertyToSave
>();
221
private static void InsertProperties(SqliteConnection connection, IDbTransaction transaction, IReadOnlyList<
PropertyToSave
> properties)