7 references to PortTypes
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (1)
1077
foreach (WsdlNS.PortType portType in description.
PortTypes
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (2)
261
if (wsdl.
PortTypes
[wsdlPortType.Name] != null)
264
wsdl.
PortTypes
.Add(wsdlPortType);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (1)
111
foreach (WsdlNS.PortType wsdlPortType in wsdl.
PortTypes
)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptions.cs (1)
139
portType = sd.
PortTypes
[name.Name];
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
101
global::System.Web.Services.Description.PortTypeCollection a = (global::System.Web.Services.Description.PortTypeCollection)o.
@PortTypes
;
5226
global::System.Web.Services.Description.PortTypeCollection a_8 = (global::System.Web.Services.Description.PortTypeCollection)o.
@PortTypes
;