4 references to s_current
System.Diagnostics.DiagnosticSource (4)
System\Diagnostics\Activity.cs (4)
143
get { return
s_current
.Value; }
1279
s_current
.Value = activity;
1283
Activity? previous =
s_current
.Value;
1284
s_current
.Value = activity;