2 writes to Name
System.ServiceModel (2)
System\ServiceModel\Configuration\NamedServiceModelExtensionCollectionElement.cs (2)
20this.Name = name; 24this.Name = String.Empty;
9 references to Name
System.ServiceModel (9)
System\ServiceModel\Configuration\CustomBindingElementCollection.cs (1)
28return configElementKey.Name;
System\ServiceModel\Configuration\EndpointBehaviorElement.cs (2)
43this.Name), 68this.Name),
System\ServiceModel\Configuration\EndpointBehaviorElementCollection.cs (2)
32return configElementKey.Name; 43string endpointBehaviorElementName = childEndpointBehaviorElement.Name;
System\ServiceModel\Configuration\ServiceBehaviorElement.cs (2)
43this.Name), 68this.Name),
System\ServiceModel\Configuration\ServiceBehaviorElementCollection.cs (2)
41return configElementKey.Name; 52string serviceBehaviorElementName = childServiceBehaviorElement.Name;