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