6 references to Allowed
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransactionFlowBindingElement.cs (3)
41
_issuedTokens = transactions ? TransactionFlowOption.
Allowed
: TransactionFlowOption.NotAllowed;
75
_issuedTokens = value ? TransactionFlowOption.
Allowed
: TransactionFlowOption.NotAllowed;
295
case TransactionFlowOption.
Allowed
:
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransactionFlowBindingElementImporter.cs (1)
173
return TransactionFlowOption.
Allowed
;
FrameworkFork\System.ServiceModel\System\ServiceModel\TransactionFlowOption.cs (2)
19
option == TransactionFlowOption.
Allowed
||
25
return (option == TransactionFlowOption.
Allowed
||