1 write to activity
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
1091
this.
activity
= ServiceModelActivity.CreateActivity();
10 references to activity
System.ServiceModel (10)
System\ServiceModel\Channels\HttpChannelFactory.cs (10)
933
get { return this.
activity
; }
1055
using (ServiceModelActivity.BoundOperation(this.
activity
))
1062
ServiceModelActivity.Stop(this.
activity
);
1068
using (ServiceModelActivity.BoundOperation(this.
activity
))
1072
ServiceModelActivity.Stop(this.
activity
);
1077
using (ServiceModelActivity.BoundOperation(this.
activity
))
1084
ServiceModelActivity.Stop(this.
activity
);
1089
if (DiagnosticUtility.ShouldUseActivity && this.
activity
== null)
1094
FxTrace.Trace.TraceTransfer(this.
activity
.Id);
1096
ServiceModelActivity.Start(this.
activity
, SR.GetString(SR.ActivityReceiveBytes, this.RemoteAddress.Uri.ToString()), ActivityType.ReceiveBytes);