2 writes to extensionCollectionName
System.ServiceModel (2)
System\ServiceModel\Configuration\ServiceModelExtensionElement.cs (2)
170set { this.extensionCollectionName = value; } 210collection = ExtensionsSection.UnsafeLookupAssociatedCollection(ThisType, evaluationContext, out this.extensionCollectionName);
6 references to extensionCollectionName
System.ServiceModel (6)
System\ServiceModel\Configuration\ServiceModelExtensionElement.cs (6)
171get { return this.extensionCollectionName; } 199if (String.IsNullOrEmpty(this.extensionCollectionName)) 214collection = ExtensionsSection.UnsafeLookupCollection(this.extensionCollectionName, evaluationContext); 219if (String.IsNullOrEmpty(this.extensionCollectionName)) 229this.extensionCollectionName), 260this.extensionCollectionName),