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