3 writes to DroppedEventsCount
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (2)
1571DroppedEventsCount = other.DroppedEventsCount; 1733DroppedEventsCount = input.ReadUInt32();
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
165span.DroppedEventsCount = json.DroppedEventsCount;
10 references to DroppedEventsCount
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (10)
1309if (DroppedEventsCount != other.DroppedEventsCount) return false; 1332if (DroppedEventsCount != 0) hash ^= DroppedEventsCount.GetHashCode(); 1457if (DroppedEventsCount != 0) { 1459output.WriteUInt32(DroppedEventsCount); 1516if (DroppedEventsCount != 0) { 1517size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DroppedEventsCount); 1570if (other.DroppedEventsCount != 0) { 1571DroppedEventsCount = other.DroppedEventsCount;