1 instantiation of Entry
Aspire.Dashboard (1)
ServiceClient\DashboardDataSourcePool.cs (1)
93entry = new Entry(database, runLease);
5 references to Entry
Aspire.Dashboard (5)
ServiceClient\DashboardDataSourcePool.cs (5)
18private readonly Dictionary<string, Entry> _entries = new(s_pathComparer); 81if (!_entries.TryGetValue(databasePath, out var entry)) 154private void Release(Entry entry) 183foreach (var entry in _entries.Values) 192private static void DisposeEntry(Entry entry)