1 write to transaction
System.ServiceModel (1)
System\ServiceModel\Channels\ReceiveContext.cs (1)
527
this.
transaction
= Transaction.Current;
2 references to transaction
System.ServiceModel (2)
System\ServiceModel\Channels\ReceiveContext.cs (2)
535
using (PrepareTransactionalCall(this.
transaction
))
549
if (!success || this.
transaction
== null)