3 references to Transactions
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransactionFlowBindingElement.cs (1)
137
if (parameter.
Transactions
!= TransactionFlowOption.NotAllowed)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (2)
815
if (attr != null && attr.
Transactions
!= TransactionFlowOption.NotAllowed)
825
attrDecl.Arguments.Add(new CodeAttributeArgument(ServiceContractGenerator.GetEnumReference<TransactionFlowOption>(attr.
Transactions
)));