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)
48get { return _txFlow.Transactions; } 49set { _txFlow.Transactions = value; } 163get { return _txFlow; } 237if (!_txFlow.IsMatch(txFlow)) 259bindingElements.Add(_txFlow);