2 references to AttributesEqual
Aspire.Dashboard (2)
Components\Controls\Chart\MetricInstrumentDataCache.cs (2)
48
var cachedDimension = cached.Dimensions.FirstOrDefault(dimension =>
AttributesEqual
(dimension.Attributes, refreshedDimension.Attributes));
49
var cursor = cursors.FirstOrDefault(cursor =>
AttributesEqual
(cursor.Attributes, refreshedDimension.Attributes));