2 writes to Name
System.ServiceModel (2)
System\ServiceModel\Configuration\ChannelEndpointElement.cs (1)
65this.Name = source.Name;
System\ServiceModel\Description\ConfigWriter.cs (1)
45channelElement.Name = NamingHelper.GetUniqueName(NamingHelper.CodeName(endpoint.Name), this.CheckIfChannelNameInUse, null);
9 references to Name
System.ServiceModel (7)
System\ServiceModel\Configuration\ChannelEndpointElement.cs (1)
65this.Name = source.Name;
System\ServiceModel\Configuration\ChannelEndpointElementCollection.cs (1)
30configElementKey.Name);
System\ServiceModel\Description\ConfigLoader.cs (3)
748if (!string.IsNullOrEmpty(channelEndpointElementCopy.Name)) 750endpoint.Name = channelEndpointElementCopy.Name; 1328if (channelElement.Name == configurationName || wildcard) // match name (or wildcard)
System\ServiceModel\Description\ConfigWriter.cs (1)
93if (element.Name == name)
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
204if (endpoint.Name == name && endpoint.Contract == ServiceMetadataBehavior.MexContractName)
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\Configuration\ConfigurationUtility.cs (1)
66if (endpointConfigurationName == channelEndpointElement.Name || wildcard)
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\ChannelManagerHelpers.cs (1)
240if ((!wildcard && (element.Name != endpointName)) || (element.Contract != contractType.FullName))