1 write to Name
System.ServiceModel (1)
System\ServiceModel\Channels\TracingConnectionListener.cs (1)
54
this.activity.
Name
= traceStartInfo;
5 references to Name
System.ServiceModel (5)
System\ServiceModel\Channels\TracingConnectionListener.cs (1)
89
ServiceModelActivity.Start(activity, SR.GetString(SR.ActivityReceiveBytes, this.activity.
Name
), ActivityType.ReceiveBytes);
System\ServiceModel\Diagnostics\ServiceModelActivity.cs (4)
326
if (string.IsNullOrEmpty(this.
Name
))
383
if (string.IsNullOrEmpty(this.
Name
))
399
values["ActivityName"] = this.
Name
;
409
values["ActivityName"] = this.
Name
;