7 references to Ports
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (2)
364wsdlService.Ports.Add(wsdlPort); 1079foreach (WsdlNS.Port port in service.Ports)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (2)
282foreach (WsdlNS.Port wsdlPort in wsdlService.Ports) 1548foreach (WsdlNS.Port wsdlPort in wsdlService.Ports)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
191global::System.Web.Services.Description.PortCollection a = (global::System.Web.Services.Description.PortCollection)o.@Ports; 5336global::System.Web.Services.Description.PortCollection a_5 = (global::System.Web.Services.Description.PortCollection)o.@Ports;
Metadata\ServiceDescriptor.cs (1)
192foreach (WsdlNS.Port port in wsdlService.Ports)