3 writes to Summary
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (3)
1150Summary = other.Summary.Clone(); 1507Summary = new global::OpenTelemetry.Proto.Metrics.V1.Summary(); 1662Summary = subBuilder;
10 references to Summary
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (10)
1150Summary = other.Summary.Clone(); 1315if (!object.Equals(Summary, other.Summary)) return false; 1331if (dataCase_ == DataOneofCase.Summary) hash ^= Summary.GetHashCode(); 1423output.WriteMessage(Summary); 1457size += 1 + pb::CodedOutputStream.ComputeMessageSize(Summary); 1506if (Summary == null) { 1509Summary.MergeFrom(other.Summary); 1659subBuilder.MergeFrom(Summary);