2 writes to Kind
Stress.TelemetryService (2)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (2)
1455
Kind
= other.Kind;
1603
Kind
= (global::OpenTelemetry.Proto.Trace.V1.Span.Types.SpanKind) input.ReadEnum();
10 references to Kind
Stress.TelemetryService (10)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (10)
1216
if (
Kind
!= other.
Kind
) return false;
1238
if (
Kind
!= global::OpenTelemetry.Proto.Trace.V1.Span.Types.SpanKind.Unspecified) hash ^=
Kind
.GetHashCode();
1347
if (
Kind
!= global::OpenTelemetry.Proto.Trace.V1.Span.Types.SpanKind.Unspecified) {
1349
output.WriteEnum((int)
Kind
);
1403
if (
Kind
!= global::OpenTelemetry.Proto.Trace.V1.Span.Types.SpanKind.Unspecified) {
1404
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int)
Kind
);
1454
if (other.
Kind
!= global::OpenTelemetry.Proto.Trace.V1.Span.Types.SpanKind.Unspecified) {
1455
Kind = other.
Kind
;