2 writes to DroppedAttributesCount
Stress.TelemetryService (2)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (2)
2285DroppedAttributesCount = other.DroppedAttributesCount; 2362DroppedAttributesCount = input.ReadUInt32();
10 references to DroppedAttributesCount
Stress.TelemetryService (10)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (10)
2164if (DroppedAttributesCount != other.DroppedAttributesCount) return false; 2176if (DroppedAttributesCount != 0) hash ^= DroppedAttributesCount.GetHashCode(); 2235if (DroppedAttributesCount != 0) { 2237output.WriteUInt32(DroppedAttributesCount); 2259if (DroppedAttributesCount != 0) { 2260size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DroppedAttributesCount); 2284if (other.DroppedAttributesCount != 0) { 2285DroppedAttributesCount = other.DroppedAttributesCount;