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