2 writes to transaction
System.ServiceModel.Routing (2)
System\ServiceModel\Routing\MessageRpc.cs (2)
85this.transaction = Transaction.Current; 88this.transaction = TransactionMessageProperty.TryGetTransaction(message);
2 references to transaction
System.ServiceModel.Routing (2)
System\ServiceModel\Routing\MessageRpc.cs (2)
86if (this.transaction == null) 161get { return this.transaction; }