3 writes to Name
dotnet-svcutil-lib (3)
CodeDomFixup\ConfigToCode.cs (2)
39endpoint.Name = CodeDomHelpers.GetValidValueTypeIdentifier(endpoint.Name); 45endpoint.Name += i;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (1)
461endpoint.Name = WsdlNamingHelper.GetEndpointName(wsdlPort).EncodedName;
9 references to Name
dotnet-svcutil-lib (9)
CodeDomFixup\ConfigToCode.cs (3)
39endpoint.Name = CodeDomHelpers.GetValidValueTypeIdentifier(endpoint.Name); 43while (endpointNames.Contains(endpoint.Name)) 51endpointNames.Add(endpoint.Name);
CodeDomFixup\EndpointSelector.cs (1)
339string incompatEndpointMsg = string.Format(CultureInfo.InvariantCulture, SR.WrnIncompatibleEndpointFormat, endpoint.Name, endpoint.Address);
CodeDomFixup\MethodCreationHelper.cs (2)
59this.AddNewEndpointAddress(endpoint.Name, endpointAddress, endpoint); 60this.AddNewBinding(endpoint.Name, endpoint.Binding);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (3)
148throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentException(string.Format(SRServiceModel.EndpointsMustHaveAValidBinding1, endpoint.Name))); 1046string localName = endpoint.Name; 1072return NamingHelper.GetUniqueName(endpoint.Name, ServiceContainsPort(wsdlService), null);