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