5 references to TransactionFlowBindingElement
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransactionFlowBindingElementImporter.cs (1)
201settings = new TransactionFlowBindingElement(false);
FrameworkFork\System.ServiceModel\System\ServiceModel\NetNamedPipeBinding.cs (1)
130return new TransactionFlowBindingElement(false);
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs (2)
158return new TransactionFlowBindingElement(NetTcpDefaults.TransactionsEnabled); 165_context = new TransactionFlowBindingElement(NetTcpDefaults.TransactionsEnabled);
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (1)
168TransactionFlowBindingElement tfbe = new TransactionFlowBindingElement(false);