4 writes to AllowWildcardAction
System.ServiceModel (3)
System\ServiceModel\Channels\TransactionFlowBindingElement.cs (1)
62this.AllowWildcardAction = elementToBeCloned.AllowWildcardAction;
System\ServiceModel\Configuration\TransactionFlowElement.cs (2)
28binding.AllowWildcardAction = this.AllowWildcardAction; 64AllowWildcardAction = this.AllowWildcardAction
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\ClientFactory.cs (1)
102transactionFlow.AllowWildcardAction = true;
3 references to AllowWildcardAction
System.ServiceModel (3)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
421instance.SetProperty(AdministrationStrings.AllowWildcardAction, specificElement.AllowWildcardAction);
System\ServiceModel\Channels\TransactionFlowBindingElement.cs (2)
62this.AllowWildcardAction = elementToBeCloned.AllowWildcardAction; 228new TransactionChannelFactory<TChannel>(this.transactionProtocol, context, dictionary, this.AllowWildcardAction);