2 writes to DroppedAttributesCount
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (2)
1465DroppedAttributesCount = other.DroppedAttributesCount; 1619DroppedAttributesCount = input.ReadUInt32();
10 references to DroppedAttributesCount
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (10)
1220if (DroppedAttributesCount != other.DroppedAttributesCount) return false; 1242if (DroppedAttributesCount != 0) hash ^= DroppedAttributesCount.GetHashCode(); 1360if (DroppedAttributesCount != 0) { 1362output.WriteUInt32(DroppedAttributesCount); 1413if (DroppedAttributesCount != 0) { 1414size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DroppedAttributesCount); 1464if (other.DroppedAttributesCount != 0) { 1465DroppedAttributesCount = other.DroppedAttributesCount;