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