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; 295case TransactionFlowOption.Allowed:
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransactionFlowBindingElementImporter.cs (1)
173return TransactionFlowOption.Allowed;
FrameworkFork\System.ServiceModel\System\ServiceModel\TransactionFlowOption.cs (2)
19option == TransactionFlowOption.Allowed || 25return (option == TransactionFlowOption.Allowed ||