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