20 references to Allowed
System.ServiceModel (7)
System\ServiceModel\Channels\TransactionFlowBindingElement.cs (3)
40this.issuedTokens = transactions ? TransactionFlowOption.Allowed : TransactionFlowOption.NotAllowed; 74this.issuedTokens = value ? TransactionFlowOption.Allowed : TransactionFlowOption.NotAllowed; 375case TransactionFlowOption.Allowed:
System\ServiceModel\Channels\TransactionFlowBindingElementImporter.cs (1)
173return TransactionFlowOption.Allowed;
System\ServiceModel\ComIntegration\ComPlusTypeLoader.cs (1)
156operation.Behaviors.Add(new TransactionFlowAttribute(TransactionFlowOption.Allowed));
System\ServiceModel\TransactionFlowOption.cs (2)
18option == TransactionFlowOption.Allowed || 24return (option == TransactionFlowOption.Allowed ||
System.ServiceModel.Activities (10)
System\ServiceModel\Activities\ContractInferenceHelper.cs (4)
172serviceEndpoint.Contract.Operations[0].Behaviors.Add(new TransactionFlowAttribute(TransactionFlowOption.Allowed)); 201operation.Behaviors.Add(new TransactionFlowAttribute(TransactionFlowOption.Allowed)); 450if (transactionFlowAttribute.Transactions != TransactionFlowOption.Allowed) 459operationDescription.Behaviors.Add(new TransactionFlowAttribute(TransactionFlowOption.Allowed));
System\ServiceModel\Activities\IWorkflowInstanceManagement.cs (6)
82[TransactionFlow(TransactionFlowOption.Allowed)] 93[TransactionFlow(TransactionFlowOption.Allowed)] 104[TransactionFlow(TransactionFlowOption.Allowed)] 115[TransactionFlow(TransactionFlowOption.Allowed)] 126[TransactionFlow(TransactionFlowOption.Allowed)] 153[TransactionFlow(TransactionFlowOption.Allowed)]
System.ServiceModel.Routing (3)
System\ServiceModel\Routing\IDuplexRouterCallback.cs (1)
15[GenericTransactionFlow(TransactionFlowOption.Allowed)]
System\ServiceModel\Routing\IDuplexSessionRouter.cs (1)
15[GenericTransactionFlow(TransactionFlowOption.Allowed)]
System\ServiceModel\Routing\IRequestReplyRouter.cs (1)
15[GenericTransactionFlow(TransactionFlowOption.Allowed)]