9 writes to Name
System.ServiceModel (5)
System\ServiceModel\Description\ConfigLoader.cs (3)
517serviceEndpoint.Name = endpointElement.Name; 750endpoint.Name = channelEndpointElementCopy.Name; 958endpoint.Name = serviceEndpointElementCopy.Name;
System\ServiceModel\Description\ServiceMetadataBehavior.cs (1)
492exportedEndpoint.Name = endpoint.Name;
System\ServiceModel\Description\WsdlImporter.cs (1)
458endpoint.Name = WsdlNamingHelper.GetEndpointName(wsdlPort).EncodedName;
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\ContractInferenceHelper.cs (1)
236Name = serviceEndpoint.Name,
System\ServiceModel\Activities\WorkflowServiceHost.cs (1)
476serviceEndpoint.Name = endpoint.Name;
System.ServiceModel.Routing (2)
System\ServiceModel\Routing\ClientFactory.cs (1)
120endpoint.Name = clientEndpoint.Name;
System\ServiceModel\Routing\Configuration\ClientEndpointLoader.cs (1)
16base.Endpoint.Name = configurationName;
19 references to Name
System.ServiceModel (6)
System\ServiceModel\Channels\ContextBindingElement.cs (1)
320callingBehavior.GetType().Name, endpoint.Name, endpoint.ListenUri.ToString())));
System\ServiceModel\Description\ConfigWriter.cs (1)
45channelElement.Name = NamingHelper.GetUniqueName(NamingHelper.CodeName(endpoint.Name), this.CheckIfChannelNameInUse, null);
System\ServiceModel\Description\ServiceMetadataBehavior.cs (1)
492exportedEndpoint.Name = endpoint.Name;
System\ServiceModel\Description\WsdlExporter.cs (3)
148throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentException(SR.GetString(SR.EndpointsMustHaveAValidBinding1, endpoint.Name))); 1048string localName = endpoint.Name; 1074return NamingHelper.GetUniqueName(endpoint.Name, ServiceContainsPort(wsdlService), null);
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\ContractInferenceHelper.cs (1)
236Name = serviceEndpoint.Name,
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (1)
850string endpointName = this.invoker.endpoint != null ? this.invoker.endpoint.Name : null;
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (2)
325if (endpoint.Name != null) 337XName endpointName = WorkflowServiceNamespace.EndpointsPath.GetName(endpoint.Name);
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryEndpointValidator.cs (1)
35throw FxTrace.Exception.AsError(new InvalidOperationException(SR.DiscoveryEndpointWithoutBehavior(endpoint.Name)));
System.ServiceModel.Routing (5)
System\ServiceModel\Routing\ClientFactory.cs (1)
120endpoint.Name = clientEndpoint.Name;
System\ServiceModel\Routing\RoutingBehavior.cs (2)
70endpoints.Add(endpoint.Name); 120this.EndpointName = endpoint.Name;
System\ServiceModel\Routing\RoutingEndpointTrait.cs (1)
76return this.Endpoint.Name + ";" + this.Endpoint.Binding.Name + ";" + this.Endpoint.Address.Uri.ToString();
System\ServiceModel\Routing\SendOperation.cs (1)
89this.exceptions[this.CurrentEndpoint.Endpoint.Name] = exception;
System.ServiceModel.Web (1)
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (1)
266new InvalidOperationException(SR2.GetString(SR2.JsonNoEndpointAtMetadataAddress, this.GetType().ToString(), serviceEndpoint.Address, serviceEndpoint.Name, host.Description.Name)));
System.WorkflowServices (2)
System\Workflow\Runtime\Hosting\ChannelManager.cs (2)
53cacheAddress = ChannelManagerHelpers.BuildCacheAddress(endpoint.Name, endpoint.Contract.ContractType); 57cacheAddress = ChannelManagerHelpers.BuildCacheAddress(endpoint.Name, endpoint.Contract.Name);