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