9 references to Activity
System.ServiceModel (9)
System\ServiceModel\Channels\SharedHttpTransportManager.cs (1)
284
using (DiagnosticUtility.ShouldUseActivity ? ServiceModelActivity.BoundOperation(this.
Activity
) : null)
System\ServiceModel\Channels\TransportManager.cs (8)
39
using (ServiceModelActivity.BoundOperation(this.
Activity
))
55
using (ServiceModelActivity.BoundOperation(this.
Activity
, true))
66
if (this.
Activity
!= null)
68
this.
Activity
.Dispose();
114
FxTrace.Trace.TraceTransfer(this.
Activity
.Id);
116
ServiceModelActivity.Start(this.
Activity
, SR.GetString(SR.ActivityListenAt, channelListener.Uri.ToString()), ActivityType.ListenAt);
119
channelListener.Activity = this.
Activity
;
121
using (ServiceModelActivity.BoundOperation(this.
Activity
))