1 instantiation of SupportsSynchronizationAttribute
System.Workflow.ComponentModel (1)
AuthoringOM\Behaviors\SynchronizationScope.cs (1)
22
[
SupportsSynchronization
]
1 reference to SupportsSynchronizationAttribute
System.Workflow.ComponentModel (1)
AuthoringOM\ComponentFactoryHelpers.cs (1)
69
if (objectType.GetCustomAttributes(typeof(
SupportsSynchronizationAttribute
), true).Length > 0)