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