2 writes to transactionSetComplete
System.ServiceModel (2)
System\ServiceModel\Dispatcher\TransactionBehavior.cs (2)
553this.transactionSetComplete = true; 577this.transactionSetComplete = false;
3 references to transactionSetComplete
System.ServiceModel (3)
System\ServiceModel\Dispatcher\TransactionBehavior.cs (3)
475if (this.transactionSetComplete) 537else if (this.transactionSetComplete) 586if (!this.transactionSetComplete)