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