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