2 writes to Activity
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (2)
72this.Activity = null; 124this.Activity = TraceUtility.ExtractActivity(this.Request);
8 references to Activity
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (2)
320if (DiagnosticUtility.ShouldUseActivity && rpc.Activity != null && reply != null) 322TraceUtility.SetActivity(reply, rpc.Activity);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
847if (rpc.Activity != null && DiagnosticUtility.ShouldUseActivity) 849rpc.Activity.Stop();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (4)
136this.InvokeNotification = new MessageRpcInvokeNotification(this.Activity, this.channelHandler); 287using (ServiceModelActivity.BoundOperation(this.Activity)) 413using (ServiceModelActivity.BoundOperation(this.Activity)) 586using (ServiceModelActivity.BoundOperation(_rpc.Activity, true))