2 instantiations of SupportsTransactionAttribute
System.Workflow.ComponentModel (2)
AuthoringOM\Behaviors\CompensatableTransactionScopeActivity.cs (1)
20
[
SupportsTransaction
]
AuthoringOM\Behaviors\TransactionScope.cs (1)
20
[
SupportsTransaction
]
1 reference to SupportsTransactionAttribute
System.Workflow.ComponentModel (1)
AuthoringOM\ComponentFactoryHelpers.cs (1)
63
if (objectType.GetCustomAttributes(typeof(
SupportsTransactionAttribute
), true).Length > 0)