2 overrides of UnmarshalTransaction
System.ServiceModel.Primitives (2)
System\ServiceModel\Transactions\OleTxTransactionInfo.cs (1)
18
public override Transaction
UnmarshalTransaction
()
System\ServiceModel\Transactions\WsatTransactionInfo.cs (1)
18
public override Transaction
UnmarshalTransaction
()
1 reference to UnmarshalTransaction
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\TransactionFlowProperty.cs (1)
29
_flowedTransaction = _flowedTransactionInfo.
UnmarshalTransaction
();