34 instantiations of TransactionFlowBindingElement
System.ServiceModel.Http (1)
System\ServiceModel\WSHttpBindingBase.cs (1)
152
TransactionFlowBindingElement tfbe =
new
(false)
System.ServiceModel.NetTcp (1)
System\ServiceModel\NetTcpBinding.cs (1)
131
return new
TransactionFlowBindingElement
(false);
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\TransactionFlowBindingElement.cs (1)
99
return new
TransactionFlowBindingElement
(this);
System.ServiceModel.Primitives.Tests (31)
Channels\TransactionFlowBindingElementTest.cs (31)
20
TransactionFlowBindingElement bindingElement = new
TransactionFlowBindingElement
();
27
TransactionFlowBindingElement bindingElement = new
TransactionFlowBindingElement
();
36
TransactionFlowBindingElement bindingElement = new
TransactionFlowBindingElement
(TransactionProtocol.OleTransactions);
43
TransactionFlowBindingElement bindingElement = new
TransactionFlowBindingElement
(TransactionProtocol.WSAtomicTransactionOctober2004);
50
TransactionFlowBindingElement bindingElement = new
TransactionFlowBindingElement
(TransactionProtocol.WSAtomicTransaction11);
57
Assert.ThrowsAny<Exception>(() => new
TransactionFlowBindingElement
(null));
65
TransactionFlowBindingElement bindingElement = new
TransactionFlowBindingElement
();
73
TransactionFlowBindingElement bindingElement = new
TransactionFlowBindingElement
();
81
TransactionFlowBindingElement bindingElement = new
TransactionFlowBindingElement
();
89
TransactionFlowBindingElement bindingElement = new
TransactionFlowBindingElement
();
100
TransactionFlowBindingElement bindingElement = new
TransactionFlowBindingElement
();
110
TransactionFlowBindingElement original = new
TransactionFlowBindingElement
(TransactionProtocol.WSAtomicTransaction11);
123
TransactionFlowBindingElement original = new
TransactionFlowBindingElement
(TransactionProtocol.OleTransactions);
133
TransactionFlowBindingElement original = new
TransactionFlowBindingElement
(TransactionProtocol.WSAtomicTransactionOctober2004);
143
TransactionFlowBindingElement original = new
TransactionFlowBindingElement
(TransactionProtocol.OleTransactions);
154
TransactionFlowBindingElement original = new
TransactionFlowBindingElement
(TransactionProtocol.WSAtomicTransactionOctober2004);
165
TransactionFlowBindingElement original = new
TransactionFlowBindingElement
(TransactionProtocol.WSAtomicTransaction11);
176
TransactionFlowBindingElement original = new
TransactionFlowBindingElement
(TransactionProtocol.OleTransactions);
186
TransactionFlowBindingElement original = new
TransactionFlowBindingElement
(TransactionProtocol.WSAtomicTransaction11);
196
TransactionFlowBindingElement original = new
TransactionFlowBindingElement
(TransactionProtocol.OleTransactions);
208
TransactionFlowBindingElement bindingElement = new
TransactionFlowBindingElement
();
215
TransactionFlowBindingElement bindingElement = new
TransactionFlowBindingElement
(TransactionProtocol.WSAtomicTransaction11);
223
TransactionFlowBindingElement bindingElement = new
TransactionFlowBindingElement
(TransactionProtocol.OleTransactions);
230
TransactionFlowBindingElement bindingElement = new
TransactionFlowBindingElement
(TransactionProtocol.WSAtomicTransactionOctober2004);
237
TransactionFlowBindingElement bindingElement = new
TransactionFlowBindingElement
();
247
TransactionFlowBindingElement bindingElement = new
TransactionFlowBindingElement
(TransactionProtocol.WSAtomicTransaction11);
259
TransactionFlowBindingElement bindingElement = new
TransactionFlowBindingElement
();
275
TransactionFlowBindingElement bindingElement = new
TransactionFlowBindingElement
(protocol);
285
TransactionFlowBindingElement bindingElement = new
TransactionFlowBindingElement
(TransactionProtocol.OleTransactions);
292
TransactionFlowBindingElement bindingElement = new
TransactionFlowBindingElement
(TransactionProtocol.WSAtomicTransactionOctober2004);
299
TransactionFlowBindingElement bindingElement = new
TransactionFlowBindingElement
(TransactionProtocol.WSAtomicTransaction11);
125 references to TransactionFlowBindingElement
System.ServiceModel.Http (3)
System\ServiceModel\WSHttpBindingBase.cs (3)
148
internal
TransactionFlowBindingElement
TransactionFlowBindingElement { get; private set; }
150
private static
TransactionFlowBindingElement
GetDefaultTransactionFlowBindingElement()
152
TransactionFlowBindingElement
tfbe = new(false)
System.ServiceModel.Http.Tests (38)
ServiceModel\WSHttpBindingTransactionTests.cs (38)
59
var
txFlowElement = elements.Find<
TransactionFlowBindingElement
>();
68
var
txFlowElement = elements.Find<
TransactionFlowBindingElement
>();
79
var
txFlowElement = elements.Find<
TransactionFlowBindingElement
>();
88
var
txFlowElement = elements.Find<
TransactionFlowBindingElement
>();
109
var
txFlowElement = elements.Find<
TransactionFlowBindingElement
>();
118
var
txFlowElement = elements.Find<
TransactionFlowBindingElement
>();
141
var
wsTxFlow = wsElements.Find<
TransactionFlowBindingElement
>();
142
var
ws2007TxFlow = ws2007Elements.Find<
TransactionFlowBindingElement
>();
157
var
txFlowElement = elements.Find<
TransactionFlowBindingElement
>();
171
Assert.IsType<
TransactionFlowBindingElement
>(elements[0]);
179
Assert.IsType<
TransactionFlowBindingElement
>(elements[0]);
189
var
txFlowElement = elements.Find<
TransactionFlowBindingElement
>();
198
var
txFlowElement = elements.Find<
TransactionFlowBindingElement
>();
210
var
txFlowElement = elements.Find<
TransactionFlowBindingElement
>();
222
var
txFlowElement = elements.Find<
TransactionFlowBindingElement
>();
234
var
txFlowElement = elements.Find<
TransactionFlowBindingElement
>();
245
var
txFlowElement = elements.Find<
TransactionFlowBindingElement
>();
256
var
txFlowElement = elements.Find<
TransactionFlowBindingElement
>();
268
var
txFlowElement = elements.Find<
TransactionFlowBindingElement
>();
290
TransactionFlowBindingElement
txFlowElement = elements.Find<
TransactionFlowBindingElement
>();
System.ServiceModel.NetTcp (2)
System\ServiceModel\NetTcpBinding.cs (2)
16
private
TransactionFlowBindingElement
_txFlow;
129
private static
TransactionFlowBindingElement
GetDefaultTransactionFlowBindingElement()
System.ServiceModel.NetTcp.Tests (29)
ServiceModel\NetTcpBindingTransactionTests.cs (29)
56
var
txFlowElement = elements.Find<
TransactionFlowBindingElement
>();
101
var
txFlowElement = elements.Find<
TransactionFlowBindingElement
>();
111
var
txFlowElement = elements.Find<
TransactionFlowBindingElement
>();
122
var
txFlowElement = elements.Find<
TransactionFlowBindingElement
>();
135
var
txFlowElement = elements.Find<
TransactionFlowBindingElement
>();
148
var
txFlowElement = elements.Find<
TransactionFlowBindingElement
>();
161
var
txFlowElement = elements.Find<
TransactionFlowBindingElement
>();
174
var
txFlowElement = elements.Find<
TransactionFlowBindingElement
>();
185
Assert.IsType<
TransactionFlowBindingElement
>(elements[0]);
196
var
txFlowElement = elements.Find<
TransactionFlowBindingElement
>();
208
var
txFlowElement = elements.Find<
TransactionFlowBindingElement
>();
220
var
txFlowElement = elements.Find<
TransactionFlowBindingElement
>();
230
var
txFlowElement = elements.Find<
TransactionFlowBindingElement
>();
240
var
txFlowElement = elements.Find<
TransactionFlowBindingElement
>();
268
var
txFlowElement = elements.Find<
TransactionFlowBindingElement
>();
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\TransactionFlowBindingElement.cs (3)
48
private TransactionFlowBindingElement(
TransactionFlowBindingElement
elementToBeCloned)
318
TransactionFlowBindingElement
txFlow = b as
TransactionFlowBindingElement
;
System\ServiceModel\TransactionFlowAttribute.cs (1)
19
TransactionFlowBindingElement
.ValidateOption(transactions);
System.ServiceModel.Primitives.Tests (49)
Channels\TransactionFlowBindingElementTest.cs (49)
20
TransactionFlowBindingElement
bindingElement = new TransactionFlowBindingElement();
27
TransactionFlowBindingElement
bindingElement = new TransactionFlowBindingElement();
36
TransactionFlowBindingElement
bindingElement = new TransactionFlowBindingElement(TransactionProtocol.OleTransactions);
43
TransactionFlowBindingElement
bindingElement = new TransactionFlowBindingElement(TransactionProtocol.WSAtomicTransactionOctober2004);
50
TransactionFlowBindingElement
bindingElement = new TransactionFlowBindingElement(TransactionProtocol.WSAtomicTransaction11);
65
TransactionFlowBindingElement
bindingElement = new TransactionFlowBindingElement();
73
TransactionFlowBindingElement
bindingElement = new TransactionFlowBindingElement();
81
TransactionFlowBindingElement
bindingElement = new TransactionFlowBindingElement();
89
TransactionFlowBindingElement
bindingElement = new TransactionFlowBindingElement();
100
TransactionFlowBindingElement
bindingElement = new TransactionFlowBindingElement();
110
TransactionFlowBindingElement
original = new TransactionFlowBindingElement(TransactionProtocol.WSAtomicTransaction11);
113
TransactionFlowBindingElement
clone = (
TransactionFlowBindingElement
)original.Clone();
123
TransactionFlowBindingElement
original = new TransactionFlowBindingElement(TransactionProtocol.OleTransactions);
124
TransactionFlowBindingElement
clone = (
TransactionFlowBindingElement
)original.Clone();
133
TransactionFlowBindingElement
original = new TransactionFlowBindingElement(TransactionProtocol.WSAtomicTransactionOctober2004);
134
TransactionFlowBindingElement
clone = (
TransactionFlowBindingElement
)original.Clone();
143
TransactionFlowBindingElement
original = new TransactionFlowBindingElement(TransactionProtocol.OleTransactions);
145
TransactionFlowBindingElement
clone = (
TransactionFlowBindingElement
)original.Clone();
154
TransactionFlowBindingElement
original = new TransactionFlowBindingElement(TransactionProtocol.WSAtomicTransactionOctober2004);
156
TransactionFlowBindingElement
clone = (
TransactionFlowBindingElement
)original.Clone();
165
TransactionFlowBindingElement
original = new TransactionFlowBindingElement(TransactionProtocol.WSAtomicTransaction11);
167
TransactionFlowBindingElement
clone = (
TransactionFlowBindingElement
)original.Clone();
176
TransactionFlowBindingElement
original = new TransactionFlowBindingElement(TransactionProtocol.OleTransactions);
178
TransactionFlowBindingElement
clone = (
TransactionFlowBindingElement
)original.Clone();
186
TransactionFlowBindingElement
original = new TransactionFlowBindingElement(TransactionProtocol.WSAtomicTransaction11);
188
TransactionFlowBindingElement
clone = (
TransactionFlowBindingElement
)original.Clone();
196
TransactionFlowBindingElement
original = new TransactionFlowBindingElement(TransactionProtocol.OleTransactions);
198
TransactionFlowBindingElement
clone = (
TransactionFlowBindingElement
)original.Clone();
208
TransactionFlowBindingElement
bindingElement = new TransactionFlowBindingElement();
215
TransactionFlowBindingElement
bindingElement = new TransactionFlowBindingElement(TransactionProtocol.WSAtomicTransaction11);
223
TransactionFlowBindingElement
bindingElement = new TransactionFlowBindingElement(TransactionProtocol.OleTransactions);
230
TransactionFlowBindingElement
bindingElement = new TransactionFlowBindingElement(TransactionProtocol.WSAtomicTransactionOctober2004);
237
TransactionFlowBindingElement
bindingElement = new TransactionFlowBindingElement();
247
TransactionFlowBindingElement
bindingElement = new TransactionFlowBindingElement(TransactionProtocol.WSAtomicTransaction11);
259
TransactionFlowBindingElement
bindingElement = new TransactionFlowBindingElement();
275
TransactionFlowBindingElement
bindingElement = new TransactionFlowBindingElement(protocol);
285
TransactionFlowBindingElement
bindingElement = new TransactionFlowBindingElement(TransactionProtocol.OleTransactions);
292
TransactionFlowBindingElement
bindingElement = new TransactionFlowBindingElement(TransactionProtocol.WSAtomicTransactionOctober2004);
299
TransactionFlowBindingElement
bindingElement = new TransactionFlowBindingElement(TransactionProtocol.WSAtomicTransaction11);
511
private static readonly Type s_formatterType = typeof(
TransactionFlowBindingElement
).Assembly