2 writes to Activity
System.ServiceModel (2)
System\ServiceModel\Dispatcher\MessageRpc.cs (2)
88
this.
Activity
= null;
148
this.
Activity
= TraceUtility.ExtractActivity(this.Request);
8 references to Activity
System.ServiceModel (8)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (2)
814
if (DiagnosticUtility.ShouldUseActivity && rpc.
Activity
!= null && reply != null)
816
TraceUtility.SetActivity(reply, rpc.
Activity
);
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
1645
if (rpc.
Activity
!= null && DiagnosticUtility.ShouldUseActivity)
1647
rpc.
Activity
.Stop();
System\ServiceModel\Dispatcher\MessageRpc.cs (4)
160
this.InvokeNotification = new MessageRpcInvokeNotification(this.
Activity
, this.channelHandler);
436
using (ServiceModelActivity.BoundOperation(this.
Activity
))
597
using (ServiceModelActivity.BoundOperation(this.
Activity
))
803
using (ServiceModelActivity.BoundOperation(this.rpc.
Activity
, true))