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