2 writes to PartialSuccess
Stress.TelemetryService (2)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\collector\logs\v1\LogsService.cs (2)
411PartialSuccess = new global::OpenTelemetry.Proto.Collector.Logs.V1.ExportLogsPartialSuccess(); 462PartialSuccess = new global::OpenTelemetry.Proto.Collector.Logs.V1.ExportLogsPartialSuccess();
8 references to PartialSuccess
Stress.TelemetryService (8)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\collector\logs\v1\LogsService.cs (8)
339if (!object.Equals(PartialSuccess, other.PartialSuccess)) return false; 347if (partialSuccess_ != null) hash ^= PartialSuccess.GetHashCode(); 382output.WriteMessage(PartialSuccess); 395size += 1 + pb::CodedOutputStream.ComputeMessageSize(PartialSuccess); 413PartialSuccess.MergeFrom(other.PartialSuccess); 464input.ReadMessage(PartialSuccess);