2 writes to Activity
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\MessageRpc.cs (2)
68
Activity
= null;
120
Activity
= TraceUtility.ExtractActivity(Request);
8 references to Activity
System.ServiceModel.Primitives (8)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (2)
278
if (DiagnosticUtility.ShouldUseActivity && rpc.
Activity
!= null && reply != null)
280
TraceUtility.SetActivity(reply, rpc.
Activity
);
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
930
if (rpc.
Activity
!= null && DiagnosticUtility.ShouldUseActivity)
932
rpc.
Activity
.Stop();
System\ServiceModel\Dispatcher\MessageRpc.cs (4)
132
InvokeNotification = new MessageRpcInvokeNotification(
Activity
, this.channelHandler);
277
using (ServiceModelActivity.BoundOperation(
Activity
))
399
using (ServiceModelActivity.BoundOperation(
Activity
))
567
using (ServiceModelActivity.BoundOperation(_rpc.
Activity
, true))