1 write to _txFlow
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (1)
178
_txFlow
= GetDefaultTransactionFlowBindingElement();
5 references to _txFlow
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (5)
48
get { return
_txFlow
.Transactions; }
49
set {
_txFlow
.Transactions = value; }
163
get { return
_txFlow
; }
237
if (!
_txFlow
.IsMatch(txFlow))
259
bindingElements.Add(
_txFlow
);