1 instantiation of PassThroughPropagator
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\PassThroughPropagator.cs (1)
10
internal static DistributedContextPropagator Instance { get; } = new
PassThroughPropagator
();
1 reference to PassThroughPropagator
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\DistributedContextPropagator.cs (1)
100
public static DistributedContextPropagator CreatePassThroughPropagator() =>
PassThroughPropagator
.Instance;