3 references to CorrelationContext
System.Diagnostics.DiagnosticSource (3)
System\Diagnostics\DistributedContextPropagator.cs (1)
123
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 _);