2 references to IsPotentiallyAbandoned
System.Runtime.DurableInstancing (2)
System\Runtime\TransactedAsyncResult.cs (2)
85
if (this.transactionContext.
IsPotentiallyAbandoned
)
98
if (this.transactionContext != null && !this.transactionContext.
IsPotentiallyAbandoned
)