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