1 instantiation of KeyValuePairComparer
Aspire.Dashboard.Tests (1)
tests\Shared\Telemetry\InMemoryTelemetryRepository.cs (1)
2774public static readonly KeyValuePairComparer Instance = new();
2 references to KeyValuePairComparer
Aspire.Dashboard.Tests (2)
tests\Shared\Telemetry\InMemoryTelemetryRepository.cs (2)
2673Array.Sort(pointAttributes, KeyValuePairComparer.Instance); 2774public static readonly KeyValuePairComparer Instance = new();