2 writes to DroppedLinksCount
Stress.TelemetryService (2)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (2)
1473DroppedLinksCount = other.DroppedLinksCount; 1635DroppedLinksCount = input.ReadUInt32();
10 references to DroppedLinksCount
Stress.TelemetryService (10)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (10)
1224if (DroppedLinksCount != other.DroppedLinksCount) return false; 1246if (DroppedLinksCount != 0) hash ^= DroppedLinksCount.GetHashCode(); 1370if (DroppedLinksCount != 0) { 1372output.WriteUInt32(DroppedLinksCount); 1421if (DroppedLinksCount != 0) { 1422size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DroppedLinksCount); 1472if (other.DroppedLinksCount != 0) { 1473DroppedLinksCount = other.DroppedLinksCount;