Microsoft.Data.Common.ActivityCorrelator
This class defines the data structure for ActivityId used for correlated tracing between client (bid trace event) and server (XEvent).
It also includes all the APIs used to access the ActivityId. Note: ActivityId is thread based which is stored in TLS.
namespace Microsoft.Data.Common
{
internal static class ActivityCorrelator
{
}
}