3 writes to activity
System.ServiceModel (3)
System\ServiceModel\Channels\TracingConnectionListener.cs (3)
31this.activity = ServiceModelActivity.CreateActivity(DiagnosticTraceBase.ActivityId, false); 39this.activity = ServiceModelActivity.CreateActivity(); 51this.activity = ServiceModelActivity.CreateActivity(DiagnosticTraceBase.ActivityId, false);
10 references to activity
System.ServiceModel (10)
System\ServiceModel\Channels\TracingConnectionListener.cs (10)
44FxTrace.Trace.TraceTransfer(this.activity.Id); 46ServiceModelActivity.Start(this.activity, SR.GetString(SR.ActivityListenAt, traceStartInfo), ActivityType.ListenAt); 52if (this.activity != null) 54this.activity.Name = traceStartInfo; 61using (ServiceModelActivity.BoundOperation(this.activity)) 69using (ServiceModelActivity.BoundOperation(this.activity)) 77using (ServiceModelActivity.BoundOperation(this.activity)) 89ServiceModelActivity.Start(activity, SR.GetString(SR.ActivityReceiveBytes, this.activity.Name), ActivityType.ReceiveBytes); 103using (ServiceModelActivity.BoundOperation(this.activity)) 106this.activity.Dispose();