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