1 write to _metadataPublished
Aspire.Dashboard (1)
ServiceClient\DashboardRunStore.cs (1)
293
_metadataPublished
= true;
3 references to _metadataPublished
Aspire.Dashboard (3)
ServiceClient\DashboardRunStore.cs (3)
287
if (_metadataPath is null ||
_metadataPublished
)
306
if (!
_metadataPublished
|| _runsDirectory is null || !Directory.Exists(_runsDirectory))
390
if (
_metadataPublished
)