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