1 instantiation of ResourceViewPropertiesComparer
Aspire.Dashboard (1)
Otlp\Storage\SqliteTelemetryRepository.Resources.cs (1)
122
public static readonly ResourceViewPropertiesComparer Instance =
new
();
2 references to ResourceViewPropertiesComparer
Aspire.Dashboard (2)
Otlp\Storage\SqliteTelemetryRepository.Caching.cs (1)
765
public Dictionary<KeyValuePair<string, string>[], CachedResourceView> ViewsByProperties { get; } = new(
ResourceViewPropertiesComparer
.Instance);
Otlp\Storage\SqliteTelemetryRepository.Resources.cs (1)
122
public static readonly
ResourceViewPropertiesComparer
Instance = new();