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