2 references to TryCreateMatchingExtension
System.ServiceModel (2)
System\ServiceModel\Configuration\CustomBindingCollectionElement.cs (2)
119bool foundMatch = TryCreateMatchingExtension(bindingElement, collection, false, configElement.CollectionElementBaseType.AssemblyQualifiedName, out bindingElementExtension); 122foundMatch = TryCreateMatchingExtension(bindingElement, collection, true, configElement.CollectionElementBaseType.AssemblyQualifiedName, out bindingElementExtension);