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