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