2 writes to Scope
Stress.TelemetryService (2)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (2)
775
Scope
= new global::OpenTelemetry.Proto.Common.V1.InstrumentationScope();
838
Scope
= new global::OpenTelemetry.Proto.Common.V1.InstrumentationScope();
8 references to Scope
Stress.TelemetryService (8)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (8)
685
if (!object.Equals(
Scope
, other.
Scope
)) return false;
695
if (scope_ != null) hash ^=
Scope
.GetHashCode();
737
output.WriteMessage(
Scope
);
755
size += 1 + pb::CodedOutputStream.ComputeMessageSize(
Scope
);
777
Scope
.MergeFrom(other.
Scope
);
840
input.ReadMessage(
Scope
);