2 overrides of UnmarshalTransaction
System.ServiceModel (2)
System\ServiceModel\Transactions\OleTxTransactionInfo.cs (1)
17public override Transaction UnmarshalTransaction()
System\ServiceModel\Transactions\WsatTransactionInfo.cs (1)
28public override Transaction UnmarshalTransaction()
1 reference to UnmarshalTransaction
System.ServiceModel (1)
System\ServiceModel\Channels\TransactionFlowProperty.cs (1)
34this.flowedTransaction = this.flowedTransactionInfo.UnmarshalTransaction();