8 references to UnrecognizedPolicyAssertionElement
System.ServiceModel (8)
System\ServiceModel\Configuration\ExtensionsSection.cs (1)
87this.BindingElementExtensions.Add(new ExtensionElement(ConfigurationStrings.UnrecognizedPolicyAssertionSectionName, typeof(UnrecognizedPolicyAssertionElement).AssemblyQualifiedName));
System\ServiceModel\Configuration\UnrecognizedPolicyAssertionElement.cs (7)
33UnrecognizedPolicyAssertionElement source = (UnrecognizedPolicyAssertionElement)from; 110if (sourceElement is UnrecognizedPolicyAssertionElement) 112this.wsdlBinding = ((UnrecognizedPolicyAssertionElement)sourceElement).wsdlBinding; 113this.bindingAsserions = ((UnrecognizedPolicyAssertionElement)sourceElement).bindingAsserions; 114this.operationAssertions = ((UnrecognizedPolicyAssertionElement)sourceElement).operationAssertions; 115this.messageAssertions = ((UnrecognizedPolicyAssertionElement)sourceElement).messageAssertions;