4 writes to Scope
Stress.TelemetryService (4)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
929
Scope
= new global::OpenTelemetry.Proto.Common.V1.InstrumentationScope();
992
Scope
= new global::OpenTelemetry.Proto.Common.V1.InstrumentationScope();
TelemetryStresser.cs (2)
54
Scope
= new InstrumentationScope
65
Scope
= null,
8 references to Scope
Stress.TelemetryService (8)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (8)
839
if (!object.Equals(
Scope
, other.
Scope
)) return false;
849
if (scope_ != null) hash ^=
Scope
.GetHashCode();
891
output.WriteMessage(
Scope
);
909
size += 1 + pb::CodedOutputStream.ComputeMessageSize(
Scope
);
931
Scope
.MergeFrom(other.
Scope
);
994
input.ReadMessage(
Scope
);