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