4 references to s_current
System.Diagnostics.DiagnosticSource (4)
System\Diagnostics\Activity.cs (4)
140
get { return
s_current
.Value; }
1268
s_current
.Value = activity;
1272
Activity? previous =
s_current
.Value;
1273
s_current
.Value = activity;