6 references to CollectionElementBaseType
System.ServiceModel (6)
System\ServiceModel\Configuration\CustomBindingCollectionElement.cs (2)
119
bool foundMatch = TryCreateMatchingExtension(bindingElement, collection, false, configElement.
CollectionElementBaseType
.AssemblyQualifiedName, out bindingElementExtension);
122
foundMatch = TryCreateMatchingExtension(bindingElement, collection, true, configElement.
CollectionElementBaseType
.AssemblyQualifiedName, out bindingElementExtension);
System\ServiceModel\Configuration\ServiceModelExtensionCollectionElement.cs (4)
49
if (!this.
CollectionElementBaseType
.IsAssignableFrom(extensionType))
55
this.
CollectionElementBaseType
.FullName,
344
if (this.
CollectionElementBaseType
.IsAssignableFrom(elementType))
355
this.
CollectionElementBaseType
.FullName),