3 references to UnmarshalPropagationToken
System.ServiceModel (3)
System\ServiceModel\Transactions\OleTxTransactionInfo.cs (1)
19Transaction tx = UnmarshalPropagationToken(header.PropagationToken);
System\ServiceModel\Transactions\WsatProxy.cs (2)
59return OleTxTransactionInfo.UnmarshalPropagationToken(propToken); 117return OleTxTransactionInfo.UnmarshalPropagationToken(propagationToken);