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