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