3 writes to transactions
System.ServiceModel (3)
System\ServiceModel\Channels\TransactionFlowBindingElement.cs (3)
39this.transactions = transactions; 53this.transactions = elementToBeCloned.transactions; 73this.transactions = value;
6 references to transactions
System.ServiceModel (6)
System\ServiceModel\Channels\TransactionFlowBindingElement.cs (6)
53this.transactions = elementToBeCloned.transactions; 69return this.transactions; 103if (!this.transactions) 126if (!this.transactions) 458if (this.transactions != txFlow.transactions)