20 references to Allowed
System.ServiceModel (7)
System\ServiceModel\Channels\TransactionFlowBindingElement.cs (3)
40
this.issuedTokens = transactions ? TransactionFlowOption.
Allowed
: TransactionFlowOption.NotAllowed;
74
this.issuedTokens = value ? TransactionFlowOption.
Allowed
: TransactionFlowOption.NotAllowed;
375
case TransactionFlowOption.
Allowed
:
System\ServiceModel\Channels\TransactionFlowBindingElementImporter.cs (1)
173
return TransactionFlowOption.
Allowed
;
System\ServiceModel\ComIntegration\ComPlusTypeLoader.cs (1)
156
operation.Behaviors.Add(new TransactionFlowAttribute(TransactionFlowOption.
Allowed
));
System\ServiceModel\TransactionFlowOption.cs (2)
18
option == TransactionFlowOption.
Allowed
||
24
return (option == TransactionFlowOption.
Allowed
||
System.ServiceModel.Activities (10)
System\ServiceModel\Activities\ContractInferenceHelper.cs (4)
172
serviceEndpoint.Contract.Operations[0].Behaviors.Add(new TransactionFlowAttribute(TransactionFlowOption.
Allowed
));
201
operation.Behaviors.Add(new TransactionFlowAttribute(TransactionFlowOption.
Allowed
));
450
if (transactionFlowAttribute.Transactions != TransactionFlowOption.
Allowed
)
459
operationDescription.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
)]