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