1 write to explicitBounds_
Aspire.Dashboard (1)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (1)
3435
explicitBounds_
= other.explicitBounds_.Clone();
10 references to explicitBounds_
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (10)
3435
explicitBounds_ = other.
explicitBounds_
.Clone();
3606
get { return
explicitBounds_
; }
3721
if(!
explicitBounds_
.Equals(other.
explicitBounds_
)) return false;
3739
hash ^=
explicitBounds_
.GetHashCode();
3821
explicitBounds_
.WriteTo(ref output, _repeated_explicitBounds_codec);
3860
size +=
explicitBounds_
.CalculateSize(_repeated_explicitBounds_codec);
3897
explicitBounds_
.Add(other.
explicitBounds_
);
4015
explicitBounds_
.AddEntriesFrom(ref input, _repeated_explicitBounds_codec);