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