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