2 references to CanAddEncodingElement
System.ServiceModel (2)
System\ServiceModel\Configuration\CustomBindingElement.cs (2)
86if (!this.CanAddEncodingElement(element, ref existingElement)) 139return !this.ContainsKey(element.GetType()) && this.CanAddEncodingElement(element, ref existingElement) &&