10 references to SetCurrentThreadActivityId
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\WcfEventSource.cs (1)
2133SetCurrentThreadActivityId(eventTraceActivity.ActivityId);
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\ActivityTracker.cs (3)
570EventSource.SetCurrentThreadActivityId(prev.m_activityIdToRestore); 583EventSource.SetCurrentThreadActivityId(cur.ActivityId); 591EventSource.SetCurrentThreadActivityId(Guid.Empty);
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\TaskAwaiter.cs (1)
279EventSource.SetCurrentThreadActivityId(prevActivityId);
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\YieldAwaitable.cs (1)
175EventSource.SetCurrentThreadActivityId(prevActivityId);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (1)
2376EventSource.SetCurrentThreadActivityId(savedActivityID);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskContinuation.cs (2)
439finally { Diagnostics.Tracing.EventSource.SetCurrentThreadActivityId(savedActivityId); } 661Diagnostics.Tracing.EventSource.SetCurrentThreadActivityId(savedActivityId);
System.Transactions.Local (1)
System\Transactions\TransactionsEtwProvider.cs (1)
1428SetCurrentThreadActivityId(guid);