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