4 references to GetTransmitterPropagationToken
System.ServiceModel (4)
System\ServiceModel\Transactions\OletxTransactionFormatter.cs (1)
23byte[] propToken = TransactionInterop.GetTransmitterPropagationToken(transaction);
System\ServiceModel\Transactions\WsatProxy.cs (1)
367byte[] token = TransactionInterop.GetTransmitterPropagationToken(tx);
System\ServiceModel\Transactions\WsatTransactionFormatter.cs (2)
78TransactionInterop.GetTransmitterPropagationToken(transaction); 211context.PropagationToken = TransactionInterop.GetTransmitterPropagationToken(transaction);