3 references to ContainsKey
System.ServiceModel (3)
System\ServiceModel\Configuration\CustomBindingElement.cs (1)
139
return !this.
ContainsKey
(element.GetType()) && this.CanAddEncodingElement(element, ref existingElement) &&
System\ServiceModel\Configuration\ServiceModelExtensionCollectionElement.cs (2)
169
if (!this.
ContainsKey
(elementType))
240
return this.
ContainsKey
(element.GetType());