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