11 references to ProcessAction
System.ServiceModel (11)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
490
(ServiceModelActivity.Current.ActivityType != ActivityType.
ProcessAction
)))
System\ServiceModel\Channels\MsmqDiagnostics.cs (1)
78
if (DiagnosticUtility.ShouldUseActivity && null != ServiceModelActivity.Current && ActivityType.
ProcessAction
!= ServiceModelActivity.Current.ActivityType)
System\ServiceModel\Channels\ServiceChannel.cs (2)
761
ServiceModelActivity.Start(serviceModelActivity, SR.GetString(SR.ActivityProcessAction, action), ActivityType.
ProcessAction
);
797
ServiceModelActivity.Start(rpc.Activity, SR.GetString(SR.ActivityProcessAction, action), ActivityType.
ProcessAction
);
System\ServiceModel\Channels\SessionConnectionReader.cs (3)
1142
ServiceModelActivity.Current.ActivityType == ActivityType.
ProcessAction
)
1540
(ServiceModelActivity.Current.ActivityType == ActivityType.
ProcessAction
))
1546
(ServiceModelActivity.Current.PreviousActivity.ActivityType == ActivityType.
ProcessAction
))
System\ServiceModel\Diagnostics\ServiceModelActivity.cs (1)
48
ActivityTypeNames[(int)ActivityType.
ProcessAction
] = "ProcessAction";
System\ServiceModel\Diagnostics\TraceUtility.cs (2)
1119
(ServiceModelActivity.Current.ActivityType == ActivityType.
ProcessAction
))
1144
ServiceModelActivity.Start(activity, SR.GetString(SR.ActivityProcessAction, message.Headers.Action), ActivityType.
ProcessAction
);
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
485
ServiceModelActivity.Current.ActivityType == ActivityType.
ProcessAction
)