4 references to ToDistinctDictionary
Aspire.Dashboard (4)
Model\TelemetryExportService.cs (4)
750
? resource.Environment.Where(e => e.FromSpec).OrderBy(e => e.Name).
ToDistinctDictionary
(e => e.Name, e => e.Value)
753
? resource.HealthReports.OrderBy(h => h.Name).
ToDistinctDictionary
(
763
? resource.Properties.OrderBy(p => p.Key).
ToDistinctDictionary
(
772
.
ToDistinctDictionary
(