2 writes to DroppedAttributesCount
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (2)
1933DroppedAttributesCount = other.DroppedAttributesCount; 2002DroppedAttributesCount = input.ReadUInt32();
10 references to DroppedAttributesCount
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (10)
1827if (DroppedAttributesCount != other.DroppedAttributesCount) return false; 1838if (DroppedAttributesCount != 0) hash ^= DroppedAttributesCount.GetHashCode(); 1889if (DroppedAttributesCount != 0) { 1891output.WriteUInt32(DroppedAttributesCount); 1910if (DroppedAttributesCount != 0) { 1911size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DroppedAttributesCount); 1932if (other.DroppedAttributesCount != 0) { 1933DroppedAttributesCount = other.DroppedAttributesCount;