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
;
99
if (_issuedTokens != TransactionFlowOption.
NotAllowed
)
111
if (option != TransactionFlowOption.
NotAllowed
)
122
if (_issuedTokens != TransactionFlowOption.
NotAllowed
)
137
if (parameter.Transactions != TransactionFlowOption.
NotAllowed
)
246
if (this.Transactions || (this.IssuedTokens != TransactionFlowOption.
NotAllowed
))
261
if (this.IssuedTokens != TransactionFlowOption.
NotAllowed
)
291
case TransactionFlowOption.
NotAllowed
:
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransactionFlowBindingElementImporter.cs (1)
44
TransactionFlowOption agreedTransactions = TransactionFlowOption.
NotAllowed
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDefaults.cs (1)
22
internal const TransactionFlowOption IssuedTokens = TransactionFlowOption.
NotAllowed
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
815
if (attr != null && attr.Transactions != TransactionFlowOption.
NotAllowed
)
FrameworkFork\System.ServiceModel\System\ServiceModel\TransactionFlowOption.cs (1)
18
return (option == TransactionFlowOption.
NotAllowed
||