1 write to s_current
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\DistributedContextPropagator.cs (1)
82
s_current
= value ?? throw new ArgumentNullException(nameof(value));
2 references to s_current
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\DistributedContextPropagator.cs (2)
76
Debug.Assert(
s_current
is not null);
77
return
s_current
;