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