1 instantiation of ScopeAttributesComparer
Aspire.Dashboard.Tests (1)
tests\Shared\Telemetry\InMemoryTelemetryRepository.cs (1)
2755public static readonly ScopeAttributesComparer Instance = new();
2 references to ScopeAttributesComparer
Aspire.Dashboard.Tests (2)
tests\Shared\Telemetry\InMemoryTelemetryRepository.cs (2)
2658public Dictionary<ReadOnlyMemory<KeyValuePair<string, string>>, DimensionScope> Dimensions { get; } = new(ScopeAttributesComparer.Instance); 2755public static readonly ScopeAttributesComparer Instance = new();