3 writes to Unit
Stress.TelemetryService (3)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
1478Unit = other.Unit; 1617Unit = input.ReadString();
TelemetryStresser.cs (1)
99Unit = "Widget-<b>Bold</b>",
10 references to Unit
Stress.TelemetryService (10)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (10)
1310if (Unit != other.Unit) return false; 1326if (Unit.Length != 0) hash ^= Unit.GetHashCode(); 1401if (Unit.Length != 0) { 1403output.WriteString(Unit); 1441if (Unit.Length != 0) { 1442size += 1 + pb::CodedOutputStream.ComputeStringSize(Unit); 1477if (other.Unit.Length != 0) { 1478Unit = other.Unit;