3 references to CurrentThreadActivityId
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\ActivityTracker.cs (1)
105
relatedActivityId = EventSource.
CurrentThreadActivityId
;
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
4806
_activityId = EventSource.
CurrentThreadActivityId
;
System.ServiceModel.Primitives (1)
Internals\System\Runtime\Diagnostics\EventTraceActivity.cs (1)
67
return EventSource.
CurrentThreadActivityId
;