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