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