13 references to Allowed
ScenarioTests.Common.Tests (2)
ServiceInterfaces.cs (2)
914
[TransactionFlow(TransactionFlowOption.
Allowed
)]
918
[TransactionFlow(TransactionFlowOption.
Allowed
)]
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\TransactionFlowBindingElement.cs (2)
37
_issuedTokens = transactions ? TransactionFlowOption.
Allowed
: TransactionFlowOption.NotAllowed;
70
_issuedTokens = value ? TransactionFlowOption.
Allowed
: TransactionFlowOption.NotAllowed;
System\ServiceModel\TransactionFlowOption.cs (2)
19
option == TransactionFlowOption.
Allowed
||
25
return option == TransactionFlowOption.
Allowed
||
System.ServiceModel.Primitives.Tests (7)
Channels\TransactionFlowBindingElementTest.cs (7)
343
Assert.Equal(1, (int)TransactionFlowOption.
Allowed
);
350
Assert.NotEqual(TransactionFlowOption.NotAllowed, TransactionFlowOption.
Allowed
);
352
Assert.NotEqual(TransactionFlowOption.
Allowed
, TransactionFlowOption.Mandatory);
360
TransactionFlowAttribute attr = new TransactionFlowAttribute(TransactionFlowOption.
Allowed
);
361
Assert.Equal(TransactionFlowOption.
Allowed
, attr.Transactions);
386
[InlineData(TransactionFlowOption.
Allowed
)]
416
TransactionFlowAttribute attr = new TransactionFlowAttribute(TransactionFlowOption.
Allowed
);