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