4 writes to Transactions
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransactionFlowBindingElementImporter.cs (1)
118tfbe.Transactions = true;
FrameworkFork\System.ServiceModel\System\ServiceModel\NetNamedPipeBinding.cs (1)
41set { _context.Transactions = value; }
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs (1)
147set { _context.Transactions = value; }
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (1)
49set { _txFlow.Transactions = value; }
8 references to Transactions
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransactionFlowBindingElement.cs (2)
246if (this.Transactions || (this.IssuedTokens != TransactionFlowOption.NotAllowed)) 249if (this.Transactions)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetNamedPipeBinding.cs (2)
40get { return _context.Transactions; } 152this.TransactionFlow = context.Transactions;
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs (2)
146get { return _context.Transactions; } 194this.TransactionFlow = context.Transactions;
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (2)
48get { return _txFlow.Transactions; } 208this.TransactionFlow = txFlow.Transactions;