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