1 write to eventTraceActivity
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\MessageRpc.cs (1)
51
this.
eventTraceActivity
= EventTraceActivityHelper.TryExtractActivity(message);
11 references to eventTraceActivity
System.ServiceModel.Routing (11)
System\ServiceModel\Routing\MessageRpc.cs (11)
101
return this.
eventTraceActivity
;
184
if (TD.RoutingServiceFilterTableMatchStartIsEnabled()) { TD.RoutingServiceFilterTableMatchStart(this.
eventTraceActivity
); }
186
if (TD.RoutingServiceFilterTableMatchStopIsEnabled()) { TD.RoutingServiceFilterTableMatchStop(this.
eventTraceActivity
); }
192
if (TD.RoutingServiceFilterTableMatchStartIsEnabled()) { TD.RoutingServiceFilterTableMatchStart(this.
eventTraceActivity
); }
194
if (TD.RoutingServiceFilterTableMatchStopIsEnabled()) { TD.RoutingServiceFilterTableMatchStop(this.
eventTraceActivity
); }
204
TD.RoutingServiceMessageRoutedToEndpoints(this.
eventTraceActivity
, this.UniqueID, "1");
216
if (TD.RoutingServiceFilterTableMatchStartIsEnabled()) { TD.RoutingServiceFilterTableMatchStart(this.
eventTraceActivity
); }
218
if (TD.RoutingServiceFilterTableMatchStopIsEnabled()) { TD.RoutingServiceFilterTableMatchStop(this.
eventTraceActivity
); }
224
if (TD.RoutingServiceFilterTableMatchStartIsEnabled()) { TD.RoutingServiceFilterTableMatchStart(this.
eventTraceActivity
); }
226
if (TD.RoutingServiceFilterTableMatchStopIsEnabled()) { TD.RoutingServiceFilterTableMatchStop(this.
eventTraceActivity
); }
231
TD.RoutingServiceMessageRoutedToEndpoints(this.
eventTraceActivity
, this.UniqueID, endpointLists.Count.ToString(TD.Culture));