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