4 references to 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);