2 references to Abandoned
System.Runtime.DurableInstancing (2)
System\Runtime\TransactedAsyncResult.cs (2)
132return State == TransactionSignalState.Abandoned || (State == TransactionSignalState.Completed && !IsSignalled); 149State = TransactionSignalState.Abandoned;