5 references to CorrelationContext
System.Diagnostics.DiagnosticSource (5)
System\Diagnostics\DistributedContextPropagator.cs (1)
139setter(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 _);
System\Diagnostics\W3CPropagator.cs (2)
24public override IReadOnlyCollection<string> Fields { get; } = new ReadOnlyCollection<string>(new[] { TraceParent, TraceState, Baggage, CorrelationContext }); 77getter(carrier, CorrelationContext, out theBaggage, out _);