13 references to NotAllowed
dotnet-svcutil-lib (13)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransactionFlowBindingElement.cs (9)
41_issuedTokens = transactions ? TransactionFlowOption.Allowed : TransactionFlowOption.NotAllowed; 75_issuedTokens = value ? TransactionFlowOption.Allowed : TransactionFlowOption.NotAllowed; 99if (_issuedTokens != TransactionFlowOption.NotAllowed) 111if (option != TransactionFlowOption.NotAllowed) 122if (_issuedTokens != TransactionFlowOption.NotAllowed) 137if (parameter.Transactions != TransactionFlowOption.NotAllowed) 246if (this.Transactions || (this.IssuedTokens != TransactionFlowOption.NotAllowed)) 261if (this.IssuedTokens != TransactionFlowOption.NotAllowed) 291case TransactionFlowOption.NotAllowed:
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransactionFlowBindingElementImporter.cs (1)
44TransactionFlowOption agreedTransactions = TransactionFlowOption.NotAllowed;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDefaults.cs (1)
22internal const TransactionFlowOption IssuedTokens = TransactionFlowOption.NotAllowed;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
815if (attr != null && attr.Transactions != TransactionFlowOption.NotAllowed)
FrameworkFork\System.ServiceModel\System\ServiceModel\TransactionFlowOption.cs (1)
18return (option == TransactionFlowOption.NotAllowed ||