5 references to CorrelationContext
System.Diagnostics.DiagnosticSource (5)
System\Diagnostics\DistributedContextPropagator.cs (1)
139
setter(carrier,
CorrelationContext
, baggageList.ToString(0, baggageList.Length - 2));
System\Diagnostics\LegacyPropagator.cs (2)
14
public override IReadOnlyCollection<string> Fields { get; } = new ReadOnlyCollection<string>(new[] { TraceParent, RequestId, TraceState, Baggage,
CorrelationContext
});
75
getter(carrier,
CorrelationContext
, out theBaggage, out _);
System\Diagnostics\W3CPropagator.cs (2)
24
public override IReadOnlyCollection<string> Fields { get; } = new ReadOnlyCollection<string>(new[] { TraceParent, TraceState, Baggage,
CorrelationContext
});
77
getter(carrier,
CorrelationContext
, out theBaggage, out _);