4 references to Mandatory
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransactionFlowBindingElement.cs (1)
315case TransactionFlowOption.Mandatory:
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransactionFlowBindingElementImporter.cs (1)
175return TransactionFlowOption.Mandatory;
FrameworkFork\System.ServiceModel\System\ServiceModel\TransactionFlowOption.cs (2)
20option == TransactionFlowOption.Mandatory); 26option == TransactionFlowOption.Mandatory);