2 references to TryGetTransaction
System.ServiceModel (2)
System\ServiceModel\ComIntegration\MessageUtil.cs (1)
62return TransactionMessageProperty.TryGetTransaction(message);
System\ServiceModel\Dispatcher\TransactionBehavior.cs (1)
206transaction = TransactionMessageProperty.TryGetTransaction(rpc.Request);