1 write to Name
System.ServiceModel (1)
System\ServiceModel\Configuration\ExtensionElement.cs (1)
26this.Name = name;
16 references to Name
System.ServiceModel (16)
System\ServiceModel\Configuration\BindingCollectionElement.cs (2)
71configuredSectionName = collectionElement.Name; 80configuredSectionName = collectionElement.Name;
System\ServiceModel\Configuration\BindingsSection.cs (2)
279if (!this.properties.Contains(bindingExtension.Name)) 288ConfigurationProperty property = new ConfigurationProperty(bindingExtension.Name,
System\ServiceModel\Configuration\ConfigurationHelpers.cs (1)
348values.Add("ExtensionName", extensionElement.Name);
System\ServiceModel\Configuration\EndpointCollectionElement.cs (2)
73configuredSectionName = collectionElement.Name; 82configuredSectionName = collectionElement.Name;
System\ServiceModel\Configuration\ExtensionElementCollection.cs (4)
44return configElementKey.Name; 76if (element.Name.Equals(extension.Name, StringComparison.Ordinal)) 79SR.GetString(SR.ConfigDuplicateExtensionName, element.Name)));
System\ServiceModel\Configuration\ServiceModelExtensionCollectionElement.cs (1)
384throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ConfigurationErrorsException(SR.GetString(SR.ConfigInvalidType, element.Type, element.Name),
System\ServiceModel\Configuration\ServiceModelExtensionElement.cs (2)
242configurationElementName = collectionElement.Name; 251configurationElementName = collectionElement.Name;
System\ServiceModel\Configuration\StandardEndpointsSection.cs (2)
180if (!this.properties.Contains(endpointExtension.Name)) 189ConfigurationProperty property = new ConfigurationProperty(endpointExtension.Name,