4 writes to current
System.ServiceModel (4)
System\ServiceModel\Dispatcher\TransactionBehavior.cs (4)
718
this.
current
= null;
842
this.
current
= requestTransaction;
897
this.
current
= waiting;
924
this.
current
= null;
4 references to current
System.ServiceModel (4)
System\ServiceModel\Dispatcher\TransactionBehavior.cs (4)
840
if (this.
current
== null)
844
else if (this.
current
!= requestTransaction)
851
rpc.Transaction.Current = this.
current
; //rpc.Transaction.Current should get the dependent clone
893
if (tx.Equals(this.
current
))