1 write to _metadataPublished
Aspire.Dashboard (1)
ServiceClient\DashboardRunStore.cs (1)
309
_metadataPublished
= true;
3 references to _metadataPublished
Aspire.Dashboard (3)
ServiceClient\DashboardRunStore.cs (3)
303
if (_metadataPath is null ||
_metadataPublished
)
322
if (!
_metadataPublished
|| _runsDirectory is null || !Directory.Exists(_runsDirectory))
413
if (
_metadataPublished
)