1 write to _metadataPath
Aspire.Dashboard (1)
ServiceClient\DashboardRunStore.cs (1)
137_metadataPath = Path.Combine(RunDirectory, "run.json");
2 references to _metadataPath
Aspire.Dashboard (2)
ServiceClient\DashboardRunStore.cs (2)
287if (_metadataPath is null || _metadataPublished) 411private void WriteMetadata(DashboardRunMetadata metadata) => WriteMetadata(metadata, _metadataPath!);