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