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