4 references to PreviousTrackingServiceAttribute
System.Workflow.Runtime (4)
WorkflowRuntime.cs (4)
997
object[] attributes = type.GetCustomAttributes(typeof(
PreviousTrackingServiceAttribute
), true);
1006
_trackingServiceReplacement.Add(((
PreviousTrackingServiceAttribute
)attribute).AssemblyQualifiedName, type);
1014
object[] attributes = type.GetCustomAttributes(typeof(
PreviousTrackingServiceAttribute
), true);
1019
string previousTrackingService = ((
PreviousTrackingServiceAttribute
)attribute).AssemblyQualifiedName;