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