6 writes to AllowWildcardAction
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\TransactionFlowBindingElement.cs (1)
61AllowWildcardAction = elementToBeCloned.AllowWildcardAction;
System.ServiceModel.Primitives.Tests (5)
Channels\TransactionFlowBindingElementTest.cs (5)
101bindingElement.AllowWildcardAction = value; 111original.AllowWildcardAction = true; 144original.AllowWildcardAction = true; 155original.AllowWildcardAction = true; 166original.AllowWildcardAction = true;
9 references to AllowWildcardAction
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\TransactionFlowBindingElement.cs (2)
61AllowWildcardAction = elementToBeCloned.AllowWildcardAction; 217new TransactionChannelFactory<TChannel>(_transactionProtocol, context, dictionary, AllowWildcardAction);
System.ServiceModel.Primitives.Tests (7)
Channels\TransactionFlowBindingElementTest.cs (7)
28Assert.False(bindingElement.AllowWildcardAction); 102Assert.Equal(value, bindingElement.AllowWildcardAction); 117Assert.Equal(original.AllowWildcardAction, clone.AllowWildcardAction); 148Assert.True(clone.AllowWildcardAction); 159Assert.True(clone.AllowWildcardAction); 170Assert.True(clone.AllowWildcardAction);