4 writes to Activity
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\ServiceChannel.cs (3)
704
result._rpc.
Activity
= serviceModelActivity;
730
using (rpc.
Activity
= DiagnosticUtility.ShouldUseActivity ? ServiceModelActivity.CreateBoundedActivity() : null)
815
sendResult._rpc.
Activity
= null;
System\ServiceModel\Dispatcher\ProxyRpc.cs (1)
33
Activity
= null;
8 references to Activity
System.ServiceModel.Primitives (8)
System\ServiceModel\Channels\ServiceChannel.cs (8)
610
if (rpc.
Activity
!= null)
612
TraceUtility.SetActivity(rpc.Request, rpc.
Activity
);
734
ServiceModelActivity.Start(rpc.
Activity
, SRP.Format(SRP.ActivityProcessAction, action), ActivityType.ProcessAction);
790
using (ServiceModelActivity rpcActivity = sendResult._rpc.
Activity
)
794
if (sendResult._rpc.
Activity
!= null && DiagnosticUtility.ShouldUseActivity)
796
sendResult._rpc.
Activity
.Resume();
813
if (sendResult._rpc.
Activity
!= null)
1807
using (ServiceModelActivity.BoundOperation(_rpc.
Activity
))