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