4 references to ToDistinctDictionary
Aspire.Dashboard (4)
Model\TelemetryExportService.cs (4)
770
? resource.Environment.Where(e => e.FromSpec).OrderBy(e => e.Name).
ToDistinctDictionary
(e => e.Name, e => e.Value)
773
? resource.HealthReports.OrderBy(h => h.Name).
ToDistinctDictionary
(
783
? resource.Properties.OrderBy(p => p.Key).
ToDistinctDictionary
(
792
.
ToDistinctDictionary
(