1 write to filteredAttributes_
Aspire.Dashboard (1)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (1)
5864
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)
5864
filteredAttributes_ = other.
filteredAttributes_
.Clone();
5899
get { return
filteredAttributes_
; }
6042
if(!
filteredAttributes_
.Equals(other.
filteredAttributes_
)) return false;
6056
hash ^=
filteredAttributes_
.GetHashCode();
6132
filteredAttributes_
.WriteTo(ref output, _repeated_filteredAttributes_codec);
6143
size +=
filteredAttributes_
.CalculateSize(_repeated_filteredAttributes_codec);
6171
filteredAttributes_
.Add(other.
filteredAttributes_
);
6273
filteredAttributes_
.AddEntriesFrom(ref input, _repeated_filteredAttributes_codec);