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