1 type derived from TransactedAsyncResult
System.Runtime.DurableInstancing (1)
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (1)
934class ExecuteAsyncResult : TransactedAsyncResult, ISinglePhaseNotification
2 references to TransactedAsyncResult
System.Runtime.DurableInstancing (2)
System\Runtime\TransactedAsyncResult.cs (2)
117TransactedAsyncResult parent; 119public TransactionSignalScope(TransactedAsyncResult result, Transaction transaction)