5 references to ToDistinctDictionary
aspire (5)
Backchannel\ResourceSnapshotMapper.cs (5)
71
var healthReports = snapshot.HealthReports.OrderBy(h => h.Name).
ToDistinctDictionary
(
83
.
ToDistinctDictionary
(
87
var properties = snapshot.Properties.OrderBy(p => p.Key).
ToDistinctDictionary
(
119
.
ToDistinctDictionary
(
134
var stringProperties = snapshot.Properties.OrderBy(p => p.Key).
ToDistinctDictionary
(