4 instantiations of WsatExtendedInformation
System.ServiceModel (4)
System\ServiceModel\Transactions\OletxTransactionFormatter.cs (1)
30
info = (timeout != 0) ? new
WsatExtendedInformation
(null, timeout) : null;
System\ServiceModel\Transactions\OletxTransactionHeader.cs (1)
159
info = new
WsatExtendedInformation
(identifier, timeout);
System\ServiceModel\Transactions\WsatExtendedInformation.cs (1)
38
WsatExtendedInformationCache.Cache(tx, new
WsatExtendedInformation
(cacheIdentifier,
System\ServiceModel\Transactions\WsatTransactionInfo.cs (1)
38
WsatExtendedInformation info = new
WsatExtendedInformation
(context.Identifier, context.Expires);
9 references to WsatExtendedInformation
System.ServiceModel (9)
System\ServiceModel\Transactions\OletxTransactionFormatter.cs (1)
26
WsatExtendedInformation
info;
System\ServiceModel\Transactions\OletxTransactionHeader.cs (4)
22
WsatExtendedInformation
wsatInfo;
24
public OleTxTransactionHeader(byte[] propagationToken,
WsatExtendedInformation
wsatInfo)
50
public
WsatExtendedInformation
WsatExtendedInformation
119
WsatExtendedInformation
info = null;
System\ServiceModel\Transactions\TransactionCache.cs (2)
19
class WsatExtendedInformationCache : TransactionCache<Transaction,
WsatExtendedInformation
>
21
public static void Cache(Transaction tx,
WsatExtendedInformation
info)
System\ServiceModel\Transactions\WsatTransactionFormatter.cs (1)
150
WsatExtendedInformation
info;
System\ServiceModel\Transactions\WsatTransactionInfo.cs (1)
38
WsatExtendedInformation
info = new WsatExtendedInformation(context.Identifier, context.Expires);