1 write to txFlow
System.ServiceModel (1)
System\ServiceModel\WSDualHttpBinding.cs (1)
217this.txFlow = GetDefaultTransactionFlowBindingElement();
4 references to txFlow
System.ServiceModel (4)
System\ServiceModel\WSDualHttpBinding.cs (4)
85get { return this.txFlow.Transactions; } 86set { this.txFlow.Transactions = value; } 295if (!this.txFlow.IsMatch(txFlow)) 342bindingElements.Add(txFlow);