2 instantiations of Event
Stress.TelemetryService (2)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (2)
1704private static readonly pb::MessageParser<Event> _parser = new pb::MessageParser<Event>(() => new Event()); 1743return new Event(this);
16 references to Event
Stress.TelemetryService (16)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (16)
75new 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), 1121private 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); 1123private readonly pbc::RepeatedField<global::OpenTelemetry.Proto.Trace.V1.Span.Types.Event> events_ = new pbc::RepeatedField<global::OpenTelemetry.Proto.Trace.V1.Span.Types.Event>(); 1129public pbc::RepeatedField<global::OpenTelemetry.Proto.Trace.V1.Span.Types.Event> Events { 1699public sealed partial class Event : pb::IMessage<Event> 1704private static readonly pb::MessageParser<Event> _parser = new pb::MessageParser<Event>(() => new Event()); 1708public static pb::MessageParser<Event> Parser { get { return _parser; } } 1732public Event(Event other) : this() { 1742public Event Clone() { 1812return Equals(other as Event); 1817public bool Equals(Event other) { 1921public void MergeFrom(Event other) {