2 writes to DroppedEventsCount
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (2)
1469
DroppedEventsCount
= other.DroppedEventsCount;
1627
DroppedEventsCount
= input.ReadUInt32();
10 references to DroppedEventsCount
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (10)
1222
if (
DroppedEventsCount
!= other.
DroppedEventsCount
) return false;
1244
if (
DroppedEventsCount
!= 0) hash ^=
DroppedEventsCount
.GetHashCode();
1365
if (
DroppedEventsCount
!= 0) {
1367
output.WriteUInt32(
DroppedEventsCount
);
1417
if (
DroppedEventsCount
!= 0) {
1418
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(
DroppedEventsCount
);
1468
if (other.
DroppedEventsCount
!= 0) {
1469
DroppedEventsCount = other.
DroppedEventsCount
;