1 write to filteredAttributes_
Aspire.Dashboard (1)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (1)
5766
filteredAttributes_
= other.filteredAttributes_.Clone();
10 references to filteredAttributes_
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (10)
5766
filteredAttributes_ = other.
filteredAttributes_
.Clone();
5801
get { return
filteredAttributes_
; }
5944
if(!
filteredAttributes_
.Equals(other.
filteredAttributes_
)) return false;
5958
hash ^=
filteredAttributes_
.GetHashCode();
6034
filteredAttributes_
.WriteTo(ref output, _repeated_filteredAttributes_codec);
6045
size +=
filteredAttributes_
.CalculateSize(_repeated_filteredAttributes_codec);
6073
filteredAttributes_
.Add(other.
filteredAttributes_
);
6175
filteredAttributes_
.AddEntriesFrom(ref input, _repeated_filteredAttributes_codec);