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