12 instantiations of TransactionFlowAttribute
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);
10 references to TransactionFlowAttribute
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\TransactionFlowBindingElement.cs (2)
151
TransactionFlowAttribute
parameter = operation.Behaviors.Find<
TransactionFlowAttribute
>();
System.ServiceModel.Primitives.Tests (8)
Channels\TransactionFlowBindingElementTest.cs (8)
360
TransactionFlowAttribute
attr = new TransactionFlowAttribute(TransactionFlowOption.Allowed);
367
TransactionFlowAttribute
attr = new TransactionFlowAttribute(TransactionFlowOption.NotAllowed);
374
TransactionFlowAttribute
attr = new TransactionFlowAttribute(TransactionFlowOption.Mandatory);
390
TransactionFlowAttribute
attr = new TransactionFlowAttribute(option);
408
typeof(
TransactionFlowAttribute
), typeof(AttributeUsageAttribute));
416
TransactionFlowAttribute
attr = new TransactionFlowAttribute(TransactionFlowOption.Allowed);
425
TransactionFlowAttribute
attr = new TransactionFlowAttribute(TransactionFlowOption.NotAllowed);
434
TransactionFlowAttribute
attr = new TransactionFlowAttribute(TransactionFlowOption.Mandatory);