1 instantiation of ActivityHolder
System.ServiceModel (1)
System\ServiceModel\Channels\SharedHttpTransportManager.cs (1)
313DiagnosticUtility.ShouldUseActivity ? (object)new ActivityHolder(activity, context) : (object)context);
2 references to ActivityHolder
System.ServiceModel (2)
System\ServiceModel\Channels\SharedHttpTransportManager.cs (2)
399using (DiagnosticUtility.ShouldUseActivity ? (ActivityHolder)httpContextReceivedResult.AsyncState : null) 403((ActivityHolder)httpContextReceivedResult.AsyncState).context :