12 references to TransactionFlow
ScenarioTests.Common.Tests (3)
ServiceInterfaces.cs (3)
914
[
TransactionFlow
(TransactionFlowOption.Allowed)]
918
[
TransactionFlow
(TransactionFlowOption.Allowed)]
926
[
TransactionFlow
(TransactionFlowOption.Mandatory)]
System.ServiceModel.Primitives.Tests (9)
Channels\TransactionFlowBindingElementTest.cs (9)
360
TransactionFlowAttribute attr = new
TransactionFlowAttribute
(TransactionFlowOption.Allowed);
367
TransactionFlowAttribute attr = new
TransactionFlowAttribute
(TransactionFlowOption.NotAllowed);
374
TransactionFlowAttribute attr = new
TransactionFlowAttribute
(TransactionFlowOption.Mandatory);
381
Assert.Throws<ArgumentException>(() => new
TransactionFlowAttribute
((TransactionFlowOption)99));
390
TransactionFlowAttribute attr = new
TransactionFlowAttribute
(option);
401
Assert.Throws<ArgumentException>(() => new
TransactionFlowAttribute
((TransactionFlowOption)invalidValue));
416
TransactionFlowAttribute attr = new
TransactionFlowAttribute
(TransactionFlowOption.Allowed);
425
TransactionFlowAttribute attr = new
TransactionFlowAttribute
(TransactionFlowOption.NotAllowed);
434
TransactionFlowAttribute attr = new
TransactionFlowAttribute
(TransactionFlowOption.Mandatory);