2 instantiations of Event
Stress.TelemetryService (2)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (2)
1704
private static readonly pb::MessageParser<Event> _parser = new pb::MessageParser<Event>(() => new
Event
());
1743
return new
Event
(this);
16 references to Event
Stress.TelemetryService (16)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (16)
75
new pbr::GeneratedClrTypeInfo(typeof(global::OpenTelemetry.Proto.Trace.V1.Span), global::OpenTelemetry.Proto.Trace.V1.Span.Parser, new[]{ "TraceId", "SpanId", "TraceState", "ParentSpanId", "Name", "Kind", "StartTimeUnixNano", "EndTimeUnixNano", "Attributes", "DroppedAttributesCount", "Events", "DroppedEventsCount", "Links", "DroppedLinksCount", "Status" }, null, new[]{ typeof(global::OpenTelemetry.Proto.Trace.V1.Span.Types.SpanKind) }, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::OpenTelemetry.Proto.Trace.V1.Span.Types.
Event
), global::OpenTelemetry.Proto.Trace.V1.Span.Types.
Event
.Parser, new[]{ "TimeUnixNano", "Name", "Attributes", "DroppedAttributesCount" }, null, null, null, null),
1121
private static readonly pb::FieldCodec<global::OpenTelemetry.Proto.Trace.V1.Span.Types.
Event
> _repeated_events_codec
1122
= pb::FieldCodec.ForMessage(90, global::OpenTelemetry.Proto.Trace.V1.Span.Types.
Event
.Parser);
1123
private readonly pbc::RepeatedField<global::OpenTelemetry.Proto.Trace.V1.Span.Types.
Event
> events_ = new pbc::RepeatedField<global::OpenTelemetry.Proto.Trace.V1.Span.Types.
Event
>();
1129
public pbc::RepeatedField<global::OpenTelemetry.Proto.Trace.V1.Span.Types.
Event
> Events {
1699
public sealed partial class Event : pb::IMessage<
Event
>
1704
private static readonly pb::MessageParser<
Event
> _parser = new pb::MessageParser<
Event
>(() => new Event());
1708
public static pb::MessageParser<
Event
> Parser { get { return _parser; } }
1732
public Event(
Event
other) : this() {
1742
public
Event
Clone() {
1812
return Equals(other as
Event
);
1817
public bool Equals(
Event
other) {
1921
public void MergeFrom(
Event
other) {