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